all: and yet more cleanups; NFCI

This commit is contained in:
Markus F.X.J. Oberhumer
2024-03-25 11:07:40 +01:00
parent 7e839e6962
commit a27a9e6000
16 changed files with 72 additions and 48 deletions
+2 -2
View File
@@ -426,10 +426,10 @@ protected:
explicit Reloc(unsigned relocnum);
~Reloc() noexcept;
//
bool next(unsigned &result_pos, unsigned &result_type);
bool next(unsigned &result_pos, unsigned &result_reloc_type);
const unsigned *getcounts() const { return counts; }
//
void add_reloc(unsigned pos, unsigned type);
void add_reloc(unsigned pos, unsigned reloc_type);
void finish(byte *(&result_ptr), unsigned &result_size); // => transfer ownership
};