Home
last modified time | relevance | path

Searched refs:getPageEntryOffset (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.h200 uint64_t getPageEntryOffset(const InputFile *F, const Symbol &S,
H A DInputSection.cpp663 return In.MipsGot->getVA() + In.MipsGot->getPageEntryOffset(File, Sym, A) - in getRelocTargetVA()
H A DSyntheticSections.cpp726 uint64_t MipsGotSection::getPageEntryOffset(const InputFile *F, in getPageEntryOffset() function in MipsGotSection