Home
last modified time | relevance | path

Searched defs:sym_desc (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1191 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 */
1198 const char *sd_name; /* symbols name */
1199 Ifl_desc *sd_file; /* file where symbol is taken */
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 */
[all …]