Searched refs:__RTLD_DLOPEN (Results 1 – 10 of 10) sorted by relevance
10 #define __RTLD_DLOPEN 0x80000000 macro51 __libc_dlopen_mode (name, RTLD_NOW | __RTLD_DLOPEN)
54 args->new = GLRO(dl_open) (args->file ?: "", args->mode | __RTLD_DLOPEN, in dlopen_doit()
56 args->new = GLRO(dl_open) (args->file ?: "", args->mode | __RTLD_DLOPEN, in dlopen_doit()
61 args->new = GLRO(dl_open) (args->file ?: "", args->mode | __RTLD_DLOPEN, in dlmopen_doit()
1286 && (mode & __RTLD_DLOPEN)) in _dl_map_object_from_fd()1326 if ((mode & (__RTLD_DLOPEN | __RTLD_AUDIT)) == __RTLD_DLOPEN) in _dl_map_object_from_fd()
593 mode & (__RTLD_DLOPEN | RTLD_DEEPBIND | __RTLD_AUDIT)); in dl_open_worker_begin()
656 (RTLD_LAZY | __RTLD_DLOPEN | __RTLD_AUDIT in dlmopen_doit()
492 * include/dlfcn.h (__libc_dlopen): Add __RTLD_DLOPEN to the mode
6271 * include/dlfcn.h: Define __RTLD_DLOPEN.6274 * dlfcn/dlopen.c: Add __RTLD_DLOPEN to mode passed down to _dl_open.
9888 * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to