|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/ObjectYAML/ELFYAML.cpp 52 ECase(PT_PHDR);
tools/lld/ELF/LinkerScript.cpp 1067 [](const PhdrEntry *e) { return e->p_type == PT_PHDR; });
tools/lld/ELF/ScriptParser.cpp 1325 .Case("PT_PHDR", PT_PHDR)
tools/lld/ELF/Writer.cpp 2069 addHdr(PT_PHDR, PF_R)->add(Out::programHeaders);
2071 addHdr(PT_PHDR, PF_R)->add(part.programHeaders->getParent());
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp 3068 CASE_AND_STREAM(s, PT_PHDR, kStrWidth);
tools/lldb/source/Plugins/Process/POSIX/NativeProcessELF.cpp 74 if (phdr_entry.p_type == llvm::ELF::PT_PHDR) {
tools/lldb/unittests/Process/POSIX/NativeProcessELFTest.cpp 88 MC.phdr_load.p_type = llvm::ELF::PT_PHDR;
137 MC.phdr_load.p_type = llvm::ELF::PT_PHDR;
tools/llvm-objcopy/ELF/Object.cpp 1303 PrHdr.Type = PT_PHDR;
1950 ElfHdr.Type = PT_PHDR;
tools/llvm-objdump/ELFDump.cpp 225 case ELF::PT_PHDR:
tools/llvm-readobj/ELFDumper.cpp 1232 LLVM_READOBJ_ENUM_CASE(ELF, PT_PHDR );
1258 LLVM_READOBJ_PHDR_ENUM(ELF, PT_PHDR)