Home
last modified time | relevance | path

Searched refs:AL_CNT_NEEDED (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_rtld.h156 #define AL_CNT_NEEDED 1 /* dependency path */ macro
H A Dsetup.c135 if (expand_paths(*clmp, ptr, &palp, AL_CNT_NEEDED, in preload()
H A Delf.c393 if (elf_fix_name(name, clmp, &palp, AL_CNT_NEEDED, 0) == 0) in elf_lazy_load()
698 if ((elf_fix_name(name, clmp, &palp, AL_CNT_NEEDED, 0) == 0) || in elf_needed()
H A Ddlfcns.c749 if (LM_FIX_NAME(clmp)(path, clmp, &palp, AL_CNT_NEEDED, orig) == 0) in dlmopen_core()