Searched refs:_GetUInt32 (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/restest/
H A DResourceFile.cpp648 uint32 programHeaderTableOffset = _GetUInt32(fileHeader.e_phoff);
651 uint32 sectionHeaderTableOffset = _GetUInt32(fileHeader.e_shoff);
695 uint32 type = _GetUInt32(programHeader.p_type);
696 uint32 offset = _GetUInt32(programHeader.p_offset);
697 uint32 size = _GetUInt32(programHeader.p_filesz);
698 uint32 alignment = _GetUInt32(programHeader.p_align);
742 uint32 type = _GetUInt32(sectionHeader.sh_type);
743 uint32 offset = _GetUInt32(sectionHeader.sh_offset);
744 uint32 size = _GetUInt32(sectionHeader.sh_size);
806 uint32 offset = _GetUInt32(sectionHeade
[all...]
H A DResourceFile.h60 inline uint32 _GetUInt32(uint32 value);
96 // _GetUInt32
99 ResourceFile::_GetUInt32(uint32 value) function in class:ResourceFile

Completed in 97 milliseconds