Searched refs:__RTLD_NOIFUNC (Results 1 – 4 of 4) sorted by relevance
16 #define __RTLD_NOIFUNC 0x02000000 /* Suppress calling ifunc functions. */ macro
218 int skip_ifunc = reloc_mode & __RTLD_NOIFUNC; in _dl_relocate_object()
2081 | __RTLD_NOIFUNC) }; in dl_main()2164 | __RTLD_NOIFUNC); in dl_main()
92056 * include/dlfcn.h (__RTLD_NOIFUNC): Define.92065 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down92068 (dl_main): In trace mode always set __RTLD_NOIFUNC.