Lines Matching refs:nextRelocIndex
118 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
565 nextRelocIndex, recordBytes.data()); in writeSymbolRecord()
582 uint32_t &nextRelocIndex, std::vector<StringTableFixup> &stringTableFixups, in analyzeSymbolSubsection() argument
613 nextRelocIndex, storage); in analyzeSymbolSubsection()
660 uint32_t nextRelocIndex = 0; in writeAllModuleSymbolRecords() local
685 nextRelocIndex, storage); in writeAllModuleSymbolRecords()
764 nextRelocIndex = 0; in handleDebugS()
793 nextRelocIndex, stringTableFixups, in handleDebugS()
831 for (; nextRelocIndex < relocs.size(); ++nextRelocIndex) { in advanceRelocIndex()
832 if (relocs[nextRelocIndex].VirtualAddress >= vaBegin) in advanceRelocIndex()
890 subsec, nextRelocIndex)); in addUnrelocatedSubsection()
902 frameDataSubsecs.push_back({debugChunk, subsec, nextRelocIndex}); in addFrameDataSubsection()