/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dlink_init.c | 50 Link_map *lmp;
|
H A D | dlink_audit.c | 70 la_objopen(Link_map *lmp, Lmid_t lmid, uintptr_t *cookie)
|
/illumos-gate/usr/src/cmd/sgs/link_audit/common/ |
H A D | who.h | 56 Link_map *o_lmp;
|
H A D | symbindrep.c | 68 la_objopen(Link_map *lmp, Lmid_t lmid, uintptr_t *cookie)
|
H A D | who.c | 47 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 D | bindings.c | 339 la_objopen(Link_map *lmp, Lmid_t lmid, uintptr_t *cookie) 379 Link_map *dlmp = (Link_map *)*defcook;
|
H A D | perfcnt.c | 142 la_objopen(Link_map *lmp, Lmid_t lmid, uintptr_t *cookie)
|
H A D | truss.c | 152 la_objopen(Link_map *lmp, Lmid_t lmid, uintptr_t *cookie)
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | link_elf.h | 65 } Link_map; typedef in typeref:struct:link_map
|
/illumos-gate/usr/src/cmd/sgs/libcrle/common/ |
H A D | audit.c | 113 la_objopen(Link_map * lmp, Lmid_t lmid, uintptr_t *cookie)
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | link.h | 505 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 D | object.c | 352 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.h | 102 uint_t (*al_objopen)(Link_map *, Lmid_t, uintptr_t *);
|
H A D | util.c | 1122 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 D | setup.c | 800 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 D | audit.c | 508 flags = (*alp->al_objopen)((Link_map *)hlmp, lmid, 588 flags = (*alp->al_objopen)((Link_map *)nlmp, lmid,
|
H A D | dlfcns.c | 1743 * 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 D | moe.c | 131 Link_map *lmp;
|
/illumos-gate/usr/src/head/ |
H A D | link.h | 210 extern uint_t la_objopen(Link_map *, Lmid_t, uintptr_t *);
|
/illumos-gate/usr/src/cmd/sgs/ldprof/common/ |
H A D | profile.c | 158 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 D | apptrace.c | 331 la_objopen(Link_map *lmp, Lmid_t lmid, uintptr_t *cookie)
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 112 * 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 D | SMHBAAPILIB.c | 85 static Link_map *map, *mp;
|