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.cpp109 uint32_t &nextRelocIndex,
126 size_t alignedSize, uint32_t &nextRelocIndex,
212 uint32_t nextRelocIndex = 0; member in __anon94582cee0111::DebugSHandler
551 uint32_t &nextRelocIndex, in writeSymbolRecord() argument
559 nextRelocIndex, recordBytes.data()); in writeSymbolRecord()
577 uint32_t &nextRelocIndex, std::vector<StringTableFixup> &stringTableFixups, in analyzeSymbolSubsection() argument
608 nextRelocIndex, storage); in analyzeSymbolSubsection()
656 uint32_t nextRelocIndex = 0; in writeAllModuleSymbolRecords() local
681 nextRelocIndex, storage); in writeAllModuleSymbolRecords()
761 nextRelocIndex = 0; in handleDebugS()
[all …]
H A DChunks.cpp496 uint32_t &nextRelocIndex, in writeAndRelocateSubsection() argument
504 for (; nextRelocIndex < relocsSize; ++nextRelocIndex) { in writeAndRelocateSubsection()
505 const coff_relocation &rel = relocsData[nextRelocIndex]; in writeAndRelocateSubsection()
H A DChunks.h265 uint32_t &nextRelocIndex, uint8_t *buf) const;