Symbol: _GetUInt32
src/tools/restest/ResourceFile.cpp
1025
type_code type = _GetUInt32(infoBlock->rib_type);
src/tools/restest/ResourceFile.cpp
1037
if (_GetUInt32(separator->ris_value1) == 0xffffffff
src/tools/restest/ResourceFile.cpp
1038
&& _GetUInt32(separator->ris_value2) == 0xffffffff) {
src/tools/restest/ResourceFile.cpp
1057
if (_GetUInt32(tableTerminator->ris_value1) != 0xffffffff
src/tools/restest/ResourceFile.cpp
1058
|| _GetUInt32(tableTerminator->ris_value2) != 0xffffffff) {
src/tools/restest/ResourceFile.cpp
1101
uint32 fileCheckSum = _GetUInt32(tableEnd->rite_check_sum);
src/tools/restest/ResourceFile.cpp
648
uint32 programHeaderTableOffset = _GetUInt32(fileHeader.e_phoff);
src/tools/restest/ResourceFile.cpp
651
uint32 sectionHeaderTableOffset = _GetUInt32(fileHeader.e_shoff);
src/tools/restest/ResourceFile.cpp
695
uint32 type = _GetUInt32(programHeader.p_type);
src/tools/restest/ResourceFile.cpp
696
uint32 offset = _GetUInt32(programHeader.p_offset);
src/tools/restest/ResourceFile.cpp
697
uint32 size = _GetUInt32(programHeader.p_filesz);
src/tools/restest/ResourceFile.cpp
698
uint32 alignment = _GetUInt32(programHeader.p_align);
src/tools/restest/ResourceFile.cpp
742
uint32 type = _GetUInt32(sectionHeader.sh_type);
src/tools/restest/ResourceFile.cpp
743
uint32 offset = _GetUInt32(sectionHeader.sh_offset);
src/tools/restest/ResourceFile.cpp
744
uint32 size = _GetUInt32(sectionHeader.sh_size);
src/tools/restest/ResourceFile.cpp
806
uint32 offset = _GetUInt32(sectionHeader.containerOffset);
src/tools/restest/ResourceFile.cpp
807
uint32 size = _GetUInt32(sectionHeader.packedSize);
src/tools/restest/ResourceFile.cpp
834
uint32 magic = _GetUInt32(header.rh_resources_magic);
src/tools/restest/ResourceFile.cpp
849
uint32 resourceCount = _GetUInt32(header.rh_resource_count);
src/tools/restest/ResourceFile.cpp
853
uint32 indexSectionOffset = _GetUInt32(header.rh_index_section_offset);
src/tools/restest/ResourceFile.cpp
864
uint32 adminSectionSize = _GetUInt32(header.rh_admin_section_size);
src/tools/restest/ResourceFile.cpp
885
uint32 indexSectionOffset = _GetUInt32(header.rish_index_section_offset);
src/tools/restest/ResourceFile.cpp
896
uint32 indexSectionSize = _GetUInt32(header.rish_index_section_size);
src/tools/restest/ResourceFile.cpp
904
= _GetUInt32(header.rish_unknown_section_offset);
src/tools/restest/ResourceFile.cpp
911
uint32 unknownSectionSize = _GetUInt32(header.rish_unknown_section_size);
src/tools/restest/ResourceFile.cpp
918
uint32 infoTableOffset = _GetUInt32(header.rish_info_table_offset);
src/tools/restest/ResourceFile.cpp
919
uint32 infoTableSize = _GetUInt32(header.rish_info_table_size);
src/tools/restest/ResourceFile.cpp
970
uint32 offset = _GetUInt32(entry.rie_offset);
src/tools/restest/ResourceFile.cpp
971
uint32 size = _GetUInt32(entry.rie_size);
src/tools/restest/ResourceFile.h
60
inline uint32 _GetUInt32(uint32 value);