Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.h195 uint64_t getSymEntryOffset(const InputFile *f, const Symbol &s,
H A DInputSection.cpp700 return in.mipsGot->getVA() + in.mipsGot->getSymEntryOffset(file, sym, a) - in getRelocTargetVA()
H A DSyntheticSections.cpp776 uint64_t MipsGotSection::getSymEntryOffset(const InputFile *f, const Symbol &s, in getSymEntryOffset() function in MipsGotSection