Searched refs:SHT_LLVM_PART_PHDR (Results 1 – 6 of 6) sorted by relevance
1103 SHT_LLVM_PART_PHDR = 0x6fff4c07, // Phdrs for loadable partition. enumerator
317 STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_PART_PHDR); in getELFSectionTypeName()
501 if (Sec.Type == SHT_LLVM_PART_EHDR || Sec.Type == SHT_LLVM_PART_PHDR) in replaceAndRemoveSections()
688 else if (osec.type == SHT_LLVM_PART_PHDR) in getSectionRank()
4421 : SyntheticSection(SHF_ALLOC, SHT_LLVM_PART_PHDR, 1, ".phdrs") {} in PartitionProgramHeadersSection()
702 ECase(SHT_LLVM_PART_PHDR); in enumeration()