Home
last modified time | relevance | path

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

/linux-6.15/tools/objtool/arch/x86/
H A Dspecial.c111 if (find_symbol_containing(table_sec, table_offset) && in arch_find_switch_table()
H A Ddecode.c675 sym = find_symbol_containing(sec, offset); in arch_decode_instruction()
/linux-6.15/tools/objtool/include/objtool/
H A Dwarn.h30 sym = find_symbol_containing(sec, offset); in offstr()
H A Delf.h142 struct symbol *find_symbol_containing(const struct section *sec, unsigned long offset);
/linux-6.15/tools/objtool/
H A Delf.c193 struct symbol *find_symbol_containing(const struct section *sec, unsigned long offset) in find_symbol_containing() function
H A Dcheck.c4290 struct symbol *sym = find_symbol_containing(insn->sec, insn->offset-1); in noendbr_range()