/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/ |
H A D | NativeProcessELF.cpp | 75 if (phdr_entry.p_type == llvm::ELF::PT_PHDR) { in GetELFImageInfoAddress()
|
/freebsd/contrib/file/src/ |
H A D | readelf.h | 203 #define PT_PHDR 6 macro
|
/freebsd/libexec/rtld-elf/ |
H A D | map_object.c | 143 case PT_PHDR: in map_object()
|
H A D | rtld.c | 1662 if (ph->p_type != PT_PHDR) in digest_phdr()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | segments.c | 514 if (seg->type == PT_PHDR) { in copy_phdr()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 305 case ELF::PT_PHDR: in printProgramHeaders()
|
/freebsd/lib/libkldelf/ |
H A D | ef.c | 610 case PT_PHDR: in ef_open()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 550 #define PT_PHDR 6 /* Location of program header itself. */ macro
|
/freebsd/contrib/elftoolchain/size/ |
H A D | size.c | 572 case PT_PHDR: in handle_core()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1477 PT_PHDR = 6, // The program header table itself. enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 1493 PrHdr.Type = PT_PHDR; in readProgramHeaders() 2445 if (Seg->Type == PT_PHDR) in layoutSegmentsForOnlyKeepDebug() 2482 ElfHdr.Type = PT_PHDR; in initEhdrSegment()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Writer.cpp | 2177 addHdr(PT_PHDR, PF_R)->add(Out::programHeaders); in createPhdrs() 2179 addHdr(PT_PHDR, PF_R)->add(part.programHeaders->getParent()); in createPhdrs()
|
H A D | LinkerScript.cpp | 1376 [](const PhdrEntry *e) { return e->p_type == PT_PHDR; }); in allocateHeaders()
|
H A D | ScriptParser.cpp | 1651 .Case("PT_PHDR", PT_PHDR) in readPhdrType()
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 655 case PT_PHDR: in main()
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 959 _ELF_DEFINE_PT(PT_PHDR, 6, \
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 352 case PT_PHDR: return "PT_PHDR"; in elf_phdr_type_str()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 67 ECase(PT_PHDR); in enumeration()
|
/freebsd/sys/kern/ |
H A D | imgact_elf.c | 1226 case PT_PHDR: /* Program header table info */ in __CONCAT()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 3361 CASE_AND_STREAM(s, PT_PHDR, kStrWidth); in DumpELFProgramHeader_p_type()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 697 case PT_PHDR: return "PHDR"; in phdr_type()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 1483 LLVM_READOBJ_ENUM_CASE(ELF, PT_PHDR); in segmentTypeToString()
|