Home
last modified time | relevance | path

Searched refs:PT_DYNAMIC (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm/tools/llvm-objdump/
DELFDump.cpp41 case ELF::PT_DYNAMIC: in printProgramHeaders()
/external/elfutils/backends/
Dppc_symbol.c94 if (phdr == NULL || phdr->p_type != PT_DYNAMIC) in find_dyn_got()
/external/elfutils/tests/
Dshowptable.c82 [PT_DYNAMIC] = "DYNAMIC", in main()
Dalldts.c117 phdr[1].p_type = PT_DYNAMIC; in main()
/external/syslinux/gpxe/src/include/
Delf.h99 #define PT_DYNAMIC 2 /* Dynamic linking information segment. */ macro
/external/libunwind/src/ia64/
DGfind_unwind_table.c122 case PT_DYNAMIC: in ia64_find_unwind_table()
DGtables.c506 else if (phdr->p_type == PT_DYNAMIC) in callback()
/external/libunwind/src/dwarf/
DGfind_unwind_table.c170 case PT_DYNAMIC: in dwarf_find_unwind_table_memory()
302 case PT_DYNAMIC: in dwarf_find_unwind_table()
DGfind_proc_info-lsb.c645 else if (phdr->p_type == PT_DYNAMIC) in dwarf_callback()
/external/syslinux/com32/include/sys/
Delfcommon.h13 #define PT_DYNAMIC 2 macro
/external/linux-kselftest/tools/testing/selftests/vDSO/
Dparse_vdso.c123 } else if (pt[i].p_type == PT_DYNAMIC) { in vdso_init_from_sysinfo_ehdr()
/external/syslinux/com32/lib/sys/module/i386/
Delf_module.c69 case PT_DYNAMIC: in load_segments()
/external/syslinux/com32/lib/sys/module/x86_64/
Delf_module.c69 case PT_DYNAMIC: in load_segments()
/external/kernel-headers/original/uapi/linux/
Delf.h27 #define PT_DYNAMIC 2 macro
/external/compiler-rt/lib/cfi/
Dcfi.cc182 if (info->dlpi_phdr[i].p_type == PT_DYNAMIC) { in find_cfi_check_in_dso()
/external/elfutils/libdwfl/
Dlink_map.c602 if (phdr->p_type == PT_DYNAMIC) in consider_executable()
777 case PT_DYNAMIC: in dwfl_link_map_report()
Dcore-file.c435 if (phdr->p_type == PT_DYNAMIC) in __libdwfl_dynamic_vaddr_get()
Ddwfl_segment_report_module.c518 case PT_DYNAMIC: in dwfl_segment_report_module()
Ddwfl_module_getdwarf.c834 if (phdr->p_type == PT_DYNAMIC) in find_dynsym()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h983 PT_DYNAMIC = 2, // Dynamic linking information. enumerator
/external/llvm/include/llvm/Support/
DELF.h1016 PT_DYNAMIC = 2, // Dynamic linking information. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1014 PT_DYNAMIC = 2, // Dynamic linking information. enumerator
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1153 LLVM_READOBJ_ENUM_CASE(ELF, PT_DYNAMIC); in getElfSegmentType()
1173 LLVM_READOBJ_PHDR_ENUM(ELF, PT_DYNAMIC) in getElfPtType()
1312 if (Phdr.p_type == ELF::PT_DYNAMIC) { in ELFDumper()
2882 if (Phdr.p_type != ELF::PT_DYNAMIC || Sec.sh_size != 0 || Phdr.p_memsz == 0) in checkPTDynamic()
/external/elfutils/src/
Delflint.c1019 if (phdr != NULL && phdr->p_type == PT_DYNAMIC) in check_symtab()
1300 else if (phdr->p_type == PT_DYNAMIC) in check_reloc_shdr()
3013 && phdr->p_type == PT_DYNAMIC) in unknown_dependency_p()
4450 else if (phdr->p_type == PT_DYNAMIC) in check_program_header()
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc669 if (ph.p_type == PT_DYNAMIC) { in WriteDSODebugStream()

12