Lines Matching refs:objdump
20 # When parse this object file using 'objdump', the references to the call
96 # 2) Use objdump to find all the call site offsets and sections for
118 print "usage: $P arch endian bits objdump objcopy cc ld nm rm mv is_module inputfile\n";
123 my ($arch, $endian, $bits, $objdump, $objcopy, $cc,
151 $objdump = 'objdump' if (!$objdump);
159 #print STDERR "running: $P '$arch' '$objdump' '$objcopy' '$cc' '$ld' " .
206 $objdump .= " -M x86-64";
216 $objdump .= " -M i386";
286 # In the objdump output there are giblets like:
339 $objdump .= " -Melf-trad".$endian."mips ";
457 open(IN, "LC_ALL=C $objdump -hdr $inputfile|") || die "error running $objdump";