Home
last modified time | relevance | path

Searched refs:SHF_MIPS_GPREL (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
DELF.h22 SHF_MIPS_GPREL = 0x10000000 enumerator
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp114 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()