Searched refs:nextRelocIndex (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/lld/COFF/ |
| H A D | PDB.cpp | 119 uint32_t &nextRelocIndex, 136 size_t alignedSize, uint32_t &nextRelocIndex, 221 uint32_t nextRelocIndex = 0; member in __anon67edd5630111::DebugSHandler 558 uint32_t &nextRelocIndex, in writeSymbolRecord() argument 566 nextRelocIndex, recordBytes.data()); in writeSymbolRecord() 583 uint32_t &nextRelocIndex, std::vector<StringTableFixup> &stringTableFixups, in analyzeSymbolSubsection() argument 614 nextRelocIndex, storage); in analyzeSymbolSubsection() 662 uint32_t nextRelocIndex = 0; in writeAllModuleSymbolRecords() local 687 nextRelocIndex, storage); in writeAllModuleSymbolRecords() 767 nextRelocIndex = 0; in handleDebugS() [all …]
|
| H A D | Chunks.cpp | 483 uint32_t &nextRelocIndex, in writeAndRelocateSubsection() argument 491 for (; nextRelocIndex < relocsSize; ++nextRelocIndex) { in writeAndRelocateSubsection() 492 const coff_relocation &rel = relocsData[nextRelocIndex]; in writeAndRelocateSubsection()
|
| H A D | Chunks.h | 258 uint32_t &nextRelocIndex, uint8_t *buf) const;
|