Searched defs:sym_desc (Results 1 – 1 of 1) sorted by relevance
1191 struct sym_desc { struct1192 Alist *sd_GOTndxs; /* list of associated GOT entries */1193 Sym *sd_sym; /* pointer to symbol table entry */1194 Sym *sd_osym; /* copy of the original symbol entry */1196 Alist *sd_move; /* move information associated with a */1198 const char *sd_name; /* symbols name */1199 Ifl_desc *sd_file; /* file where symbol is taken */1200 Is_desc *sd_isc; /* input section of symbol definition */1201 Sym_aux *sd_aux; /* auxiliary global symbol info. */1202 Word sd_symndx; /* index in output symbol table */[all …]