reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
287 return CS16 ? static_cast<const void *>(CS16) : CS32; 293 return reinterpret_cast<const coff_symbol_generic *>(CS32); 303 if (CS32) 309 return CS16 ? CS16->Name.ShortName : CS32->Name.ShortName; 314 return CS16 ? CS16->Name.Offset : CS32->Name.Offset; 319 return CS16 ? CS16->Value : CS32->Value; 330 return static_cast<int32_t>(CS32->SectionNumber); 335 return CS16 ? CS16->Type : CS32->Type; 340 return CS16 ? CS16->StorageClass : CS32->StorageClass; 345 return CS16 ? CS16->NumberOfAuxSymbols : CS32->NumberOfAuxSymbols; 356 : reinterpret_cast<const T *>(CS32 + 1); 434 bool isSet() const { return CS16 || CS32; }