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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp89 // Find the DT_DEBUG entry in the .dynamic section
99 // Return the &DT_DEBUG->d_ptr which points to r_debug which contains the
101 if (dynamic_entry.d_tag == llvm::ELF::DT_DEBUG) {
143 // Address of DT_DEBUG.d_ptr which points to r_debug
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_vdso.c179 case DT_DEBUG:
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h483 #define DT_DEBUG 21 /* Used for debugging; unspecified */ macro
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c203 case DT_DEBUG: return "DT_DEBUG";
956 case DT_DEBUG:
/freebsd-13-stable/sys/sys/
H A Delf_common.h594 #define DT_DEBUG 21 /* Reserved (not used). */ macro
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c182 case DT_DEBUG: return "DT_DEBUG";
1684 case DT_DEBUG:
/freebsd-13-stable/sys/kern/
H A Dlink_elf.c621 case DT_DEBUG:
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h155 _ELF_DEFINE_DT(DT_DEBUG, 21, "used for debugging") \
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c848 case DT_DEBUG: return "DEBUG";
2947 case DT_DEBUG:
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1341 // DT_DEBUG is a pointer to debug information used by debuggers at runtime. We
1345 // DT_DEBUG is the only .dynamic entry that needs to be written to. Some
1348 // If the target is such a system (used -z rodynamic) don't write DT_DEBUG.
1350 addInt(DT_DEBUG, 0);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp828 if (symbol.d_tag == DT_DEBUG) {
/freebsd-13-stable/libexec/rtld-elf/
H A Drtld.c1319 * Don't process DT_DEBUG on MIPS as the dynamic section
1324 case DT_DEBUG:
1326 dbg("Filling in DT_DEBUG entry");
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2584 case DT_DEBUG:

Completed in 313 milliseconds