Searched refs:stripped (Results 1 – 3 of 3) sorted by relevance
60 stripped=$dir/${base%.o}.stripped67 $STRIP -g $1 -R __bug_table -R .note -R .comment -o $stripped68 $OBJDUMP -D $stripped | sed -e "s/^[[:space:]]\+[0-9a-f]\+//" -e "s:^$stripped:$1:" > $dis
66 my $stripped = $filename;67 $stripped =~ s/^$i\///;69 return $stripped if $stripped ne $filename;
24 # filename of target with directory and extension stripped