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.h379 unsigned firstRelocation) in EhSectionPiece()
380 : inputOff(off), sec(sec), size(size), firstRelocation(firstRelocation) {} in EhSectionPiece()
390 unsigned firstRelocation; member
H A DMarkLive.cpp193 if (cie.firstRelocation != unsigned(-1)) in scanEhFrameSection()
194 resolveReloc(eh, rels[cie.firstRelocation], false); in scanEhFrameSection()
196 size_t firstRelI = fde.firstRelocation; in scanEhFrameSection()
H A DSyntheticSections.cpp409 unsigned firstRelI = cie.firstRelocation; in addCie()
430 unsigned firstRelI = fde.firstRelocation; in isFdeLive()