Searched defs:COFFRelocation (Results 1 – 3 of 3) 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()
102 struct COFFRelocation { struct103 COFF::relocation Data;104 COFFSymbol *Symb = nullptr;108 static size_t size() { return COFF::RelocationSize; } in size()