Lines Matching defs:sym_aux
1215 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 */
1219 const char *sa_rfile; /* file with first symbol referenced */
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 */
1227 Half sa_dverndx; /* dependency versioning index */
1228 Os_desc *sa_boundsec; /* output section of SECBOUND_ syms */