Searched defs:COFFRelocation (Results 1 – 1 of 1) sorted by relevance
97 struct COFFRelocation { struct98 COFF::relocation Data;99 COFFSymbol *Symb = nullptr;103 static size_t size() { return COFF::RelocationSize; } in size()