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