_GetUInt32
type_code type = _GetUInt32(infoBlock->rib_type);
if (_GetUInt32(separator->ris_value1) == 0xffffffff
&& _GetUInt32(separator->ris_value2) == 0xffffffff) {
if (_GetUInt32(tableTerminator->ris_value1) != 0xffffffff
|| _GetUInt32(tableTerminator->ris_value2) != 0xffffffff) {
uint32 fileCheckSum = _GetUInt32(tableEnd->rite_check_sum);
uint32 programHeaderTableOffset = _GetUInt32(fileHeader.e_phoff);
uint32 sectionHeaderTableOffset = _GetUInt32(fileHeader.e_shoff);
uint32 type = _GetUInt32(programHeader.p_type);
uint32 offset = _GetUInt32(programHeader.p_offset);
uint32 size = _GetUInt32(programHeader.p_filesz);
uint32 alignment = _GetUInt32(programHeader.p_align);
uint32 type = _GetUInt32(sectionHeader.sh_type);
uint32 offset = _GetUInt32(sectionHeader.sh_offset);
uint32 size = _GetUInt32(sectionHeader.sh_size);
uint32 offset = _GetUInt32(sectionHeader.containerOffset);
uint32 size = _GetUInt32(sectionHeader.packedSize);
uint32 magic = _GetUInt32(header.rh_resources_magic);
uint32 resourceCount = _GetUInt32(header.rh_resource_count);
uint32 indexSectionOffset = _GetUInt32(header.rh_index_section_offset);
uint32 adminSectionSize = _GetUInt32(header.rh_admin_section_size);
uint32 indexSectionOffset = _GetUInt32(header.rish_index_section_offset);
uint32 indexSectionSize = _GetUInt32(header.rish_index_section_size);
= _GetUInt32(header.rish_unknown_section_offset);
uint32 unknownSectionSize = _GetUInt32(header.rish_unknown_section_size);
uint32 infoTableOffset = _GetUInt32(header.rish_info_table_offset);
uint32 infoTableSize = _GetUInt32(header.rish_info_table_size);
uint32 offset = _GetUInt32(entry.rie_offset);
uint32 size = _GetUInt32(entry.rie_size);
inline uint32 _GetUInt32(uint32 value);