Home
last modified time | relevance | path

Searched refs:DT_DEBUG (Results 1 – 12 of 12) sorted by relevance

/glibc-2.36/sysdeps/generic/
Ddl-debug.h29 if (l->l_info[DT_DEBUG] != NULL) in elf_setup_debug_entry()
30 l->l_info[DT_DEBUG]->d_un.d_ptr = (ElfW(Addr)) r; in elf_setup_debug_entry()
Ddl-r_debug.h24 if (d->d_tag == DT_DEBUG) in E()
/glibc-2.36/elf/
Drtld-debugger-interface.txt6 If the executable's dynamic section has a DT_DEBUG element, the
68 DT_DEBUG for the application's main link-map list, or some other
90 DT_DEBUG. r_debug is not guaranteed to be consistent until
97 in DT_DEBUG. The r_debug structure is consistent and may be
Delf.h883 #define DT_DEBUG 21 /* For debugging; unspecified */ macro
/glibc-2.36/scripts/
Dglibcelf.py597 DT_DEBUG = 21 variable in Dt
/glibc-2.36/ChangeLog.old/
DChangeLog.69097 instead of setting the DT_DEBUG pointer.
9726 * elf/rtld.c (dl_main): Set _dl_rtld_map's DT_DEBUG location too.
DChangeLog.249096 ld.so: Don't fill the DT_DEBUG entry in ld.so [BZ #28129]
DChangeLog.5209 relocation. Call it unconditionally and only fill in DT_DEBUG
DChangeLog.169813 * elf/rtld.c (dl_main): Move DT_DEBUG setup before first
DChangeLog.142880 _dl_debug_initialize and initialize l_info[DT_DEBUG] before
DChangeLog.1917439 _r_debug and update DT_DEBUG for debugger.
/glibc-2.36/
DNEWS431 [28129] dynamic-link: Unnecessary check DT_DEBUG in ld.so