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; 287 return CS16 ? static_cast<const void *>(CS16) : CS32; 291 if (CS16) 292 return reinterpret_cast<const coff_symbol_generic *>(CS16); 301 if (CS16) 309 return CS16 ? CS16->Name.ShortName : CS32->Name.ShortName; 309 return CS16 ? CS16->Name.ShortName : CS32->Name.ShortName; 314 return CS16 ? CS16->Name.Offset : CS32->Name.Offset; 314 return CS16 ? CS16->Name.Offset : CS32->Name.Offset; 319 return CS16 ? CS16->Value : CS32->Value; 319 return CS16 ? CS16->Value : CS32->Value; 324 if (CS16) { 326 if (CS16->SectionNumber <= COFF::MaxNumberOfSections16) 327 return CS16->SectionNumber; 328 return static_cast<int16_t>(CS16->SectionNumber); 335 return CS16 ? CS16->Type : CS32->Type; 335 return CS16 ? CS16->Type : CS32->Type; 340 return CS16 ? CS16->StorageClass : CS32->StorageClass; 340 return CS16 ? CS16->StorageClass : CS32->StorageClass; 345 return CS16 ? CS16->NumberOfAuxSymbols : CS32->NumberOfAuxSymbols; 345 return CS16 ? CS16->NumberOfAuxSymbols : CS32->NumberOfAuxSymbols; 355 return CS16 ? reinterpret_cast<const T *>(CS16 + 1) 355 return CS16 ? reinterpret_cast<const T *>(CS16 + 1) 434 bool isSet() const { return CS16 || CS32; }