Home
last modified time | relevance | path

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

/external/elfutils/src/libdwfl/
Dlink_map.c609 if (dyn != NULL && dyn->d_tag == DT_DEBUG) in consider_executable()
974 if (u->d32[i].d_tag == DT_DEBUG) in dwfl_link_map_report()
984 if (u->d64[i].d_tag == DT_DEBUG) in dwfl_link_map_report()
Ddwfl_segment_report_module.c716 case DT_DEBUG: in dwfl_segment_report_module()
DChangeLog1115 ET_DYN that has a DT_DEBUG.
/external/elfutils/src/tests/
Dalldts.c51 DT_PLTREL, DT_DEBUG, DT_TEXTREL, DT_JMPREL, in main()
/external/kernel-headers/original/uapi/linux/
Delf.h94 #define DT_DEBUG 21 macro
/external/ltrace/sysdeps/linux-gnu/
Dproc.c605 return proc_find_dynamic_entry_addr(proc, dyn_addr, DT_DEBUG, ret); in arch_find_dl_debug()
/external/llvm/include/llvm/Support/
DELF.h1009 DT_DEBUG = 21, // Reserved for debugger. enumerator
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc692 if (dyn.d_tag == DT_DEBUG) { in WriteDSODebugStream()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp541 if (symbol.d_tag == DT_DEBUG) in GetImageInfoAddress()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp867 case DT_DEBUG: in printValue()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc969 if (dyn.d_tag == DT_DEBUG) { in AugmentMappings()
/external/elfutils/src/libelf/
Delf.h695 #define DT_DEBUG 21 /* For debugging; unspecified */ macro
/external/elfutils/src/config/
Delfutils.spec.in269 parameter add_p_vaddr to dwfl_report_elf. Use DT_DEBUG
/external/elfutils/src/
DNEWS91 Use DT_DEBUG library search first.
/external/elfutils/src/src/
Dldgeneric.c6827 new_dynamic_entry (dyndata, ld_state.ndynamic_filled++, DT_DEBUG, 0); in ld_generic_create_outfile()
Dreadelf.c1614 case DT_DEBUG: in handle_dynamic()
/external/valgrind/perf/
Dtinycc.c648 #define DT_DEBUG 21 /* For debugging; unspecified */ macro