Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DPDB.cpp118 uint32_t &nextRelocIndex,
135 size_t alignedSize, uint32_t &nextRelocIndex,
218 uint32_t nextRelocIndex = 0; member in __anona4e0361e0111::DebugSHandler
557 uint32_t &nextRelocIndex, in writeSymbolRecord() argument
613 nextRelocIndex, storage); in analyzeSymbolSubsection()
660 uint32_t nextRelocIndex = 0; in writeAllModuleSymbolRecords() local
685 nextRelocIndex, storage); in writeAllModuleSymbolRecords()
764 nextRelocIndex = 0; in handleDebugS()
831 for (; nextRelocIndex < relocs.size(); ++nextRelocIndex) { in advanceRelocIndex()
832 if (relocs[nextRelocIndex].VirtualAddress >= vaBegin) in advanceRelocIndex()
[all …]
H A DChunks.cpp443 uint32_t &nextRelocIndex, in writeAndRelocateSubsection() argument
451 for (; nextRelocIndex < relocsSize; ++nextRelocIndex) { in writeAndRelocateSubsection()
452 const coff_relocation &rel = relocsData[nextRelocIndex]; in writeAndRelocateSubsection()
H A DChunks.h213 uint32_t &nextRelocIndex, uint8_t *buf) const;