Home
last modified time | relevance | path

Searched refs:getRelocTargetSym (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/lld/ELF/
H A DICF.cpp250 Symbol &sa = secA->template getFile<ELFT>()->getRelocTargetSym(ra[i]); in constantEq()
251 Symbol &sb = secB->template getFile<ELFT>()->getRelocTargetSym(rb[i]); in constantEq()
341 Symbol &sa = secA->template getFile<ELFT>()->getRelocTargetSym(ra[i]); in variableEq()
342 Symbol &sb = secB->template getFile<ELFT>()->getRelocTargetSym(rb[i]); in variableEq()
445 Symbol &s = isec->template getFile<ELFT>()->getRelocTargetSym(rel); in combineRelocHashes()
H A DDWARF.cpp122 Symbol &s = file->getRelocTargetSym(rel); in findAux()
H A DInputFiles.h248 template <typename RelT> Symbol &getRelocTargetSym(const RelT &rel) const { in getRelocTargetSym() function
H A DMarkLive.cpp92 Symbol &sym = sec.getFile<ELFT>()->getRelocTargetSym(rel); in resolveReloc()
H A DInputSection.cpp364 Symbol &sym = file->getRelocTargetSym(rel); in copyRelocations()
860 Symbol &sym = getFile<ELFT>()->getRelocTargetSym(rel); in relocateNonAlloc()
H A DDriver.cpp2174 sym = &s->getFile<ELFT>()->getRelocTargetSym(rels.rels[0]); in readSymbolPartitionSection()
2176 sym = &s->getFile<ELFT>()->getRelocTargetSym(rels.relas[0]); in readSymbolPartitionSection()
H A DSyntheticSections.cpp362 &cie.sec->template getFile<ELFT>()->getRelocTargetSym(rels[firstRelI]); in addCie()
392 Symbol &b = sec->template getFile<ELFT>()->getRelocTargetSym(rel); in isFdeLive()
H A DWriter.cpp607 Symbol &sym = file->getRelocTargetSym(rel); in markUsedLocalSymbolsImpl()
/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DPPC64.cpp334 Symbol &sym = tocSec->getFile<ELFT>()->getRelocTargetSym(relas[index]); in getRelaTocSymAndAddend()