Lines Matching defs:sym_desc
1150 struct sym_desc { struct
1151 Alist *sd_GOTndxs; /* list of associated GOT entries */
1152 Sym *sd_sym; /* pointer to symbol table entry */
1153 Sym *sd_osym; /* copy of the original symbol entry */
1155 Alist *sd_move; /* move information associated with a */
1157 const char *sd_name; /* symbols name */
1158 Ifl_desc *sd_file; /* file where symbol is taken */
1159 Is_desc *sd_isc; /* input section of symbol definition */
1160 Sym_aux *sd_aux; /* auxiliary global symbol info. */
1161 Word sd_symndx; /* index in output symbol table */
1162 Word sd_shndx; /* sect. index sym is associated w/ */
1163 sd_flag_t sd_flags; /* state flags */
1164 Half sd_ref; /* reference definition of symbol */