Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DInputSection.h317 unsigned firstRelocation) in EhSectionPiece()
318 : inputOff(off), sec(sec), size(size), firstRelocation(firstRelocation) {} in EhSectionPiece()
328 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.cpp359 unsigned firstRelI = cie.firstRelocation; in addCie()
381 unsigned firstRelI = fde.firstRelocation; in isFdeLive()