Searched defs:COFFRelocation (Results 1 – 2 of 2) sorted by relevance
84 struct COFFRelocation { struct85 COFF::relocation Data;86 COFFSymbol *Symb;88 COFFRelocation() : Symb(NULL) {} in COFFRelocation() function89 static size_t size() { return COFF::RelocationSize; } in size()
91 struct COFFRelocation { struct92 COFF::relocation Data;93 COFFSymbol *Symb;95 COFFRelocation() : Symb(nullptr) {} in COFFRelocation() argument96 static size_t size() { return COFF::RelocationSize; } in size()