Searched defs:ld_private (Results 1 – 1 of 1) sorted by relevance
325 struct ld_private { struct326 struct jbind *lp_plt; /* procedure linkage table */327 struct relocation_info *lp_rp; /* relocation table */328 struct fshash *lp_hash; /* hash table */329 struct nlist *lp_symtab; /* symbol table */330 char *lp_symstr; /* symbol strings */331 caddr_t lp_textbase; /* base address for text addressing */332 struct nlist *(*lp_interp)(); /* link map interpreter */333 long lp_refcnt; /* reference count of link map */334 struct dl_object *lp_dlp; /* pointer to a dlopen object */[all …]