Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
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()
DDWARF.cpp124 Symbol &s = file->getRelocTargetSym(rel); in findAux()
DMarkLive.cpp93 Symbol &sym = sec.getFile<ELFT>()->getRelocTargetSym(rel); in resolveReloc()
DInputFiles.h222 template <typename RelT> Symbol &getRelocTargetSym(const RelT &rel) const { in getRelocTargetSym() function
DInputSection.cpp423 Symbol &sym = file->getRelocTargetSym(rel); in copyRelocations()
891 Symbol &sym = getFile<ELFT>()->getRelocTargetSym(rel); in relocateNonAlloc()
DDriver.cpp1800 sym = &s->getFile<ELFT>()->getRelocTargetSym(s->template relas<ELFT>()[0]); in readSymbolPartitionSection()
1802 sym = &s->getFile<ELFT>()->getRelocTargetSym(s->template rels<ELFT>()[0]); in readSymbolPartitionSection()
DSyntheticSections.cpp359 &cie.sec->template getFile<ELFT>()->getRelocTargetSym(rels[firstRelI]); in addCie()
389 Symbol &b = sec->template getFile<ELFT>()->getRelocTargetSym(rel); in isFdeLive()
DWriter.cpp671 Symbol &sym = file->getRelocTargetSym(rel); in markUsedLocalSymbolsImpl()
/external/llvm-project/lld/ELF/Arch/
DPPC64.cpp298 Symbol &sym = tocSec->getFile<ELFT>()->getRelocTargetSym(relas[index]); in getRelaTocSymAndAddend()