Searched refs:DYNINFO (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | remove.c | 300 if (((dip = DYNINFO(lmp)) != NULL) && (FLAGS1(lmp) & MSK_RT_FILTER)) { in remove_so() 457 if (lazy && ((dip = DYNINFO(clmp)) != NULL)) { in remove_lists() 665 Dyninfo *dip = DYNINFO(lmp); in gdp_collect() 738 dip = DYNINFO(lmp); in remove_rescan() 943 Dyninfo *dip = DYNINFO(lmp); in remove_lmc() 1365 dip = DYNINFO(lmp); in remove_hdl()
|
H A D | elf.c | 366 Dyninfo *dip = &DYNINFO(clmp)[ndx], *pdip; in elf_lazy_load() 643 for (dyn = DYN(clmp), dip = DYNINFO(clmp); in elf_needed() 825 Dyninfo *dip = &DYNINFO(ilmp)[ndx]; 1281 Dyninfo *dip = &DYNINFO(slp->sl_imap)[ndx]; 1726 DYNINFO(lmp) = (Dyninfo *)((uintptr_t)lmp + rtsz + epsz); 1768 for (dynndx = 0, pdyn = NULL, dip = DYNINFO(lmp); 2167 for (dynndx = 0, dyn = DYN(lmp), dip = DYNINFO(lmp); 2736 for (dynndx = 0, dip = DYNINFO(lmp), pdip = NULL;
|
H A D | tsort.c | 418 if (((dip = DYNINFO(lmp)) != NULL) && (FLAGS1(lmp) & MSK_RT_FILTER)) { in dep_visit()
|
H A D | dlfcns.c | 2118 ((dyip = DYNINFO(lmp)) != NULL)) { in dlinfo_core() 2141 for (dyn = DYN(lmp), dyip = DYNINFO(lmp); in dlinfo_core()
|
H A D | analyze.c | 64 Dyninfo *dip = DYNINFO(lmp); in load_filtees()
|
/titanic_44/usr/src/cmd/sgs/rtld/sparc/ |
H A D | common_sparc.c | 105 for (dyn = DYN(lmp), dip = DYNINFO(lmp); in elf_regsyms()
|
/titanic_44/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 976 #define DYNINFO(X) ((X)->rt_dyninfo) macro
|
/titanic_44/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.c | 472 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE9), DYNINFO(&rtmap), str); in dcmd_rtmap()
|
H A D | rtld.msg | 470 @ MSG_RTMAP_LINE9 " DYNINFO: 0x%0?p\t REFNAME: %s\n"
|