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.cpp156 size_t firstRelI = fde.firstRelocation; in scanEhFrameSection() local
157 if (firstRelI == (unsigned)-1) in scanEhFrameSection()
160 for (size_t j = firstRelI, end2 = rels.size(); in scanEhFrameSection()
H A DSyntheticSections.cpp390 unsigned firstRelI = cie.firstRelocation; in addCie() local
391 if (firstRelI != (unsigned)-1) in addCie()
392 personality = &cie.sec->file->getRelocTargetSym(rels[firstRelI]); in addCie()
411 unsigned firstRelI = fde.firstRelocation; in isFdeLive() local
418 if (firstRelI == (unsigned)-1) in isFdeLive()
421 const RelTy &rel = rels[firstRelI]; in isFdeLive()