Searched refs:AL_CNT_NEEDED (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | a.out.c | 267 AL_CNT_NEEDED, 0, 0) == 0) in aout_needed() 276 AL_CNT_NEEDED, 0) == 0) in aout_needed()
|
H A D | _rtld.h | 156 #define AL_CNT_NEEDED 1 /* dependency path */ macro
|
H A D | setup.c | 137 if (expand_paths(*clmp, ptr, &palp, AL_CNT_NEEDED, in preload()
|
H A D | elf.c | 419 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 D | dlfcns.c | 748 if (LM_FIX_NAME(clmp)(path, clmp, &palp, AL_CNT_NEEDED, orig) == NULL) in dlmopen_core()
|