Home
last modified time | relevance | path

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

/linux/scripts/mod/
H A Dmodpost.c999 Elf_Sym *new_sym; in find_tosym()
1009 new_sym = symsearch_find_nearest(elf, addr, get_secindex(elf, sym), in is_executable_section()
1011 return new_sym ? new_sym : sym; in is_executable_section()
994 Elf_Sym *new_sym; find_tosym() local