Searched refs:DT_DEBUG (Results 1 – 12 of 12) sorted by relevance
29 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()
24 if (d->d_tag == DT_DEBUG) in E()
6 If the executable's dynamic section has a DT_DEBUG element, the68 DT_DEBUG for the application's main link-map list, or some other90 DT_DEBUG. r_debug is not guaranteed to be consistent until97 in DT_DEBUG. The r_debug structure is consistent and may be
883 #define DT_DEBUG 21 /* For debugging; unspecified */ macro
597 DT_DEBUG = 21 variable in Dt
9097 instead of setting the DT_DEBUG pointer.9726 * elf/rtld.c (dl_main): Set _dl_rtld_map's DT_DEBUG location too.
9096 ld.so: Don't fill the DT_DEBUG entry in ld.so [BZ #28129]
209 relocation. Call it unconditionally and only fill in DT_DEBUG
9813 * elf/rtld.c (dl_main): Move DT_DEBUG setup before first
2880 _dl_debug_initialize and initialize l_info[DT_DEBUG] before
17439 _r_debug and update DT_DEBUG for debugger.
431 [28129] dynamic-link: Unnecessary check DT_DEBUG in ld.so