Searched refs:CS16 (Results 1 – 1 of 1) sorted by relevance
288 COFFSymbolRef(const coff_symbol16 *CS) : CS16(CS) {} in COFFSymbolRef()292 return CS16 ? static_cast<const void *>(CS16) : CS32; in getRawPtr()296 if (CS16) in getGeneric()297 return reinterpret_cast<const coff_symbol_generic *>(CS16); in getGeneric()306 if (CS16) 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()329 if (CS16) { in getSectionNumber()331 if (CS16->SectionNumber <= COFF::MaxNumberOfSections16) in getSectionNumber()[all …]