Searched refs:getGp (Results 1 – 4 of 4) sorted by relevance
671 return sym.getVA(a) - in.mipsGot->getGp(file); in getRelocTargetVA()673 return in.mipsGot->getGp(file) + a; in getRelocTargetVA()682 uint64_t v = in.mipsGot->getGp(file) + a - p; in getRelocTargetVA()694 in.mipsGot->getGp(file); in getRelocTargetVA()701 in.mipsGot->getGp(file); in getRelocTargetVA()704 in.mipsGot->getGp(file); in getRelocTargetVA()707 in.mipsGot->getGp(file); in getRelocTargetVA()
211 uint64_t getGp(const InputFile *f = nullptr) const;
167 reginfo.ri_gp_value = in.mipsGot->getGp(); in writeTo()224 reginfo.ri_gp_value = in.mipsGot->getGp(); in writeTo()1053 uint64_t MipsGotSection::getGp(const InputFile *f) const { in getGp() function in MipsGotSection
2734 uint64_t getGp() const;2917 template <class ELFT> uint64_t MipsGOTParser<ELFT>::getGp() const { in getGp() function in MipsGOTParser6331 << format_hex_no_prefix(Parser.getGp(), 8 + Bias) << "\n\n"; in printMipsGOT()7413 W.printHex("Canonical gp value", Parser.getGp()); in printMipsGOT()