_GetUInt16
uint16 nameSize = _GetUInt16(info->ri_name_size);
uint32 headerSize = _GetUInt16(fileHeader.e_ehsize);
uint32 programHeaderSize = _GetUInt16(fileHeader.e_phentsize);
uint32 programHeaderCount = _GetUInt16(fileHeader.e_phnum);
uint32 sectionHeaderSize = _GetUInt16(fileHeader.e_shentsize);
uint32 sectionHeaderCount = _GetUInt16(fileHeader.e_shnum);
uint16 sectionCount = _GetUInt16(pefHeader.sectionCount);
inline uint16 _GetUInt16(uint16 value);