Home
last modified time | relevance | path

Searched defs:sym_aux (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1215 struct sym_aux { struct
1216 APlist *sa_dfiles; /* files where symbol is defined */
1217 Sym sa_sym; /* copy of symtab entry */
1218 const char *sa_vfile; /* first unavailable definition */
1220 Word sa_hash; /* the pure hash value of symbol */
1221 Word sa_PLTndx; /* index into PLT for symbol */
1222 Word sa_PLTGOTndx; /* GOT entry indx for PLT indirection */
1223 Word sa_linkndx; /* index of associated symbol from */
1225 Half sa_symspec; /* special symbol ids */
1226 Half sa_overndx; /* output file versioning index */
[all …]
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c456 Elf_Scn *scn = NULL, *sym_pri = NULL, *sym_aux = NULL; in get_symtab() local