Home
last modified time | relevance | path

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

/freebsd/usr.bin/gprof/
H A Delf.c48 static bool wantsym(const Elf_Sym *, const char *);
101 if (wantsym(&symtab[i], strtab)) in elf_getnfile()
113 if (wantsym(sym, strtab)) { in elf_getnfile()
126 wantsym(const Elf_Sym *sym, const char *strtab) in wantsym() function