Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DInputSection.cpp671 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()
H A DSyntheticSections.h211 uint64_t getGp(const InputFile *f = nullptr) const;
H A DSyntheticSections.cpp167 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
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2734 uint64_t getGp() const;
2917 template <class ELFT> uint64_t MipsGOTParser<ELFT>::getGp() const { in getGp() function in MipsGOTParser
6331 << format_hex_no_prefix(Parser.getGp(), 8 + Bias) << "\n\n"; in printMipsGOT()
7413 W.printHex("Canonical gp value", Parser.getGp()); in printMipsGOT()