Searched refs:find_func_by_offset (Results 1 – 3 of 3) sorted by relevance
162 struct symbol *find_func_by_offset(struct section *sec, unsigned long offset);
162 struct symbol *find_func_by_offset(struct section *sec, unsigned long offset) in find_func_by_offset() function
917 func = find_func_by_offset(reloc->sym->sec, reloc->addend); in add_ignores()1494 call_dest = find_func_by_offset(sec, offset); in find_call_destination()