| /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/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/arch/powerpc/tools/ |
| 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/arch/arm/annotate/ |
| H A D | instructions.c | 55 arch->objdump.comment_char = ';'; in arm__annotate_init() 56 arch->objdump.skip_functions_char = '+'; in arm__annotate_init()
|
| /linux/tools/perf/util/ |
| H A D | disasm.c | 140 .objdump = { 150 .objdump = { 174 .objdump = { 181 .objdump = { 188 .objdump = { 284 if (arch->objdump.skip_functions_char && in call__parse() 285 strchr(name, arch->objdump.skip_functions_char)) in call__parse() 374 ops->jump.raw_comment = strchr(ops->raw, arch->objdump.comment_char); in jump__parse() 597 if (arch->objdump.register_char == 0) in check_multi_regs() 600 if (arch->objdump.memory_ref_char) { in check_multi_regs() [all …]
|
| H A D | disasm.h | 41 } objdump; member
|
| H A D | annotate.c | 2466 if (arch->objdump.register_char == 0) in extract_reg_offset() 2476 if (*str == arch->objdump.register_char) { in extract_reg_offset() 2484 *str != arch->objdump.memory_ref_char) in extract_reg_offset() 2490 p = strchr(p, arch->objdump.register_char); in extract_reg_offset() 2503 p = strchr(p + 1, arch->objdump.register_char); in extract_reg_offset() 2587 } else if (strchr(insn_str, arch->objdump.memory_ref_char)) { in annotate_get_insn_location() 2610 if (*s == arch->objdump.register_char) in annotate_get_insn_location() 2612 else if (*s == arch->objdump.imm_char) { in annotate_get_insn_location()
|
| /linux/tools/perf/arch/arm64/annotate/ |
| H A D | instructions.c | 115 arch->objdump.comment_char = '/'; in arm64__annotate_init() 116 arch->objdump.skip_functions_char = '+'; in arm64__annotate_init()
|
| /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.
|
| H A D | perf-config.txt | 251 Choose the disassembler to use: "objdump", "llvm", "capstone", 253 then, if it fails, "capstone", and finally the original "objdump" 266 annotate.objdump:: 267 objdump binary to use for disassembly and annotations, 273 'objdump' man page.
|
| H A D | perf-top.txt | 166 --disassembler-style=:: Set disassembler style for objdump. 171 --objdump=<path>:: 172 Path to objdump binary.
|
| H A D | perf-report.txt | 381 --disassembler-style=:: Set disassembler style for objdump. 424 --objdump=<path>:: 425 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/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`
|
| /linux/Documentation/trace/ |
| H A D | uprobetracer.rst | 114 # objdump -T /bin/zsh | grep -w zfree
|
| H A D | ftrace-design.rst | 245 details for how to locate the addresses of mcount call sites via objdump.
|
| H A D | kprobes.rst | 344 so you can use "objdump -d -l vmlinux" to see the source-to-object
|
| /linux/Documentation/bpf/ |
| H A D | llvm_reloc.rst | 32 the code with ``llvm-objdump -dr test.o``:: 161 following code with `llvm-objdump -dr test.o``::
|
| /linux/ |
| H A D | Makefile | 517 OBJDUMP = $(LLVM_PREFIX)llvm-objdump$(LLVM_SUFFIX) 526 OBJDUMP = $(CROSS_COMPILE)objdump
|