Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp780 return sym.getVA(a) - in.mipsGot->getGp(file); in getRelocTargetVA()
782 return in.mipsGot->getGp(file) + a; in getRelocTargetVA()
791 uint64_t v = in.mipsGot->getGp(file) + a - p; in getRelocTargetVA()
803 in.mipsGot->getGp(file); in getRelocTargetVA()
810 in.mipsGot->getGp(file); in getRelocTargetVA()
813 in.mipsGot->getGp(file); in getRelocTargetVA()
816 in.mipsGot->getGp(file); in getRelocTargetVA()
H A DSyntheticSections.h218 uint64_t getGp(const InputFile *f = nullptr) const;
H A DSyntheticSections.cpp171 reginfo.ri_gp_value = in.mipsGot->getGp(); in writeTo()
228 reginfo.ri_gp_value = in.mipsGot->getGp(); in writeTo()
1088 uint64_t MipsGotSection::getGp(const InputFile *f) const { in getGp() function in MipsGotSection
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2949 uint64_t getGp() const;
3132 template <class ELFT> uint64_t MipsGOTParser<ELFT>::getGp() const { in getGp() function in MipsGOTParser
6851 << format_hex_no_prefix(Parser.getGp(), 8 + Bias) << "\n\n"; in printMipsGOT()
8160 W.printHex("Canonical gp value", Parser.getGp()); in printMipsGOT()