/kernel/linux/linux-5.10/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"; section_offset="0x\1" /') 41 # Extract symbol and offset from the objdump output 55 eval $(objdump -rj .altinstructions ${obj} | grep -B1 "${section}+${section_offset}" | head -n1 | awk '{print $3}' | 72 objdump -hwj ${section} ${obj} | grep -q CODE 115 # objdump will use it instead of giving us a section+offset, so 120 # In this case objdump was presenting us with a reloc to a symbol 134 objdump -hj .debug_info ${obj} 2> /dev/null > /dev/null ||
|
H A D | recordmcount.pl | 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' " . 239 $objdump .= " -M x86-64"; 249 $objdump [all...] |
H A D | decodecode | 101 ${CROSS_COMPILE}objdump $OBJDUMPFLAGS -S $t.o | \
|
/kernel/linux/linux-6.6/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"; section_offset="0x\1" /') 41 # Extract symbol and offset from the objdump output 55 eval $(objdump -rj .altinstructions ${obj} | grep -B1 "${section}+${section_offset}" | head -n1 | awk '{print $3}' | 72 objdump -hwj ${section} ${obj} | grep -q CODE 115 # objdump will use it instead of giving us a section+offset, so 120 # In this case objdump was presenting us with a reloc to a symbol 134 objdump -hj .debug_info ${obj} 2> /dev/null > /dev/null ||
|
H A D | recordmcount.pl | 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 [all...] |
/kernel/linux/linux-6.6/tools/perf/arch/loongarch/annotate/ |
H A D | instructions.c | 25 if (arch->objdump.skip_functions_char && in loongarch_call__parse() 26 strchr(name, arch->objdump.skip_functions_char)) in loongarch_call__parse() 64 ops->raw_comment = strchr(ops->raw, arch->objdump.comment_char); in loongarch_jump__parse() 131 arch->objdump.comment_char = '#'; in loongarch__annotate_init()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/liteos_a/tools/scripts/parse_exc/ |
H A D | parse_excinfo.py | 214 objdump = '' 225 objdump = ret[0:index1] + 'objdump' 229 objdump = ret[0:index3 + 1] + 'llvm-objdump' 234 objdump_cmd = objdump + ' -d ' 255 objdump_cmd = 'llvm-objdump -d '
|
/kernel/linux/linux-5.10/tools/perf/arch/arm64/annotate/ |
H A D | instructions.c | 113 arch->objdump.comment_char = '/'; in arm64__annotate_init() 114 arch->objdump.skip_functions_char = '+'; in arm64__annotate_init()
|
/kernel/linux/linux-6.6/tools/perf/arch/arm64/annotate/ |
H A D | instructions.c | 113 arch->objdump.comment_char = '/'; in arm64__annotate_init() 114 arch->objdump.skip_functions_char = '+'; in arm64__annotate_init()
|
/kernel/linux/linux-5.10/tools/perf/arch/arc/annotate/ |
H A D | instructions.c | 7 arch->objdump.comment_char = ';'; in arc__annotate_init()
|
/kernel/linux/linux-6.6/tools/perf/arch/arc/annotate/ |
H A D | instructions.c | 7 arch->objdump.comment_char = ';'; in arc__annotate_init()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/tools/perf/arch/loongarch/annotate/ |
H A D | instructions.c | 41 arch->objdump.comment_char = '#'; in loongarch__annotate_init()
|
/kernel/linux/linux-6.6/tools/perf/arch/riscv64/annotate/ |
H A D | instructions.c | 30 arch->objdump.comment_char = '#'; in riscv64__annotate_init()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | prom_init_check.sh | 41 size=$(objdump -h -j $section $file 2>/dev/null | awk "\$2 == \"$section\" {print \$3}")
|
/kernel/linux/linux-6.6/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}")
|
/kernel/linux/linux-5.10/tools/perf/arch/csky/annotate/ |
H A D | instructions.c | 44 arch->objdump.comment_char = '/'; in csky__annotate_init()
|
/kernel/linux/linux-5.10/tools/perf/arch/powerpc/annotate/ |
H A D | instructions.c | 57 arch->objdump.comment_char = '#'; in powerpc__annotate_init()
|
/kernel/linux/linux-6.6/tools/perf/arch/mips/annotate/ |
H A D | instructions.c | 42 arch->objdump.comment_char = '#'; in mips__annotate_init()
|
/kernel/linux/linux-6.6/tools/perf/arch/csky/annotate/ |
H A D | instructions.c | 44 arch->objdump.comment_char = '/'; in csky__annotate_init()
|
/kernel/linux/linux-6.6/tools/perf/arch/powerpc/annotate/ |
H A D | instructions.c | 57 arch->objdump.comment_char = '#'; in powerpc__annotate_init()
|
/kernel/linux/linux-5.10/tools/perf/arch/sparc/annotate/ |
H A D | instructions.c | 165 arch->objdump.comment_char = '#'; in sparc__annotate_init()
|