Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
340 Symbol &sa = secA->template getFile<ELFT>()->getRelocTargetSym(ra[i]); in variableEq()
341 Symbol &sb = secB->template getFile<ELFT>()->getRelocTargetSym(rb[i]); in variableEq()
443 Symbol &s = isec->template getFile<ELFT>()->getRelocTargetSym(rel); in combineRelocHashes()
H A DDWARF.cpp124 Symbol &s = file->getRelocTargetSym(rel); in findAux()
H A DMarkLive.cpp93 Symbol &sym = sec.getFile<ELFT>()->getRelocTargetSym(rel); in resolveReloc()
H A DInputFiles.h221 template <typename RelT> Symbol &getRelocTargetSym(const RelT &rel) const { in getRelocTargetSym() function
H A DInputSection.cpp416 Symbol &sym = file->getRelocTargetSym(rel); in copyRelocations()
903 Symbol &sym = getFile<ELFT>()->getRelocTargetSym(rel); in relocateNonAlloc()
H A DDriver.cpp1919 sym = &s->getFile<ELFT>()->getRelocTargetSym(s->template relas<ELFT>()[0]); in readSymbolPartitionSection()
1921 sym = &s->getFile<ELFT>()->getRelocTargetSym(s->template rels<ELFT>()[0]); in readSymbolPartitionSection()
H A DSyntheticSections.cpp359 &cie.sec->template getFile<ELFT>()->getRelocTargetSym(rels[firstRelI]); in addCie()
389 Symbol &b = sec->template getFile<ELFT>()->getRelocTargetSym(rel); in isFdeLive()
H A DWriter.cpp671 Symbol &sym = file->getRelocTargetSym(rel); in markUsedLocalSymbolsImpl()
/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp298 Symbol &sym = tocSec->getFile<ELFT>()->getRelocTargetSym(relas[index]); in getRelaTocSymAndAddend()