/third_party/elfio/elfio/ |
H A D | elfio_dynamic.hpp | 191 case DT_DEBUG: in generic_get_entry_dyn() 244 case DT_DEBUG: in generic_add_entry_dyn()
|
H A D | elfio_dump.hpp | 493 { DT_DEBUG, "DEBUG" },
|
H A D | elf_types.hpp | 1014 constexpr Elf_Word DT_DEBUG = 21; member
|
/third_party/elfutils/libdwfl/ |
H A D | link_map.c | 561 // XXX this could be saved in the file cache: phdr vaddr, DT_DEBUG d_val vaddr in consider_executable() 562 /* Find the vaddr of the DT_DEBUG's d_ptr. This is the memory in consider_executable() 639 if (dyn != NULL && dyn->d_tag == DT_DEBUG) in consider_executable() 697 /* Try to find an existing executable module with a DT_DEBUG. */ in find_executable() 1008 /* If we found PT_DYNAMIC, search it for DT_DEBUG. */ in dwfl_link_map_report() 1068 /* We are looking for DT_DEBUG. */ in dwfl_link_map_report() 1074 if ((*d32)[i].d_tag == DT_DEBUG) in dwfl_link_map_report() 1085 if ((*d64)[i].d_tag == DT_DEBUG) in dwfl_link_map_report() 1101 the vaddr of its dynamic section and DT_DEBUG therein. */ in dwfl_link_map_report()
|
H A D | dwfl_segment_report_module.c | 228 than a module found via DT_DEBUG on disk without any in invalid_elf() 808 If it has a DT_DEBUG, then it's actually a PIE rather than a DSO. in dwfl_segment_report_module() 869 if (tag == DT_DEBUG) in dwfl_segment_report_module()
|
/third_party/elfutils/tests/ |
H A D | alldts.c | 52 DT_PLTREL, DT_DEBUG, DT_TEXTREL, DT_JMPREL, in main()
|
/third_party/elfutils/src/ |
H A D | elfclassify.c | 382 if (dyn->d_tag == DT_DEBUG) in run_classify() 410 fprintf (stderr, "info: %s: DT_DEBUG found\n", current_path); in run_classify() 520 that “we defined a PIE as an ET_DYN with a DT_DEBUG”. This in is_shared() 521 matches current binutils behavior (version 2.32). DT_DEBUG is in is_shared() 523 returns false, depending on the architectures. However, DT_DEBUG in is_shared() 570 that “we defined a PIE as an ET_DYN with a DT_DEBUG”. This in is_program() 571 matches current binutils behavior (version 2.32). DT_DEBUG is in is_program() 573 returns false, depending on the architectures. However, DT_DEBUG in is_program()
|
H A D | readelf.c | 1917 case DT_DEBUG: in handle_dynamic()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 686 #define DT_DEBUG 21 macro
|
/third_party/libabigail/src/ |
H A D | abg-elf-reader.cc | 935 if (lookup_data_tag_from_dynamic_segment(elf, DT_DEBUG, dt_debug_data)) in elf_file_type()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 1110 DT_DEBUG = 21, // Reserved for debugger. enumerator
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 746 #define DT_DEBUG 21 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 740 #define DT_DEBUG 21 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 740 #define DT_DEBUG 21 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 740 #define DT_DEBUG 21 macro
|
/third_party/musl/include/ |
H A D | elf.h | 765 #define DT_DEBUG 21 macro
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 894 #define DT_DEBUG 21 /* For debugging; unspecified */ macro
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 1944 if (!DT_DEBUG_INDIRECT && app.dynv[i]==DT_DEBUG) in __dls3()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 1943 if (!DT_DEBUG_INDIRECT && app.dynv[i]==DT_DEBUG) in __dls3()
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 2049 if (!DT_DEBUG_INDIRECT && app.dynv[i]==DT_DEBUG)
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 3109 if (!DT_DEBUG_INDIRECT && app.dynv[i]==DT_DEBUG) in __dls3()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 3349 if (!DT_DEBUG_INDIRECT && app.dynv[i]==DT_DEBUG) in __dls3()
|