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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp705 return sym.getVA(a) - in.mipsGot->getGp(file);
707 return in.mipsGot->getGp(file) + a;
716 uint64_t v = in.mipsGot->getGp(file) + a - p;
728 in.mipsGot->getGp(file);
735 in.mipsGot->getGp(file);
738 in.mipsGot->getGp(file);
741 in.mipsGot->getGp(file);
H A DSyntheticSections.h229 uint64_t getGp(const InputFile *f = nullptr) const;
H A DSyntheticSections.cpp165 reginfo.ri_gp_value = in.mipsGot->getGp();
222 reginfo.ri_gp_value = in.mipsGot->getGp();
1010 uint64_t MipsGotSection::getGp(const InputFile *f) const { function in class:MipsGotSection
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2950 uint64_t getGp() const;
3138 template <class ELFT> uint64_t MipsGOTParser<ELFT>::getGp() const { function in class:MipsGOTParser
5947 << format_hex_no_prefix(Parser.getGp(), 8 + Bias) << "\n\n";
6956 W.printHex("Canonical gp value", Parser.getGp());

Completed in 78 milliseconds