Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DInputSection.h338 unsigned firstRelocation) in EhSectionPiece()
339 : inputOff(off), sec(sec), size(size), firstRelocation(firstRelocation) {} in EhSectionPiece()
349 unsigned firstRelocation; member
H A DMarkLive.cpp147 if (cie.firstRelocation != unsigned(-1)) in scanEhFrameSection()
148 resolveReloc(eh, rels[cie.firstRelocation], false); in scanEhFrameSection()
150 size_t firstRelI = fde.firstRelocation; in scanEhFrameSection()
H A DSyntheticSections.cpp366 unsigned firstRelI = cie.firstRelocation; in addCie()
388 unsigned firstRelI = fde.firstRelocation; in isFdeLive()