Lines Matching defs:sym_desc
1191 struct sym_desc { struct
1192 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 */
1203 Word sd_shndx; /* sect. index sym is associated w/ */
1204 sd_flag_t sd_flags; /* state flags */
1205 Half sd_ref; /* reference definition of symbol */
1206 Ass_desc *sd_ass; /* pointer back to symbol assertions */