Home
last modified time | relevance | path

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

/openbsd/usr.bin/gprof/
H A Delf.c42 static bool wantsym(const Elf_Sym *, const char *);
95 if (wantsym(&symtab[i], strtab)) in getnfile()
114 if (wantsym(sym, strtab)) { in getnfile()
132 wantsym(const Elf_Sym *sym, const char *strtab) in wantsym() function