Searched refs:Link_map (Results 1 - 23 of 23) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddlink_init.c50 Link_map *lmp;
H A Ddlink_audit.c70 la_objopen(Link_map *lmp, Lmid_t lmid, uintptr_t *cookie)
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dwho.h56 Link_map *o_lmp;
H A Dsymbindrep.c68 la_objopen(Link_map *lmp, Lmid_t lmid, uintptr_t *cookie)
H A Dwho.c47 add_object(Objinfo **objlist, Link_map *lmp)
107 remove_object(Objinfo **objlist, Link_map *lmp)
266 la_objopen(Link_map *lmp, Lmid_t lmid, uintptr_t *cookie)
275 remove_object(&objhead, (Link_map *)(*cookie));
H A Dbindings.c339 la_objopen(Link_map *lmp, Lmid_t lmid, uintptr_t *cookie)
379 Link_map *dlmp = (Link_map *)*defcook;
H A Dperfcnt.c142 la_objopen(Link_map *lmp, Lmid_t lmid, uintptr_t *cookie)
H A Dtruss.c152 la_objopen(Link_map *lmp, Lmid_t lmid, uintptr_t *cookie)
/illumos-gate/usr/src/boot/sys/sys/
H A Dlink_elf.h65 } Link_map; typedef in typeref:struct:link_map
/illumos-gate/usr/src/cmd/sgs/libcrle/common/
H A Daudit.c113 la_objopen(Link_map * lmp, Lmid_t lmid, uintptr_t *cookie)
/illumos-gate/usr/src/uts/common/sys/
H A Dlink.h505 typedef struct link_map Link_map; typedef in typeref:struct:link_map
515 Link_map *l_next; /* next link object */
516 Link_map *l_prev; /* previous link object */
560 Link_map *r_map; /* address of link_map */
564 Link_map *r_ldsomap; /* address of ld.so.1's link map */
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dobject.c352 NEXT(PREV_RT_MAP(olmp)) = (Link_map *)nlmp;
361 if (NEXT(olmp) != (Link_map *)nlmp) {
363 PREV(NEXT_RT_MAP(olmp)) = (Link_map *)nlmp;
H A D_audit.h102 uint_t (*al_objopen)(Link_map *, Lmid_t, uintptr_t *);
H A Dutil.c1122 NEXT(PREV_RT_MAP(tlmp)) = (Link_map *)lmp;
1125 NEXT(lmp) = (Link_map *)tlmp;
1126 PREV(tlmp) = (Link_map *)lmp;
1140 NEXT(lmc->lc_tail) = (Link_map *)lmp;
1141 PREV(lmp) = (Link_map *)lmc->lc_tail;
1276 NEXT(plmc->lc_tail) = (Link_map *)nlmc->lc_head;
1277 PREV(nlmc->lc_head) = (Link_map *)plmc->lc_tail;
H A Dsetup.c800 r_debug.rtd_rdebug.r_map = (Link_map *)lml_main.lm_head;
801 r_debug.rtd_rdebug.r_ldsomap = (Link_map *)lml_rtld.lm_head;
H A Daudit.c508 flags = (*alp->al_objopen)((Link_map *)hlmp, lmid,
588 flags = (*alp->al_objopen)((Link_map *)nlmp, lmid,
H A Ddlfcns.c1743 * get_linkmap_id() translates Lm_list * pointers to the Link_map id as used by
1744 * the rtld_db and dlmopen() interfaces. It checks to see if the Link_map is
1750 * pointer to the Lm_list structure which uniquely identifies the Link_map.
1932 *(Link_map **)p = (Link_map *)lmp;
/illumos-gate/usr/src/cmd/sgs/moe/common/
H A Dmoe.c131 Link_map *lmp;
/illumos-gate/usr/src/head/
H A Dlink.h210 extern uint_t la_objopen(Link_map *, Lmid_t, uintptr_t *);
/illumos-gate/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c158 profile_open(const char *fname, Link_map *lmp)
376 la_objopen(Link_map *lmp, Lmid_t lmid, uintptr_t *cookie)
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c331 la_objopen(Link_map *lmp, Lmid_t lmid, uintptr_t *cookie)
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h112 * core file examination (basically the public Link_map):
339 * Possible Link_map list flags (Lm_list.lm_flags)
388 * Possible Link_map transferable flags (Lm_list.lm_tflags), i.e., link-map
665 Link_map rt_public; /* public data */
896 * An Rt_map starts with a Link_map, followed by other information.
897 * ld.so.1 allocates Rt_map structures, and then casts them to Link_map,
901 * than Link_map. On such platforms, the cast from Link_map to Rt_map will
/illumos-gate/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c85 static Link_map *map, *mp;

Completed in 134 milliseconds