| /linux/scripts/ |
| H A D | check_extable.sh | 10 objdump -hj __ex_table ${obj} 2> /dev/null > /dev/null 15 suspicious_relocs=$(objdump -rj __ex_table ${obj} | tail -n +6 | 33 …eval $(objdump -t ${obj} | grep ${1} | sed 's/\([0-9a-f]\+\) .\{7\} \([^ \t]\+\).*/section="\2"; s… 55 …eval $(objdump -rj .altinstructions ${obj} | grep -B1 "${section}+${section_offset}" | head -n1 | … 72 objdump -hwj ${section} ${obj} | grep -q CODE 134 objdump -hj .debug_info ${obj} 2> /dev/null > /dev/null ||
|
| H A D | recordmcount.pl | 123 my ($arch, $endian, $bits, $objdump, $objcopy, $cc, 151 $objdump = 'objdump' if (!$objdump); 206 $objdump .= " -M x86-64"; 216 $objdump .= " -M i386"; 332 $objdump .= " -Melf-trad".$endian."mips "; 450 open(IN, "LC_ALL=C $objdump -hdr $inputfile|") || die "error running $objdump";
|
| H A D | relocs_check.sh | 8 objdump="$1" 18 $objdump -R "$vmlinux" |
|
| H A D | decodecode | 113 ${CROSS_COMPILE}objdump $OBJDUMPFLAGS -S $t.o | \
|
| /linux/tools/perf/tests/shell/ |
| H A D | annotate.sh | 96 …perf annotate --no-demangle -i "${perfdata}" --percent-limit 10 --objdump=objdump 2> /dev/null > "… 98 …perf annotate --no-demangle -i - "${testsym}" --percent-limit 10 --objdump=objdump 2> /dev/null < …
|
| /linux/arch/powerpc/tools/ |
| H A D | ftrace-gen-ool-stubs.sh | 9 objdump="$3" 18 num_ool_stubs_total=$($objdump -r -j __patchable_function_entries -d "$vmlinux_o" | 20 num_ool_stubs_inittext=$($objdump -r -j __patchable_function_entries -d "$vmlinux_o" |
|
| H A D | unrel_branch_check.sh | 9 objdump="$1" 27 $objdump -D --no-show-raw-insn --start-address="$kstart" --stop-address="$end_intr" "$vmlinux" |
|
| /linux/tools/perf/util/annotate-arch/ |
| H A D | annotate-loongarch.c | 34 if (arch->objdump.skip_functions_char && in loongarch_call__parse() 35 strchr(name, arch->objdump.skip_functions_char)) in loongarch_call__parse() 81 ops->jump.raw_comment = strchr(ops->raw, arch->objdump.comment_char); in loongarch_jump__parse() 154 arch->objdump.comment_char = '#'; in arch__new_loongarch()
|
| H A D | annotate-s390.c | 33 if (arch->objdump.skip_functions_char && in s390_call__parse() 34 strchr(name, arch->objdump.skip_functions_char)) in s390_call__parse() 188 arch->objdump.comment_char = '#'; in arch__new_s390()
|
| H A D | annotate-arm.c | 46 arch->objdump.comment_char = ';'; in arch__new_arm() 47 arch->objdump.skip_functions_char = '+'; in arch__new_arm()
|
| H A D | annotate-arm64.c | 104 arch->objdump.comment_char = '/'; in arch__new_arm64() 105 arch->objdump.skip_functions_char = '+'; in arch__new_arm64()
|
| H A D | annotate-arc.c | 16 arch->objdump.comment_char = ';'; in arch__new_arc()
|
| H A D | annotate-riscv64.c | 38 arch->objdump.comment_char = '#'; in arch__new_riscv64()
|
| H A D | annotate-mips.c | 50 arch->objdump.comment_char = '#'; in arch__new_mips()
|
| H A D | annotate-csky.c | 53 arch->objdump.comment_char = '/'; in arch__new_csky()
|
| H A D | annotate-sparc.c | 175 arch->objdump.comment_char = '#'; in arch__new_sparc()
|
| H A D | annotate-x86.c | 811 arch->objdump.comment_char = '#'; in arch__new_x86() 812 arch->objdump.register_char = '%'; in arch__new_x86() 813 arch->objdump.memory_ref_char = '('; in arch__new_x86() 814 arch->objdump.imm_char = '$'; in arch__new_x86()
|
| /linux/tools/perf/arch/x86/tests/ |
| H A D | gen-insn-x86-dat.sh | 22 objdump -dSw insn-x86-dat-src.o | awk -f gen-insn-x86-dat.awk > insn-x86-dat-64.c 30 objdump -dSw insn-x86-dat-src.o | awk -f gen-insn-x86-dat.awk > insn-x86-dat-32.c
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-annotate.txt | 117 --disassembler-style=:: Set disassembler style for objdump. 122 --objdump=<path>:: 123 Path to objdump binary.
|
| H A D | perf-c2c.txt | 148 Set disassembler style for objdump. 150 --objdump=<path>:: 151 Path to objdump binary.
|
| /linux/arch/powerpc/kernel/ |
| H A D | prom_init_check.sh | 45 size=$(objdump -h -j "$section" "$file" 2>/dev/null | awk "\$2 == \"$section\" {print \$3}")
|
| /linux/tools/perf/util/ |
| H A D | disasm.c | 253 if (arch->objdump.skip_functions_char && in call__parse() 254 strchr(name, arch->objdump.skip_functions_char)) in call__parse() 348 ops->jump.raw_comment = strchr(ops->raw, arch->objdump.comment_char); in jump__parse() 572 if (arch->objdump.register_char == 0) in check_multi_regs() 575 if (arch->objdump.memory_ref_char) { in check_multi_regs() 576 op = strchr(op, arch->objdump.memory_ref_char); in check_multi_regs() 581 while ((op = strchr(op, arch->objdump.register_char)) != NULL) { in check_multi_regs() 621 comment = strchr(s, arch->objdump.comment_char); in mov__parse() 688 comment = strchr(s, arch->objdump.comment_char); in dec__parse()
|
| H A D | disasm.h | 43 } objdump; member
|
| /linux/Documentation/arch/x86/ |
| H A D | exception-tables.rst | 165 > objdump --section-headers vmlinux 192 > objdump --disassemble --section=.text vmlinux 210 > objdump --disassemble --section=.fixup vmlinux 218 > objdump --full-contents --section=__ex_table vmlinux
|
| /linux/arch/powerpc/boot/ |
| H A D | wrapper | 448 membase=`${CROSS}objdump -p "$kernel" | grep -m 1 LOAD | awk '{print $7}'` 500 entry=`${CROSS}objdump -f "$ofile" | grep '^start address ' | cut -d' ' -f3`
|