Searched refs:CS16 (Results 1 – 1 of 1) sorted by relevance
288 return CS16 ? static_cast<const void *>(CS16) : CS32; in getRawPtr()292 if (CS16) in getGeneric()302 if (CS16) in isBigObj()310 return CS16 ? CS16->Name.ShortName : CS32->Name.ShortName; in getShortName()315 return CS16 ? CS16->Name.Offset : CS32->Name.Offset; in getStringTableOffset()318 uint32_t getValue() const { return CS16 ? CS16->Value : CS32->Value; } in getValue()322 if (CS16) { in getSectionNumber()333 return CS16 ? CS16->Type : CS32->Type; in getType()338 return CS16 ? CS16->StorageClass : CS32->StorageClass; in getStorageClass()343 return CS16 ? CS16->NumberOfAuxSymbols : CS32->NumberOfAuxSymbols; in getNumberOfAuxSymbols()[all …]