Home
last modified time | relevance | path

Searched refs:find_symbol_containing (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/tools/objtool/arch/x86/
Dspecial.c117 if (find_symbol_containing(table_sec, table_offset) && in arch_find_switch_table()
Ddecode.c646 sym = find_symbol_containing(sec, offset); in arch_decode_instruction()
/Linux-v6.6/tools/objtool/include/objtool/
Dwarn.h29 sym = find_symbol_containing(sec, offset); in offstr()
Delf.h139 struct symbol *find_symbol_containing(const struct section *sec, unsigned long offset);
/Linux-v6.6/tools/objtool/
Delf.c195 struct symbol *find_symbol_containing(const struct section *sec, unsigned long offset) in find_symbol_containing() function
Dcheck.c4266 struct symbol *sym = find_symbol_containing(insn->sec, insn->offset-1); in noendbr_range()