Home
last modified time | relevance | path

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

/linux/scripts/mod/
H A Dmodpost.c994 Elf_Sym *new_sym; in find_tosym() local
1004 new_sym = symsearch_find_nearest(elf, addr, get_secindex(elf, sym), in find_tosym()
1006 return new_sym ? new_sym : sym; in find_tosym()