Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/rtld/common/
H A D_a.out.h327 struct ld_private { struct
328 struct jbind *lp_plt; /* procedure linkage table */
329 struct relocation_info *lp_rp; /* relocation table */
330 struct fshash *lp_hash; /* hash table */
331 struct nlist *lp_symtab; /* symbol table */
332 char *lp_symstr; /* symbol strings */
333 caddr_t lp_textbase; /* base address for text addressing */
334 struct nlist *(*lp_interp)(); /* link map interpreter */
335 long lp_refcnt; /* reference count of link map */
336 struct dl_object *lp_dlp; /* pointer to a dlopen object */
[all …]