Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DInputSection.cpp712 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()
DSyntheticSections.h235 uint64_t getGp(const InputFile *f = nullptr) const;
DSyntheticSections.cpp164 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
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp2946 uint64_t getGp() const;
3129 template <class ELFT> uint64_t MipsGOTParser<ELFT>::getGp() const { in getGp() function in MipsGOTParser
6114 << format_hex_no_prefix(Parser.getGp(), 8 + Bias) << "\n\n"; in printMipsGOT()
6983 W.printHex("Canonical gp value", Parser.getGp()); in printMipsGOT()