Searched refs:getGp (Results 1 – 4 of 4) sorted by relevance
712 return sym.getVA(a) - in.mipsGot->getGp(file); in getRelocTargetVA()714 return in.mipsGot->getGp(file) + a; in getRelocTargetVA()723 uint64_t v = in.mipsGot->getGp(file) + a - p; in getRelocTargetVA()735 in.mipsGot->getGp(file); in getRelocTargetVA()742 in.mipsGot->getGp(file); in getRelocTargetVA()745 in.mipsGot->getGp(file); in getRelocTargetVA()748 in.mipsGot->getGp(file); in getRelocTargetVA()
235 uint64_t getGp(const InputFile *f = nullptr) const;
164 reginfo.ri_gp_value = in.mipsGot->getGp(); in writeTo()221 reginfo.ri_gp_value = in.mipsGot->getGp(); in writeTo()1051 uint64_t MipsGotSection::getGp(const InputFile *f) const { in getGp() function in MipsGotSection
2946 uint64_t getGp() const;3129 template <class ELFT> uint64_t MipsGOTParser<ELFT>::getGp() const { in getGp() function in MipsGOTParser6114 << format_hex_no_prefix(Parser.getGp(), 8 + Bias) << "\n\n"; in printMipsGOT()6983 W.printHex("Canonical gp value", Parser.getGp()); in printMipsGOT()