Home
last modified time | relevance | path

Searched refs:_dl_show_scope (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/elf/
Ddl-open.c353 _dl_show_scope (imap, from_scope); in update_scopes()
628 _dl_show_scope (new, 0); in dl_open_worker_begin()
939 _dl_show_scope (struct link_map *l, int from) in _dl_show_scope() function
Drtld.c2273 _dl_show_scope (l, 0); in dl_main()
/glibc-2.36/sysdeps/generic/
Dldsodefs.h1271 extern void _dl_show_scope (struct link_map *new, int from)
/glibc-2.36/ChangeLog.old/
DChangeLog.254687 [IS_IN (rtld)](_dl_show_scope): Remove.
4816 (_dl_show_scope): New function.
DChangeLog.1829580 (_dl_show_scope): Likewise.
66202 * elf/dl-open.c (_dl_show_scope): Likewise.
92879 (_dl_show_scope): Indicate if there is no scope.
92936 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
92940 * elf/rtld.c (dl_main): Update _dl_show_scope call.
92943 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
92978 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
92979 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
92981 Call _dl_show_scope when DL_DEBUG_SCOPES.
92984 Declare _dl_show_scope.