Searched refs:mipsGp (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.h446 static Defined *mipsGp; member in struct:lld::elf::ElfSym
H A DSymbols.cpp60 Defined *ElfSym::mipsGp; member in class:ElfSym
H A DWriter.cpp250 ElfSym::mipsGp = addAbsolute("_gp"); member in class:ElfSym
1185 if (ElfSym::mipsGp) {
1190 ElfSym::mipsGp->section = os;
1191 ElfSym::mipsGp->value = 0x7ff0;
H A DSyntheticSections.cpp1015 return ElfSym::mipsGp->getVA(0);

Completed in 170 milliseconds