Searched refs:nextRelocIndex (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/lld/COFF/ |
| D | PDB.cpp | 117 uint32_t &nextRelocIndex, 134 size_t alignedSize, uint32_t &nextRelocIndex, 222 uint32_t nextRelocIndex = 0; member in __anon8158deea0111::DebugSHandler 561 uint32_t &nextRelocIndex, in writeSymbolRecord() argument 569 nextRelocIndex, recordBytes.data()); in writeSymbolRecord() 586 uint32_t &nextRelocIndex, std::vector<StringTableFixup> &stringTableFixups, in analyzeSymbolSubsection() argument 617 nextRelocIndex, storage); in analyzeSymbolSubsection() 665 uint32_t nextRelocIndex = 0; in writeAllModuleSymbolRecords() local 690 nextRelocIndex, storage); in writeAllModuleSymbolRecords() 770 nextRelocIndex = 0; in handleDebugS() [all …]
|
| D | Chunks.cpp | 476 uint32_t &nextRelocIndex, in writeAndRelocateSubsection() argument 484 for (; nextRelocIndex < relocsSize; ++nextRelocIndex) { in writeAndRelocateSubsection() 485 const coff_relocation &rel = relocsData[nextRelocIndex]; in writeAndRelocateSubsection()
|
| D | Chunks.h | 229 uint32_t &nextRelocIndex, uint8_t *buf) const;
|