Home
last modified time | relevance | path

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

/NextBSD/lib/libproc/
HDproc_sym.c546 Elf_Scn *scn, *foundscn = NULL; in proc_iter_symbyaddr() local
577 foundscn = scn; in proc_iter_symbyaddr()
581 foundscn = scn; in proc_iter_symbyaddr()
585 if (!foundscn) in proc_iter_symbyaddr()
588 if ((data = elf_getdata(foundscn, NULL)) == NULL) { in proc_iter_symbyaddr()