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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp74 if (phdr_entry.p_type == llvm::ELF::PT_PHDR) {
/freebsd-13-stable/contrib/file/src/
H A Dreadelf.h203 #define PT_PHDR 6 macro
/freebsd-13-stable/libexec/rtld-elf/
H A Dmap_object.c148 case PT_PHDR:
H A Drtld.c1504 if (ph->p_type != PT_PHDR)
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp247 case ELF::PT_PHDR:
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DAddressSpace.hpp429 // using the PT_PHDR segment.
433 if (phdr->p_type == PT_PHDR) {
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Dsegments.c514 if (seg->type == PT_PHDR) {
/freebsd-13-stable/usr.sbin/kldxref/
H A Def.c623 case PT_PHDR:
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1325 PrHdr.Type = PT_PHDR;
2028 // Rewrite p_offset and p_filesz of non-empty non-PT_PHDR segments after
2035 if (Seg->Type == PT_PHDR || !FirstSec)
2063 ElfHdr.Type = PT_PHDR;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1202 PT_PHDR = 6, // The program header table itself. enumerator in enum:llvm::ELF::__anon3102
/freebsd-13-stable/contrib/elftoolchain/size/
H A Dsize.c572 case PT_PHDR:
/freebsd-13-stable/sys/sys/
H A Delf_common.h531 #define PT_PHDR 6 /* Location of program header itself. */ macro
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp2281 // nmagic or omagic output does not have PT_PHDR, PT_INTERP, or the readonly
2284 // The first phdr entry is PT_PHDR which describes the program header
2287 addHdr(PT_PHDR, PF_R)->add(Out::programHeaders);
2289 addHdr(PT_PHDR, PF_R)->add(part.programHeaders->getParent());
H A DLinkerScript.cpp1082 // and we'll also remove the PT_PHDR segment.
1118 [](const PhdrEntry *e) { return e->p_type == PT_PHDR; });
H A DScriptParser.cpp1421 .Case("PT_PHDR", PT_PHDR)
/freebsd-13-stable/usr.bin/elfdump/
H A Delfdump.c312 "PT_SHLIB", "PT_PHDR", "PT_TLS"
653 case PT_PHDR:
/freebsd-13-stable/contrib/elftoolchain/common/
H A Delfdefinitions.h959 _ELF_DEFINE_PT(PT_PHDR, 6, \
/freebsd-13-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c352 case PT_PHDR: return "PT_PHDR";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp52 ECase(PT_PHDR);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3079 CASE_AND_STREAM(s, PT_PHDR, kStrWidth);
/freebsd-13-stable/sys/kern/
H A Dimgact_elf.c1137 * a PT_PHDR entry.
1162 case PT_PHDR: /* Program header table info */
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1699 LLVM_READOBJ_ENUM_CASE(ELF, PT_PHDR );
1726 LLVM_READOBJ_PHDR_ENUM(ELF, PT_PHDR)
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c690 case PT_PHDR: return "PHDR";

Completed in 436 milliseconds