Searched defs:sym_aux (Results 1 – 2 of 2) sorted by relevance
1215 struct sym_aux { struct1216 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 */[all …]
456 Elf_Scn *scn = NULL, *sym_pri = NULL, *sym_aux = NULL; in get_symtab() local