Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h202 uint64_t getSymEntryOffset(const InputFile *f, const Symbol &s,
H A DInputSection.cpp809 return in.mipsGot->getVA() + in.mipsGot->getSymEntryOffset(file, sym, a) - in getRelocTargetVA()
H A DSyntheticSections.cpp811 uint64_t MipsGotSection::getSymEntryOffset(const InputFile *f, const Symbol &s, in getSymEntryOffset() function in MipsGotSection