Searched defs:COFFRelocation (Results 1 – 1 of 1) sorted by relevance
100 struct COFFRelocation { struct101 COFF::relocation Data;102 COFFSymbol *Symb = nullptr;106 static size_t size() { return COFF::RelocationSize; } in size()