Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DMarkLive.cpp149 size_t firstRelI = piece.firstRelocation; in scanEhFrameSection() local
150 if (firstRelI == (unsigned)-1) in scanEhFrameSection()
156 resolveReloc(eh, rels[firstRelI], false); in scanEhFrameSection()
161 for (size_t j = firstRelI, end2 = rels.size(); in scanEhFrameSection()
DSyntheticSections.cpp356 unsigned firstRelI = cie.firstRelocation; in addCie() local
357 if (firstRelI != (unsigned)-1) in addCie()
359 &cie.sec->template getFile<ELFT>()->getRelocTargetSym(rels[firstRelI]); in addCie()
378 unsigned firstRelI = fde.firstRelocation; in isFdeLive() local
385 if (firstRelI == (unsigned)-1) in isFdeLive()
388 const RelTy &rel = rels[firstRelI]; in isFdeLive()