Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp75 if (phdr_entry.p_type == llvm::ELF::PT_PHDR) { in GetELFImageInfoAddress()
/freebsd/contrib/file/src/
H A Dreadelf.h203 #define PT_PHDR 6 macro
/freebsd/libexec/rtld-elf/
H A Dmap_object.c147 case PT_PHDR: in map_object()
H A Drtld.c1653 if (ph->p_type != PT_PHDR) in digest_phdr()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsegments.c514 if (seg->type == PT_PHDR) { in copy_phdr()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp300 case ELF::PT_PHDR: in printProgramHeaders()
/freebsd/usr.sbin/kldxref/
H A Def.c611 case PT_PHDR: in ef_open()
/freebsd/sys/sys/
H A Delf_common.h530 #define PT_PHDR 6 /* Location of program header itself. */ macro
/freebsd/contrib/elftoolchain/size/
H A Dsize.c572 case PT_PHDR: in handle_core()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1446 PT_PHDR = 6, // The program header table itself. enumerator
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1461 PrHdr.Type = PT_PHDR; in readProgramHeaders()
2397 if (Seg->Type == PT_PHDR) in layoutSegmentsForOnlyKeepDebug()
2434 ElfHdr.Type = PT_PHDR; in initEhdrSegment()
/freebsd/usr.bin/elfdump/
H A Delfdump.c655 case PT_PHDR: in main()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp1327 [](const PhdrEntry *e) { return e->p_type == PT_PHDR; }); in allocateHeaders()
H A DWriter.cpp2396 addHdr(PT_PHDR, PF_R)->add(Out::programHeaders); in createPhdrs()
2398 addHdr(PT_PHDR, PF_R)->add(part.programHeaders->getParent()); in createPhdrs()
H A DScriptParser.cpp1604 .Case("PT_PHDR", PT_PHDR) in readPhdrType()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h959 _ELF_DEFINE_PT(PT_PHDR, 6, \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c352 case PT_PHDR: return "PT_PHDR"; in elf_phdr_type_str()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp67 ECase(PT_PHDR); in enumeration()
/freebsd/sys/kern/
H A Dimgact_elf.c1224 case PT_PHDR: /* Program header table info */ in __CONCAT()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3271 CASE_AND_STREAM(s, PT_PHDR, kStrWidth); in DumpELFProgramHeader_p_type()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c697 case PT_PHDR: return "PHDR"; in phdr_type()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1467 LLVM_READOBJ_ENUM_CASE(ELF, PT_PHDR); in segmentTypeToString()