Home
last modified time | relevance | path

Searched refs:firstRelI (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lld/ELF/
H A DMarkLive.cpp148 size_t firstRelI = piece.firstRelocation; in scanEhFrameSection() local
149 if (firstRelI == (unsigned)-1) in scanEhFrameSection()
155 resolveReloc(eh, rels[firstRelI], false); in scanEhFrameSection()
160 for (size_t j = firstRelI, end2 = rels.size(); in scanEhFrameSection()
H A DSyntheticSections.cpp358 unsigned firstRelI = cie.firstRelocation; in addCie() local
359 if (firstRelI != (unsigned)-1) in addCie()
361 &cie.sec->template getFile<ELFT>()->getRelocTargetSym(rels[firstRelI]); in addCie()
380 unsigned firstRelI = fde.firstRelocation; in isFdeLive() local
387 if (firstRelI == (unsigned)-1) in isFdeLive()
390 const RelTy &rel = rels[firstRelI]; in isFdeLive()