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