Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp123 Symbol &s = file->getRelocTargetSym(rel); in findAux()
H A DMarkLive.cpp92 Symbol &sym = sec.getFile<ELFT>()->getRelocTargetSym(rel); in resolveReloc()
H A DInputFiles.h242 template <typename RelT> Symbol &getRelocTargetSym(const RelT &rel) const { in getRelocTargetSym() function
H A DInputSection.cpp351 Symbol &sym = file->getRelocTargetSym(rel); in copyRelocations()
847 Symbol &sym = getFile<ELFT>()->getRelocTargetSym(rel); in relocateNonAlloc()
H A DDriver.cpp2087 sym = &s->getFile<ELFT>()->getRelocTargetSym(rels.rels[0]); in readSymbolPartitionSection()
2089 sym = &s->getFile<ELFT>()->getRelocTargetSym(rels.relas[0]); in readSymbolPartitionSection()
H A DSyntheticSections.cpp361 &cie.sec->template getFile<ELFT>()->getRelocTargetSym(rels[firstRelI]); in addCie()
391 Symbol &b = sec->template getFile<ELFT>()->getRelocTargetSym(rel); in isFdeLive()
H A DWriter.cpp618 Symbol &sym = file->getRelocTargetSym(rel); in markUsedLocalSymbolsImpl()
/llvm-project-15.0.7/lld/ELF/Arch/
H A DPPC64.cpp293 Symbol &sym = tocSec->getFile<ELFT>()->getRelocTargetSym(relas[index]); in getRelaTocSymAndAddend()