Searched refs:PT_DYNAMIC (Results 1 - 25 of 31) sorted by relevance

12

/external/llvm/tools/llvm-objdump/
H A DELFDump.cpp41 case ELF::PT_DYNAMIC:
/external/elfutils/backends/
H A Dppc_symbol.c94 if (phdr == NULL || phdr->p_type != PT_DYNAMIC)
114 /* There is only one PT_DYNAMIC entry. */
/external/elfutils/tests/
H A Dshowptable.c82 [PT_DYNAMIC] = "DYNAMIC",
H A Dalldts.c117 phdr[1].p_type = PT_DYNAMIC;
/external/libunwind/src/ia64/
H A DGfind_unwind_table.c48 /* If we have a PT_DYNAMIC program header, fetch the gp-value
122 case PT_DYNAMIC:
H A DGtables.c506 else if (phdr->p_type == PT_DYNAMIC)
/external/syslinux/gpxe/src/include/
H A Delf.h99 #define PT_DYNAMIC 2 /* Dynamic linking information segment. */ macro
/external/libunwind/src/dwarf/
H A DGfind_unwind_table.c170 case PT_DYNAMIC:
302 case PT_DYNAMIC:
H A DGfind_proc_info-lsb.c645 else if (phdr->p_type == PT_DYNAMIC)
/external/linux-kselftest/tools/testing/selftests/vDSO/
H A Dparse_vdso.c123 } else if (pt[i].p_type == PT_DYNAMIC) {
/external/syslinux/com32/include/sys/
H A Delfcommon.h13 #define PT_DYNAMIC 2 macro
/external/syslinux/com32/lib/sys/module/i386/
H A Delf_module.c69 case PT_DYNAMIC:
/external/syslinux/com32/lib/sys/module/x86_64/
H A Delf_module.c69 case PT_DYNAMIC:
/external/compiler-rt/lib/cfi/
H A Dcfi.cc182 if (info->dlpi_phdr[i].p_type == PT_DYNAMIC) {
/external/kernel-headers/original/uapi/linux/
H A Delf.h27 #define PT_DYNAMIC 2 macro
/external/elfutils/libdwfl/
H A Dlink_map.c605 if (phdr->p_type == PT_DYNAMIC)
760 /* If we found the phdr dimensions, search phdrs for PT_DYNAMIC. */
781 case PT_DYNAMIC:
899 /* We are looking for PT_DYNAMIC. */
950 /* If we found PT_DYNAMIC, search it for DT_DEBUG. */
H A Dcore-file.c435 if (phdr->p_type == PT_DYNAMIC)
495 /* PT_NOTE -> NT_AUXV -> AT_PHDR -> PT_DYNAMIC -> DT_DEBUG */
H A Ddwfl_segment_report_module.c438 /* If we see PT_DYNAMIC, record it here. */
518 case PT_DYNAMIC:
H A Ddwfl_module_getdwarf.c834 if (phdr->p_type == PT_DYNAMIC)
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h983 PT_DYNAMIC = 2, // Dynamic linking information. enumerator in enum:llvm::ELF::__anon19699
/external/llvm/include/llvm/Support/
H A DELF.h1016 PT_DYNAMIC = 2, // Dynamic linking information. enumerator in enum:llvm::ELF::__anon12491
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1153 LLVM_READOBJ_ENUM_CASE(ELF, PT_DYNAMIC);
1173 LLVM_READOBJ_PHDR_ENUM(ELF, PT_DYNAMIC)
1312 if (Phdr.p_type == ELF::PT_DYNAMIC) {
2879 // No section with zero size must be at start or end of PT_DYNAMIC
2882 if (Phdr.p_type != ELF::PT_DYNAMIC || Sec.sh_size != 0 || Phdr.p_memsz == 0)
2947 // at end of segments and for PT_DYNAMIC both start and end of section
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h1014 PT_DYNAMIC = 2, // Dynamic linking information. enumerator in enum:llvm::ELF::__anon20537
/external/elfutils/src/
H A Delflint.c1019 if (phdr != NULL && phdr->p_type == PT_DYNAMIC)
1300 else if (phdr->p_type == PT_DYNAMIC)
3013 && phdr->p_type == PT_DYNAMIC)
4450 else if (phdr->p_type == PT_DYNAMIC)
/external/google-breakpad/src/client/linux/minidump_writer/
H A Dminidump_writer.cc657 // Search for the program PT_DYNAMIC segment
669 if (ph.p_type == PT_DYNAMIC) {

Completed in 568 milliseconds

12