Searched defs:sym_aux (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c456 Elf_Scn *scn = NULL, *sym_pri = NULL, *sym_aux = NULL; local
490 sym_aux = NULL;
505 sym_aux = scn;
521 if ((sym_aux != NULL) &&
522 ((symdata_aux = elf_getdata(sym_aux, NULL)) == NULL))
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Drdelf.c213 Elf_Scn *scn = NULL, *sym_pri = NULL, *sym_aux = NULL; local
244 sym_aux = NULL;
259 sym_aux = scn;
283 if ((sym_aux != NULL) &&
284 ((symdata_aux = elf_getdata(sym_aux, NULL)) == NULL)) {
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1174 struct sym_aux { struct

Completed in 67 milliseconds