Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/prof/common/
H A Drdelf.c217 Elf_Data *symdata_pri, *symdata_aux; in fetch_symtab() local
284 ((symdata_aux = elf_getdata(sym_aux, NULL)) == NULL)) { in fetch_symtab()
317 (void) gelf_getsym(symdata_aux, i, &gsym); in fetch_symtab()
/titanic_41/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c460 Elf_Data *symdata_aux; in get_symtab() local
522 ((symdata_aux = elf_getdata(sym_aux, NULL)) == NULL)) in get_symtab()
549 (void) gelf_getsym(symdata_aux, i, &gsym); in get_symtab()