Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Da.out.c267 AL_CNT_NEEDED, 0, 0) == 0) in aout_needed()
276 AL_CNT_NEEDED, 0) == 0) in aout_needed()
H A D_rtld.h156 #define AL_CNT_NEEDED 1 /* dependency path */ macro
H A Dsetup.c137 if (expand_paths(*clmp, ptr, &palp, AL_CNT_NEEDED, in preload()
H A Delf.c419 if (elf_fix_name(name, clmp, &palp, AL_CNT_NEEDED, 0) == 0) in elf_lazy_load()
724 if ((elf_fix_name(name, clmp, &palp, AL_CNT_NEEDED, 0) == 0) || in elf_needed()
H A Ddlfcns.c748 if (LM_FIX_NAME(clmp)(path, clmp, &palp, AL_CNT_NEEDED, orig) == NULL) in dlmopen_core()