Home
last modified time | relevance | path

Searched refs:firstRelocation (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.h361 unsigned firstRelocation) in EhSectionPiece()
362 : inputOff(off), sec(sec), size(size), firstRelocation(firstRelocation) {} in EhSectionPiece()
372 unsigned firstRelocation; member
H A DMarkLive.cpp153 if (cie.firstRelocation != unsigned(-1)) in scanEhFrameSection()
154 resolveReloc(eh, rels[cie.firstRelocation], false); in scanEhFrameSection()
156 size_t firstRelI = fde.firstRelocation; in scanEhFrameSection()
H A DSyntheticSections.cpp390 unsigned firstRelI = cie.firstRelocation; in addCie()
411 unsigned firstRelI = fde.firstRelocation; in isFdeLive()