Searched refs:SHF_MIPS_GPREL (Results 1 – 2 of 2) sorted by relevance
22 SHF_MIPS_GPREL = 0x10000000 enumerator
114 llvm::ELF::SHF_ALLOC | llvm::ELF::SHF_WRITE | llvm::ELF::SHF_MIPS_GPREL, in initTargetSections()449 if ((pSD.getSection().flag() & llvm::ELF::SHF_MIPS_GPREL) || in readSection()1193 if (pSection.flag() & llvm::ELF::SHF_MIPS_GPREL) { in mergeSection()