HomeSort by relevance Sort by last modified time
    Searched refs:DT_DEBUG (Results 1 - 21 of 21) sorted by null

  /art/libelffile/elf/
elf_utils.h 121 case DT_DEBUG:
  /bionic/tests/
link_test.cpp 111 if (d->d_tag == DT_DEBUG) {
118 // Walk the DT_DEBUG/_r_debug global module list and compare it with the same
123 // Find the executable's PT_DYNAMIC segment and DT_DEBUG value. The linker
  /external/elfutils/tests/
alldts.c 51 DT_PLTREL, DT_DEBUG, DT_TEXTREL, DT_JMPREL,
  /bionic/libc/kernel/uapi/linux/
elf.h 79 #define DT_DEBUG 21
  /external/kernel-headers/original/uapi/linux/
elf.h 95 #define DT_DEBUG 21
  /external/elfutils/libdwfl/
link_map.c 536 // XXX this could be saved in the file cache: phdr vaddr, DT_DEBUG d_val vaddr
537 /* Find the vaddr of the DT_DEBUG's d_ptr. This is the memory
614 if (dyn != NULL && dyn->d_tag == DT_DEBUG)
672 /* Try to find an existing executable module with a DT_DEBUG. */
953 /* If we found PT_DYNAMIC, search it for DT_DEBUG. */
990 /* We are looking for DT_DEBUG. */
995 if ((*d32)[i].d_tag == DT_DEBUG)
1005 if ((*d64)[i].d_tag == DT_DEBUG)
1021 the vaddr of its dynamic section and DT_DEBUG therein. */
dwfl_segment_report_module.c 214 than a module found via DT_DEBUG on disk without any
744 If it has a DT_DEBUG, then it's actually a PIE rather than a DSO.
759 case DT_DEBUG:
  /external/u-boot/include/
elf.h 520 #define DT_DEBUG 21 /* bugger */
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
elf_common.h 320 #define DT_DEBUG 21 /* Reserved (not used). */
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
elf_common.h 320 #define DT_DEBUG 21 /* Reserved (not used). */
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ELF.h     [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 698 if (dyn.d_tag == DT_DEBUG) {
    [all...]
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc     [all...]
  /external/kmod/port-gnu/
elf.h 720 #define DT_DEBUG 21 /* For debugging; unspecified */
    [all...]
  /external/elfutils/libelf/
elf.h     [all...]
  /bionic/linker/
linker.cpp     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
ELFDumper.cpp     [all...]
  /external/elfutils/src/
readelf.c     [all...]

Completed in 206 milliseconds