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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DInputSection.h120 const void *firstRelocation = nullptr; member in class:lld::elf::InputSectionBase
172 static_cast<const typename ELFT::Rel *>(firstRelocation),
179 static_cast<const typename ELFT::Rela *>(firstRelocation),
314 unsigned firstRelocation)
315 : inputOff(off), sec(sec), size(size), firstRelocation(firstRelocation) {}
325 unsigned firstRelocation; member in struct:lld::elf::EhSectionPiece
313 EhSectionPiece(size_t off, InputSectionBase *sec, uint32_t size, unsigned firstRelocation) argument
H A DMarkLive.cpp140 size_t firstRelI = piece.firstRelocation;
H A DInputFiles.cpp943 if (target->firstRelocation)
949 target->firstRelocation = rels.begin();
954 target->firstRelocation = rels.begin();
H A DSyntheticSections.cpp357 unsigned firstRelI = cie.firstRelocation;
379 unsigned firstRelI = fde.firstRelocation;

Completed in 124 milliseconds