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.cpp252 Symbol &sa = secA->file->getRelocTargetSym(*rai); in constantEq()
253 Symbol &sb = secB->file->getRelocTargetSym(*rbi); in constantEq()
346 Symbol &sa = secA->file->getRelocTargetSym(*rai); in variableEq()
347 Symbol &sb = secB->file->getRelocTargetSym(*rbi); in variableEq()
454 Symbol &s = isec->file->getRelocTargetSym(rel); in combineRelocHashes()
H A DDWARF.cpp121 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 DInputSection.cpp451 getAddend<ELFT>(rel), &file.getRelocTargetSym(rel)}; in copyRelocations()
1049 Symbol &sym = f->getRelocTargetSym(rel); in relocateNonAlloc()
1064 (f->getRelocTargetSym(*it).getVA(ctx) + getAddend<ELFT>(*it)); in relocateNonAlloc()
H A DMarkLive.cpp120 Symbol &sym = sec.file->getRelocTargetSym(rel); in resolveReloc()
H A DOutputSections.cpp693 ctx, os, out, sec->getVA(rel.r_offset), file.getRelocTargetSym(rel), in relToCrel()
H A DSyntheticSections.cpp411 personality = &cie.sec->file->getRelocTargetSym(rels[firstRelI]); in addCie()
441 Symbol &b = sec->file->getRelocTargetSym(rel); in isFdeLive()
3300 Symbol &sym = file.getRelocTargetSym(rel); in getNameRelocs()
H A DWriter.cpp402 Symbol &sym = file->getRelocTargetSym(rel); in markUsedLocalSymbolsImpl()
H A DDriver.cpp2613 return &file->getRelocTargetSym(rel); in readSymbolPartitionSection()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DAArch64.cpp1219 Symbol &sym = sec.file->getRelocTargetSym(rel); in addTaggedSymbolReferences()
H A DPPC64.cpp348 Symbol &sym = tocSec->file->getRelocTargetSym(relas[index]); in getRelaTocSymAndAddend()