Searched refs:mipsGot (Results 1 – 5 of 5) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/lld/ELF/ |
| HD | InputSection.cpp | 696 return sym.getVA(a) - in.mipsGot->getGp(file); in getRelocTargetVA() 698 return in.mipsGot->getGp(file) + a; in getRelocTargetVA() 707 uint64_t v = in.mipsGot->getGp(file) + a - p; in getRelocTargetVA() 718 return in.mipsGot->getVA() + in.mipsGot->getPageEntryOffset(file, sym, a) - in getRelocTargetVA() 719 in.mipsGot->getGp(file); in getRelocTargetVA() 725 return in.mipsGot->getVA() + in.mipsGot->getSymEntryOffset(file, sym, a) - in getRelocTargetVA() 726 in.mipsGot->getGp(file); in getRelocTargetVA() 728 return in.mipsGot->getVA() + in.mipsGot->getGlobalDynOffset(file, sym) - in getRelocTargetVA() 729 in.mipsGot->getGp(file); in getRelocTargetVA() 731 return in.mipsGot->getVA() + in.mipsGot->getTlsIndexOffset(file) - in getRelocTargetVA() [all …]
|
| HD | Writer.cpp | 467 in.mipsGot = make<MipsGotSection>(); in createSyntheticSections() 468 add(in.mipsGot); in createSyntheticSections() 1050 gotSection = in.mipsGot ? cast<InputSection>(in.mipsGot) in setReservedSymbolSections() 1596 if (in.mipsGot) in finalizeAddressDependentContent() 1597 in.mipsGot->updateAllocSize(); in finalizeAddressDependentContent() 1798 if (in.mipsGot) in finalizeSections() 1799 in.mipsGot->build(); in finalizeSections() 1868 finalizeSynthetic(in.mipsGot); in finalizeSections()
|
| HD | Relocations.cpp | 138 in.mipsGot->addTlsIndex(*c.file); in handleMipsTlsRelocation() 143 in.mipsGot->addDynTlsEntry(*c.file, sym); in handleMipsTlsRelocation() 1143 in.mipsGot->addEntry(*sec.file, sym, addend, expr); in processRelocAux() 1364 in.mipsGot->addEntry(*sec.file, sym, addend, expr); in scanReloc()
|
| HD | SyntheticSections.cpp | 162 reginfo.ri_gp_value = in.mipsGot->getGp(); in writeTo() 219 reginfo.ri_gp_value = in.mipsGot->getGp(); in writeTo() 1463 add(DT_MIPS_LOCAL_GOTNO, [] { return in.mipsGot->getLocalEntriesNum(); }); in finalizeContents() 1465 if (const Symbol *b = in.mipsGot->getFirstGlobalEntry()) in finalizeContents() 1469 addInSec(DT_PLTGOT, in.mipsGot); in finalizeContents()
|
| HD | SyntheticSections.h | 1204 MipsGotSection *mipsGot; member
|