Searched refs:ReadTwoBytes (Results 1 – 6 of 6) sorted by relevance
162 offset = ReadTwoBytes(buffer); in ReadEncodedPointer()181 offset = ReadTwoBytes(buffer); in ReadEncodedPointer()
69 uint16_t ReadTwoBytes(const uint8_t *buffer) const;
43 inline uint16_t ByteReader::ReadTwoBytes(const uint8_t *buffer) const { in ReadTwoBytes() function
231 return start + 2 + reader_->ReadTwoBytes(start); in SkipAttribute()263 header_.version = reader_->ReadTwoBytes(headerptr); in ReadHeader()388 reader_->ReadTwoBytes(start)); in ProcessAttribute()428 reader_->ReadTwoBytes(start) in ProcessAttribute()473 uint64_t datalen = reader_->ReadTwoBytes(start); in ProcessAttribute()937 header_.version = reader_->ReadTwoBytes(lineptr); in ReadHeader()1104 const uint16_t advance_address = reader->ReadTwoBytes(start); in ProcessOneOpcode()1823 operands->offset = reader_->ReadTwoBytes(cursor_); in ParseOperands()
78 EXPECT_EQ(0xcf0dU, reader.ReadTwoBytes(data + 1)); in TEST_F()
4019 FUNC 1645c 63 0 dwarf2reader::ByteReader::ReadTwoBytes(char const*) const