Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp359 unsigned firstRelI = cie.firstRelocation; in addCie() local
360 if (firstRelI != (unsigned)-1) in addCie()
362 &cie.sec->template getFile<ELFT>()->getRelocTargetSym(rels[firstRelI]); in addCie()
381 unsigned firstRelI = fde.firstRelocation; in isFdeLive() local
388 if (firstRelI == (unsigned)-1) in isFdeLive()
391 const RelTy &rel = rels[firstRelI]; in isFdeLive()