Home
last modified time | relevance | path

Searched refs:caller_dlopen (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/elf/
Ddl-open.c53 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()
Ddl-libc.c64 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/
Dldsodefs.h667 void *(*_dl_open) (const char *file, int mode, const void *caller_dlopen,
/glibc-2.36/ChangeLog.old/
DChangeLog.1892986 * 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.