Searched refs:symtab_found (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A DsymintOpen.c224 int symtab_found = 0; local
251 if (symtab_found)
264 symtab_found = 1;
H A Drdelf.c219 int symtab_found = 0; local
230 while ((symtab_found == 0) && ((scn = elf_nextscn(elf, scn)) != NULL)) {
246 symtab_found = 1;
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c466 int symtab_found = 0; local
477 while ((symtab_found == 0) && ((scn = elf_nextscn(elf, scn)) != NULL)) {
492 symtab_found = 1;

Completed in 46 milliseconds