Searched defs:_rt_elf_private (Results 1 – 1 of 1) sorted by relevance
95 typedef struct _rt_elf_private { struct96 void *e_symtab; /* symbol table */97 void *e_sunwsymtab; /* symtab augmented with local fcns */98 uint_t *e_hash; /* hash table */99 char *e_strtab; /* string table */100 void *e_reloc; /* relocation table */101 uint_t *e_pltgot; /* addrs for procedure linkage table */102 void *e_jmprel; /* plt relocations */103 ulong_t e_sunwsortent; /* size of sunw[sym|tls]sort entry */104 uint_t *e_sunwsymsort; /* sunwsymtab indices sorted by addr */[all …]