Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libproc/dist/
H A Dproc_sym.c572 Elf_Scn *scn, *foundscn = NULL; in proc_iter_symbyaddr() local
603 foundscn = scn; in proc_iter_symbyaddr()
607 foundscn = scn; in proc_iter_symbyaddr()
611 if (!foundscn) in proc_iter_symbyaddr()
614 if ((data = elf_getdata(foundscn, NULL)) == NULL) { in proc_iter_symbyaddr()