Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DICF.cpp251 Symbol &sa = secA->file->getRelocTargetSym(*rai); in constantEq()
252 Symbol &sb = secB->file->getRelocTargetSym(*rbi); in constantEq()
345 Symbol &sa = secA->file->getRelocTargetSym(*rai); in variableEq()
346 Symbol &sb = secB->file->getRelocTargetSym(*rbi); in variableEq()
451 Symbol &s = isec->file->getRelocTargetSym(rel); in combineRelocHashes()
H A DDWARF.cpp123 Symbol &s = file->getRelocTargetSym(rel); in findAux()
H A DInputFiles.h110 template <typename RelT> Symbol &getRelocTargetSym(const RelT &rel) const { in getRelocTargetSym() function
H A DMarkLive.cpp100 Symbol &sym = sec.file->getRelocTargetSym(rel); in resolveReloc()
H A DInputSection.cpp416 getAddend<ELFT>(rel), &file.getRelocTargetSym(rel)}; in copyRelocations()
980 Symbol &sym = f->getRelocTargetSym(rel); in relocateNonAlloc()
995 (f->getRelocTargetSym(*it).getVA(0) + getAddend<ELFT>(*it)); in relocateNonAlloc()
H A DOutputSections.cpp672 os, out, sec->getVA(rel.r_offset), file.getRelocTargetSym(rel), in relToCrel()
H A DSyntheticSections.cpp392 personality = &cie.sec->file->getRelocTargetSym(rels[firstRelI]); in addCie()
422 Symbol &b = sec->file->getRelocTargetSym(rel); in isFdeLive()
3211 Symbol &sym = file.getRelocTargetSym(rel); in getNameRelocs()
H A DDriver.cpp2432 sym = &s->file->getRelocTargetSym(rels.rels[0]); in readSymbolPartitionSection()
2434 sym = &s->file->getRelocTargetSym(rels.relas[0]); in readSymbolPartitionSection()
H A DWriter.cpp385 Symbol &sym = file->getRelocTargetSym(rel); in markUsedLocalSymbolsImpl()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp1097 Symbol &sym = sec.file->getRelocTargetSym(rel); in addTaggedSymbolReferences()
H A DPPC64.cpp350 Symbol &sym = tocSec->file->getRelocTargetSym(relas[index]); in getRelaTocSymAndAddend()