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

/haiku-fatelf/src/tools/restest/
H A DResourceFile.h58 inline uint16 _GetUInt16(uint16 value);
80 // _GetUInt16
83 ResourceFile::_GetUInt16(uint16 value) function in class:ResourceFile
H A DResourceFile.cpp647 uint32 headerSize = _GetUInt16(fileHeader.e_ehsize);
649 uint32 programHeaderSize = _GetUInt16(fileHeader.e_phentsize);
650 uint32 programHeaderCount = _GetUInt16(fileHeader.e_phnum);
652 uint32 sectionHeaderSize = _GetUInt16(fileHeader.e_shentsize);
653 uint32 sectionHeaderCount = _GetUInt16(fileHeader.e_shnum);
794 uint16 sectionCount = _GetUInt16(pefHeader.sectionCount);
1121 uint16 nameSize = _GetUInt16(info->ri_name_size);

Completed in 76 milliseconds