Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp196 size_t firstRelI = fde.firstRelocation; in scanEhFrameSection() local
197 if (firstRelI == (unsigned)-1) in scanEhFrameSection()
200 for (size_t j = firstRelI, end2 = rels.size(); in scanEhFrameSection()
H A DSyntheticSections.cpp409 unsigned firstRelI = cie.firstRelocation; in addCie() local
410 if (firstRelI != (unsigned)-1) in addCie()
411 personality = &cie.sec->file->getRelocTargetSym(rels[firstRelI]); in addCie()
430 unsigned firstRelI = fde.firstRelocation; in isFdeLive() local
437 if (firstRelI == (unsigned)-1) in isFdeLive()
440 const RelTy &rel = rels[firstRelI]; in isFdeLive()