Home
last modified time | relevance | path

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

/Linux-v5.4/tools/objtool/
Delf.h82 struct symbol *find_symbol_containing(struct section *sec, unsigned long offset);
Delf.c85 struct symbol *find_symbol_containing(struct section *sec, unsigned long offset) in find_symbol_containing() function
Dcheck.c1050 if (find_symbol_containing(table_sec, table_offset) && in find_jump_table()