Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DPDB.cpp119 uint32_t &nextRelocIndex,
136 size_t alignedSize, uint32_t &nextRelocIndex,
221 uint32_t nextRelocIndex = 0; member in __anonee068cb60111::DebugSHandler
558 uint32_t &nextRelocIndex, in writeSymbolRecord() argument
614 nextRelocIndex, storage); in analyzeSymbolSubsection()
662 uint32_t nextRelocIndex = 0; in writeAllModuleSymbolRecords() local
687 nextRelocIndex, storage); in writeAllModuleSymbolRecords()
767 nextRelocIndex = 0; in handleDebugS()
834 for (; nextRelocIndex < relocs.size(); ++nextRelocIndex) { in advanceRelocIndex()
835 if (relocs[nextRelocIndex].VirtualAddress >= vaBegin) in advanceRelocIndex()
[all …]
H A DChunks.cpp479 uint32_t &nextRelocIndex, in writeAndRelocateSubsection() argument
487 for (; nextRelocIndex < relocsSize; ++nextRelocIndex) { in writeAndRelocateSubsection()
488 const coff_relocation &rel = relocsData[nextRelocIndex]; in writeAndRelocateSubsection()
H A DChunks.h247 uint32_t &nextRelocIndex, uint8_t *buf) const;