Home
last modified time | relevance | path

Searched refs:objdump (Results 1 – 25 of 25) sorted by relevance

/linux/scripts/
H A Dcheck_extable.sh10 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 Drecordmcount.pl123 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 Drelocs_check.sh8 objdump="$1"
18 $objdump -R "$vmlinux" |
H A Ddecodecode113 ${CROSS_COMPILE}objdump $OBJDUMPFLAGS -S $t.o | \
/linux/tools/perf/tests/shell/
H A Dannotate.sh96 …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 Dgen-insn-x86-dat.sh22 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 Dunrel_branch_check.sh9 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 Dinstructions.c55 arch->objdump.comment_char = ';'; in arm__annotate_init()
56 arch->objdump.skip_functions_char = '+'; in arm__annotate_init()
/linux/tools/perf/util/
H A Ddisasm.c140 .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 Ddisasm.h41 } objdump; member
H A Dannotate.c2466 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 Dinstructions.c115 arch->objdump.comment_char = '/'; in arm64__annotate_init()
116 arch->objdump.skip_functions_char = '+'; in arm64__annotate_init()
/linux/tools/perf/Documentation/
H A Dperf-annotate.txt117 --disassembler-style=:: Set disassembler style for objdump.
122 --objdump=<path>::
123 Path to objdump binary.
H A Dperf-c2c.txt148 Set disassembler style for objdump.
150 --objdump=<path>::
151 Path to objdump binary.
H A Dperf-config.txt251 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 Dperf-top.txt166 --disassembler-style=:: Set disassembler style for objdump.
171 --objdump=<path>::
172 Path to objdump binary.
H A Dperf-report.txt381 --disassembler-style=:: Set disassembler style for objdump.
424 --objdump=<path>::
425 Path to objdump binary.
/linux/arch/powerpc/kernel/
H A Dprom_init_check.sh45 size=$(objdump -h -j "$section" "$file" 2>/dev/null | awk "\$2 == \"$section\" {print \$3}")
/linux/Documentation/arch/x86/
H A Dexception-tables.rst165 > 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 Dwrapper448 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 Duprobetracer.rst114 # objdump -T /bin/zsh | grep -w zfree
H A Dftrace-design.rst245 details for how to locate the addresses of mcount call sites via objdump.
H A Dkprobes.rst344 so you can use "objdump -d -l vmlinux" to see the source-to-object
/linux/Documentation/bpf/
H A Dllvm_reloc.rst32 the code with ``llvm-objdump -dr test.o``::
161 following code with `llvm-objdump -dr test.o``::
/linux/
H A DMakefile517 OBJDUMP = $(LLVM_PREFIX)llvm-objdump$(LLVM_SUFFIX)
526 OBJDUMP = $(CROSS_COMPILE)objdump