Searched refs:stripcmd (Results 1 – 3 of 3) sorted by relevance
77 stripcmd=140 -s) stripcmd=$stripprog;;230 if test -z "$stripcmd"; then237 if test -z "$stripcmd"; then307 case $stripcmd.$umask in455 { test -z "$stripcmd" || {475 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
92 stripcmd=156 -s) stripcmd=$stripprog;;213 if test -z "$stripcmd"; then220 if test -z "$stripcmd"; then313 case $stripcmd.$umask in463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
31 stripcmd = [strip]39 stripcmd.extend(["--strip-debug", "--remove-section=.comment",43 stripcmd.extend(["--remove-section=.comment", "--remove-section=.note", "--strip-unneeded"])46 stripcmd.extend(["--remove-section=.comment", "--remove-section=.note"])49 stripcmd.extend(["--remove-section=" + section])51 stripcmd.append(file)52 bb.debug(1, "runstrip: %s" % stripcmd)55 output = subprocess.check_output(stripcmd, stderr=subprocess.STDOUT)