Searched refs:DT_DEBUG (Results 1 - 14 of 14) sorted by relevance
/external/elfutils/tests/ |
H A D | alldts.c | 51 DT_PLTREL, DT_DEBUG, DT_TEXTREL, DT_JMPREL,
|
/external/kernel-headers/original/uapi/linux/ |
H A D | elf.h | 94 #define DT_DEBUG 21 macro
|
/external/elfutils/libdwfl/ |
H A D | link_map.c | 540 // XXX this could be saved in the file cache: phdr vaddr, DT_DEBUG d_val vaddr 541 /* Find the vaddr of the DT_DEBUG's d_ptr. This is the memory 618 if (dyn != NULL && dyn->d_tag == DT_DEBUG) 676 /* Try to find an existing executable module with a DT_DEBUG. */ 950 /* If we found PT_DYNAMIC, search it for DT_DEBUG. */ 987 /* We are looking for DT_DEBUG. */ 992 if ((*d32)[i].d_tag == DT_DEBUG) 1002 if ((*d64)[i].d_tag == DT_DEBUG) 1018 the vaddr of its dynamic section and DT_DEBUG therein. */
|
H A D | dwfl_segment_report_module.c | 217 than a module found via DT_DEBUG on disk without any 720 If it has a DT_DEBUG, then it's actually a PIE rather than a DSO. 735 case DT_DEBUG:
|
/external/ltrace/sysdeps/linux-gnu/ |
H A D | proc.c | 605 return proc_find_dynamic_entry_addr(proc, dyn_addr, DT_DEBUG, ret);
|
/external/llvm/include/llvm/Support/ |
H A D | ELF.h | 1084 DT_DEBUG = 21, // Reserved for debugger. enumerator in enum:llvm::ELF::__anon12046
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
H A D | minidump_writer.cc | 698 if (dyn.d_tag == DT_DEBUG) {
|
/external/google-breakpad/src/tools/linux/md2core/ |
H A D | minidump-2-core.cc | 959 // Make _DYNAMIC DT_DEBUG entry point to our link map 965 fprintf(stderr, "No DT_DEBUG entry found\n"); 971 if (dyn.d_tag == DT_DEBUG) {
|
/external/elfutils/libelf/ |
H A D | elf.h | 721 #define DT_DEBUG 21 /* For debugging; unspecified */ macro
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 541 if (symbol.d_tag == DT_DEBUG)
|
/external/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1468 case DT_DEBUG:
|
/external/elfutils/src/ |
H A D | ldgeneric.c | 6826 /* We always create the DT_DEBUG entry. */ 6827 new_dynamic_entry (dyndata, ld_state.ndynamic_filled++, DT_DEBUG, 0);
|
H A D | readelf.c | 1702 case DT_DEBUG:
|
/external/valgrind/perf/ |
H A D | tinycc.c | 648 #define DT_DEBUG 21 /* For debugging; unspecified */ macro
|
Completed in 337 milliseconds