Searched refs:SHT_LLVM_PART_PHDR (Results 1 – 10 of 10) sorted by relevance
61 # LLVM: Type: SHT_LLVM_PART_PHDR207 Type: SHT_LLVM_PART_PHDR
259 STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_PART_PHDR); in getELFSectionTypeName()
278 STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_PART_PHDR); in getELFSectionTypeName()
849 SHT_LLVM_PART_PHDR = 0x6fff4c07, // Phdrs for loadable partition. enumerator
873 SHT_LLVM_PART_PHDR = 0x6fff4c07, // Phdrs for loadable partition. enumerator
537 if (Sec.Type == SHT_LLVM_PART_EHDR || Sec.Type == SHT_LLVM_PART_PHDR) in replaceAndRemoveSections()
472 ECase(SHT_LLVM_PART_PHDR); in enumeration()
494 ECase(SHT_LLVM_PART_PHDR); in enumeration()
954 if (sec->type == SHT_LLVM_PART_PHDR) in getSectionRank()
3745 : SyntheticSection(SHF_ALLOC, SHT_LLVM_PART_PHDR, 1, ".phdrs") {} in PartitionProgramHeadersSection()