Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h539 static Defined *mipsGp; member
H A DWriter.cpp170 ElfSym::mipsGp = addAbsolute("_gp"); in addReservedSymbols()
887 if (ElfSym::mipsGp) { in setReservedSymbolSections()
892 ElfSym::mipsGp->section = os; in setReservedSymbolSections()
893 ElfSym::mipsGp->value = 0x7ff0; in setReservedSymbolSections()
H A DSymbols.cpp69 Defined *ElfSym::mipsGp; member in ElfSym
H A DSyntheticSections.cpp1093 return ElfSym::mipsGp->getVA(0); in getGp()