Home
last modified time | relevance | path

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

/tools/objtool/
Delf.h82 struct symbol *find_symbol_containing(struct section *sec, unsigned long offset);
Delf.c89 struct symbol *find_symbol_containing(struct section *sec, unsigned long offset) in find_symbol_containing() function
Dbuiltin-check.c823 if (find_symbol_containing(file->rodata, text_rela->addend)) in find_switch_table()