Home
last modified time | relevance | path

Searched refs:PT_PHDR (Results 1 – 23 of 23) sorted by relevance

/external/llvm/tools/llvm-objdump/
DELFDump.cpp44 case ELF::PT_PHDR: in printProgramHeaders()
/external/elfutils/tests/
Dshowptable.c86 [PT_PHDR] = "PHDR" in main()
Dupdate2.c98 phdr[0].p_type = PT_PHDR; in main()
Dupdate3.c107 phdr[0].p_type = PT_PHDR; in main()
Dalldts.c116 phdr[0].p_type = PT_PHDR; in main()
Dupdate4.c111 phdr[0].p_type = PT_PHDR; in main()
/external/syslinux/gpxe/src/include/
Delf.h103 #define PT_PHDR 6 /* Location of program header itself. */ macro
/external/syslinux/com32/modules/
Delf.c129 if (ph->p_type == PT_LOAD || ph->p_type == PT_PHDR) { in boot_elf()
/external/syslinux/com32/include/sys/
Delfcommon.h17 #define PT_PHDR 6 macro
/external/kernel-headers/original/uapi/linux/
Delf.h31 #define PT_PHDR 6 macro
/external/syslinux/com32/mboot/
Dmap.c170 if (ph->p_type == PT_LOAD || ph->p_type == PT_PHDR) { in map_image()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h987 PT_PHDR = 6, // The program header table itself. enumerator
/external/llvm/include/llvm/Support/
DELF.h1020 PT_PHDR = 6, // The program header table itself. enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h1018 PT_PHDR = 6, // The program header table itself. enumerator
/external/valgrind/coregrind/m_ume/
Delf.c609 case PT_PHDR: in VG_()
/external/elfutils/libdwfl/
Dlink_map.c766 case PT_PHDR: in dwfl_link_map_report()
/external/kmod/port-gnu/
Delf.h604 #define PT_PHDR 6 /* Entry for header table itself */ macro
/external/elfutils/libelf/
Delf.h605 #define PT_PHDR 6 /* Entry for header table itself */ macro
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1157 LLVM_READOBJ_ENUM_CASE(ELF, PT_PHDR ); in getElfSegmentType()
1177 LLVM_READOBJ_PHDR_ENUM(ELF, PT_PHDR) in getElfPtType()
/external/elfutils/src/
Delflint.c4532 else if (phdr->p_type == PT_PHDR) in check_program_header()
Dldgeneric.c6608 phdr->p_type = PT_PHDR; in ld_generic_create_outfile()
DChangeLog3096 (check_program_header): Check that PT_PHDR is loaded and that offset
/external/valgrind/perf/
Dtinycc.c568 #define PT_PHDR 6 /* Entry for header table itself */ macro