| /linux-6.15/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-6.15/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 "$vmlinux_o" | 20 num_ool_stubs_inittext=$($objdump -r -j __patchable_function_entries "$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-6.15/tools/perf/arch/loongarch/annotate/ |
| H A D | instructions.c | 26 if (arch->objdump.skip_functions_char && in loongarch_call__parse() 27 strchr(name, arch->objdump.skip_functions_char)) in loongarch_call__parse() 66 ops->jump.raw_comment = strchr(ops->raw, arch->objdump.comment_char); in loongarch_jump__parse() 133 arch->objdump.comment_char = '#'; in loongarch__annotate_init()
|
| /linux-6.15/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-6.15/tools/perf/arch/arm/annotate/ |
| H A D | instructions.c | 54 arch->objdump.comment_char = ';'; in arm__annotate_init() 55 arch->objdump.skip_functions_char = '+'; in arm__annotate_init()
|
| /linux-6.15/tools/perf/tests/shell/ |
| H A D | annotate.sh | 95 perf annotate --no-demangle -i "${perfdata}" --objdump=objdump 2> /dev/null > "${perfout}"
|
| /linux-6.15/tools/perf/arch/arm64/annotate/ |
| H A D | instructions.c | 114 arch->objdump.comment_char = '/'; in arm64__annotate_init() 115 arch->objdump.skip_functions_char = '+'; in arm64__annotate_init()
|
| /linux-6.15/tools/perf/arch/arc/annotate/ |
| H A D | instructions.c | 7 arch->objdump.comment_char = ';'; in arc__annotate_init()
|
| /linux-6.15/tools/perf/arch/s390/annotate/ |
| H A D | instructions.c | 25 if (arch->objdump.skip_functions_char && in s390_call__parse() 26 strchr(name, arch->objdump.skip_functions_char)) in s390_call__parse()
|
| /linux-6.15/Documentation/translations/zh_TW/admin-guide/ |
| H A D | bug-hunting.rst | 187 objdump section in 找到缺陷位置 190 要調試內核,請使用objdump並從崩潰輸出中查找十六進制偏移,以找到有效的代碼/匯 194 $ objdump -r -S -l --disassemble net/dccp/ipv4.o 217 "objdump --disassemble foo.o".
|
| /linux-6.15/Documentation/translations/zh_CN/admin-guide/ |
| H A D | bug-hunting.rst | 184 objdump section in 找到缺陷位置 187 要调试内核,请使用objdump并从崩溃输出中查找十六进制偏移,以找到有效的代码/汇 191 $ objdump -r -S -l --disassemble net/dccp/ipv4.o 214 "objdump --disassemble foo.o".
|
| /linux-6.15/tools/perf/arch/riscv64/annotate/ |
| H A D | instructions.c | 30 arch->objdump.comment_char = '#'; in riscv64__annotate_init()
|
| /linux-6.15/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-6.15/tools/perf/util/ |
| H A D | disasm.c | 139 .objdump = { 149 .objdump = { 173 .objdump = { 180 .objdump = { 187 .objdump = { 283 if (arch->objdump.skip_functions_char && in call__parse() 593 if (arch->objdump.register_char == 0) in check_multi_regs() 596 if (arch->objdump.memory_ref_char) { in check_multi_regs() 597 op = strchr(op, arch->objdump.memory_ref_char); in check_multi_regs() 641 comment = strchr(s, arch->objdump.comment_char); in mov__parse() [all …]
|
| H A D | disasm.h | 41 } objdump; member
|
| /linux-6.15/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.
|
| /linux-6.15/tools/perf/arch/csky/annotate/ |
| H A D | instructions.c | 44 arch->objdump.comment_char = '/'; in csky__annotate_init()
|
| /linux-6.15/tools/perf/arch/mips/annotate/ |
| H A D | instructions.c | 42 arch->objdump.comment_char = '#'; in mips__annotate_init()
|
| /linux-6.15/tools/perf/scripts/python/ |
| H A D | arm-cs-trace-disasm.py | 158 disasm = [ options.objdump, "-d", "-z", 339 if (options.objdump != None):
|
| /linux-6.15/tools/perf/arch/sparc/annotate/ |
| H A D | instructions.c | 165 arch->objdump.comment_char = '#'; in sparc__annotate_init()
|
| /linux-6.15/arch/powerpc/boot/ |
| H A D | wrapper | 452 membase=`${CROSS}objdump -p "$kernel" | grep -m 1 LOAD | awk '{print $7}'` 504 entry=`${CROSS}objdump -f "$ofile" | grep '^start address ' | cut -d' ' -f3`
|