Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputSection.h120 const void *firstRelocation = nullptr; variable
176 static_cast<const typename ELFT::Rel *>(firstRelocation), in rels()
183 static_cast<const typename ELFT::Rela *>(firstRelocation), in relas()
315 unsigned firstRelocation) in EhSectionPiece()
316 : inputOff(off), sec(sec), size(size), firstRelocation(firstRelocation) {} in EhSectionPiece()
326 unsigned firstRelocation; member
H A DMarkLive.cpp149 size_t firstRelI = piece.firstRelocation; in scanEhFrameSection()
H A DInputFiles.cpp966 if (target->firstRelocation) in createInputSection()
972 target->firstRelocation = rels.begin(); in createInputSection()
977 target->firstRelocation = rels.begin(); in createInputSection()
H A DSyntheticSections.cpp356 unsigned firstRelI = cie.firstRelocation; in addCie()
378 unsigned firstRelI = fde.firstRelocation; in isFdeLive()