Searched refs:caller_dlopen (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/elf/ |
D | dl-open.c | 53 const void *caller_dlopen; member 504 const void *caller_dlopen = args->caller_dlopen; in dl_open_worker_begin() local 510 struct link_map *l = _dl_find_dso_for_object ((ElfW(Addr)) caller_dlopen); in dl_open_worker_begin() 822 _dl_open (const char *file, int mode, const void *caller_dlopen, Lmid_t nsid, in _dl_open() argument 873 args.caller_dlopen = caller_dlopen; in _dl_open()
|
D | dl-libc.c | 64 const void *caller_dlopen; member 95 args->map = GLRO(dl_open) (args->name, args->mode, args->caller_dlopen, in do_dlopen() 156 args.caller_dlopen = RETURN_ADDRESS (0); in __libc_dlopen_mode()
|
/glibc-2.36/sysdeps/generic/ |
D | ldsodefs.h | 667 void *(*_dl_open) (const char *file, int mode, const void *caller_dlopen,
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 92986 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen. 92987 (do_dlopen): Pass caller_dlopen to dl_open. 92988 (__libc_dlopen_mode): Initialize caller_dlopen.
|