Home
last modified time | relevance | path

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

/linux-6.1.9/tools/objtool/arch/x86/
Dspecial.c123 if (find_symbol_containing(table_sec, table_offset) && in arch_find_switch_table()
Ddecode.c618 sym = find_symbol_containing(sec, offset); in arch_decode_instruction()
/linux-6.1.9/tools/objtool/include/objtool/
Dwarn.h29 sym = find_symbol_containing(sec, offset); in offstr()
Delf.h165 struct symbol *find_symbol_containing(const struct section *sec, unsigned long offset);
/linux-6.1.9/tools/objtool/
Delf.c176 struct symbol *find_symbol_containing(const struct section *sec, unsigned long offset) in find_symbol_containing() function