Home
last modified time | relevance | path

Searched refs:DYNINFO (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c300 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 Delf.c340 Dyninfo *dip = &DYNINFO(clmp)[ndx], *pdip; in elf_lazy_load()
617 for (dyn = DYN(clmp), dip = DYNINFO(clmp); in elf_needed()
799 Dyninfo *dip = &DYNINFO(ilmp)[ndx];
1255 Dyninfo *dip = &DYNINFO(slp->sl_imap)[ndx];
1700 DYNINFO(lmp) = (Dyninfo *)((uintptr_t)lmp + rtsz + epsz);
1742 for (dynndx = 0, pdyn = NULL, dip = DYNINFO(lmp);
2141 for (dynndx = 0, dyn = DYN(lmp), dip = DYNINFO(lmp);
2713 for (dynndx = 0, dip = DYNINFO(lmp), pdip = NULL;
H A Dtsort.c418 if (((dip = DYNINFO(lmp)) != NULL) && (FLAGS1(lmp) & MSK_RT_FILTER)) { in dep_visit()
H A Ddlfcns.c2119 ((dyip = DYNINFO(lmp)) != NULL)) { in dlinfo_core()
2142 for (dyn = DYN(lmp), dyip = DYNINFO(lmp); in dlinfo_core()
H A Danalyze.c63 Dyninfo *dip = DYNINFO(lmp); in load_filtees()
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dcommon_sparc.c105 for (dyn = DYN(lmp), dip = DYNINFO(lmp); in elf_regsyms()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h978 #define DYNINFO(X) ((X)->rt_dyninfo) macro
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c472 mdb_printf(MSG_ORIG(MSG_RTMAP_LINE9), DYNINFO(&rtmap), str); in dcmd_rtmap()
H A Drtld.msg470 @ MSG_RTMAP_LINE9 " DYNINFO: 0x%0?p\t REFNAME: %s\n"