Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
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()
314 unsigned firstRelocation) in EhSectionPiece()
315 : inputOff(off), sec(sec), size(size), firstRelocation(firstRelocation) {} in EhSectionPiece()
325 unsigned firstRelocation; member
DMarkLive.cpp149 size_t firstRelI = piece.firstRelocation; in scanEhFrameSection()
DInputFiles.cpp969 if (target->firstRelocation) in createInputSection()
975 target->firstRelocation = rels.begin(); in createInputSection()
980 target->firstRelocation = rels.begin(); in createInputSection()
DSyntheticSections.cpp356 unsigned firstRelI = cie.firstRelocation; in addCie()
378 unsigned firstRelI = fde.firstRelocation; in isFdeLive()