Home
last modified time | relevance | path

Searched refs:DT_DEBUG (Results 1 - 22 of 22) sorted by relevance

/third_party/elfio/elfio/
H A Delfio_dynamic.hpp191 case DT_DEBUG: in generic_get_entry_dyn()
244 case DT_DEBUG: in generic_add_entry_dyn()
H A Delfio_dump.hpp493 { DT_DEBUG, "DEBUG" },
H A Delf_types.hpp1014 constexpr Elf_Word DT_DEBUG = 21; member
/third_party/elfutils/libdwfl/
H A Dlink_map.c561 // 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 Ddwfl_segment_report_module.c228 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 Dalldts.c52 DT_PLTREL, DT_DEBUG, DT_TEXTREL, DT_JMPREL, in main()
/third_party/elfutils/src/
H A Delfclassify.c382 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 Dreadelf.c1917 case DT_DEBUG: in handle_dynamic()
/third_party/elfio/c_wrapper/
H A Delf_types_c_wrapper.hpp686 #define DT_DEBUG 21 macro
/third_party/libabigail/src/
H A Dabg-elf-reader.cc935 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 DELF.h1110 DT_DEBUG = 21, // Reserved for debugger. enumerator
/third_party/musl/porting/linux/user/include/
H A Delf.h746 #define DT_DEBUG 21 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Delf.h740 #define DT_DEBUG 21 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Delf.h740 #define DT_DEBUG 21 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Delf.h740 #define DT_DEBUG 21 macro
/third_party/musl/include/
H A Delf.h765 #define DT_DEBUG 21 macro
/third_party/elfutils/libelf/
H A Delf.h894 #define DT_DEBUG 21 /* For debugging; unspecified */ macro
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c1944 if (!DT_DEBUG_INDIRECT && app.dynv[i]==DT_DEBUG) in __dls3()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c1943 if (!DT_DEBUG_INDIRECT && app.dynv[i]==DT_DEBUG) in __dls3()
/third_party/musl/ldso/
H A Ddynlink.c2049 if (!DT_DEBUG_INDIRECT && app.dynv[i]==DT_DEBUG)
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c3109 if (!DT_DEBUG_INDIRECT && app.dynv[i]==DT_DEBUG) in __dls3()
/third_party/musl/ldso/linux/
H A Ddynlink.c3349 if (!DT_DEBUG_INDIRECT && app.dynv[i]==DT_DEBUG) in __dls3()

Completed in 120 milliseconds