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