Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/objtool/arch/x86/
H A Dspecial.c123 if (find_symbol_containing(table_sec, table_offset) && in arch_find_switch_table()
H A Ddecode.c484 sym = find_symbol_containing(sec, offset); in arch_decode_instruction()
/OK3568_Linux_fs/kernel/tools/objtool/
H A Delf.h147 struct symbol *find_symbol_containing(const struct section *sec, unsigned long offset);
H A Delf.c192 struct symbol *find_symbol_containing(const struct section *sec, unsigned long offset) in find_symbol_containing() function