Home
last modified time | relevance | path

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

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