reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
229 uint64_t getGp(const InputFile *f = nullptr) const;
687 return sym.getVA(a) - in.mipsGot->getGp(file); 689 return in.mipsGot->getGp(file) + a; 698 uint64_t v = in.mipsGot->getGp(file) + a - p; 710 in.mipsGot->getGp(file); 717 in.mipsGot->getGp(file); 720 in.mipsGot->getGp(file); 723 in.mipsGot->getGp(file);tools/lld/ELF/SyntheticSections.cpp
162 reginfo.ri_gp_value = in.mipsGot->getGp(); 219 reginfo.ri_gp_value = in.mipsGot->getGp();