Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp150 size_t firstRelI = fde.firstRelocation; in scanEhFrameSection() local
151 if (firstRelI == (unsigned)-1) in scanEhFrameSection()
154 for (size_t j = firstRelI, end2 = rels.size(); in scanEhFrameSection()
H A DSyntheticSections.cpp366 unsigned firstRelI = cie.firstRelocation; in addCie() local
367 if (firstRelI != (unsigned)-1) in addCie()
369 &cie.sec->template getFile<ELFT>()->getRelocTargetSym(rels[firstRelI]); in addCie()
388 unsigned firstRelI = fde.firstRelocation; in isFdeLive() local
395 if (firstRelI == (unsigned)-1) in isFdeLive()
398 const RelTy &rel = rels[firstRelI]; in isFdeLive()