Searched refs:find_symbol_containing (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/objtool/arch/x86/ |
H A D | special.c | 123 if (find_symbol_containing(table_sec, table_offset) && in arch_find_switch_table()
|
H A D | decode.c | 484 sym = find_symbol_containing(sec, offset); in arch_decode_instruction()
|
/kernel/linux/linux-6.6/tools/objtool/arch/x86/ |
H A D | special.c | 117 if (find_symbol_containing(table_sec, table_offset) && in arch_find_switch_table()
|
H A D | decode.c | 646 sym = find_symbol_containing(sec, offset); in arch_decode_instruction()
|
/kernel/linux/linux-6.6/tools/objtool/include/objtool/ |
H A D | warn.h | 29 sym = find_symbol_containing(sec, offset); in offstr()
|
H A D | elf.h | 139 struct symbol *find_symbol_containing(const struct section *sec, unsigned long offset);
|
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | elf.h | 148 struct symbol *find_symbol_containing(const struct section *sec, unsigned long offset);
|
H A D | elf.c | 192 struct symbol *find_symbol_containing(const struct section *sec, unsigned long offset) in find_symbol_containing() function
|
/kernel/linux/linux-6.6/tools/objtool/ |
H A D | elf.c | 195 struct symbol *find_symbol_containing(const struct section *sec, unsigned long offset) in find_symbol_containing() function
|
H A D | check.c | 4278 struct symbol *sym = find_symbol_containing(insn->sec, insn->offset-1); in noendbr_range()
|
Completed in 11 milliseconds