Searched refs:CS32 (Results 1 – 1 of 1) sorted by relevance
289 COFFSymbolRef(const coff_symbol32 *CS) : CS32(CS) {} in COFFSymbolRef()292 return CS16 ? static_cast<const void *>(CS16) : CS32; in getRawPtr()298 return reinterpret_cast<const coff_symbol_generic *>(CS32); in getGeneric()308 if (CS32) in isBigObj()314 return CS16 ? CS16->Name.ShortName : CS32->Name.ShortName; in getShortName()319 return CS16 ? CS16->Name.Offset : CS32->Name.Offset; in getStringTableOffset()324 return CS16 ? CS16->Value : CS32->Value; in getValue()335 return static_cast<int32_t>(CS32->SectionNumber); in getSectionNumber()340 return CS16 ? CS16->Type : CS32->Type; in getType()345 return CS16 ? CS16->StorageClass : CS32->StorageClass; in getStorageClass()[all …]