Searched refs:ReadOneByte (Results 1 – 5 of 5) sorted by relevance
151 abbrev.has_children = reader_->ReadOneByte(abbrevptr); in ReadAbbrevs()272 return start + 1 + reader_->ReadOneByte(start); in SkipAttribute()304 header_.address_size = reader_->ReadOneByte(headerptr); in ReadAddressSize()357 uint8_t unit_type = reader_->ReadOneByte(headerptr); in ReadHeader()583 uint64_t datalen = reader_->ReadOneByte(start); in ProcessOffsetBaseAttribute()677 reader_->ReadOneByte(start)); in ProcessAttribute()720 reader_->ReadOneByte(start) in ProcessAttribute()767 uint64_t datalen = reader_->ReadOneByte(start); in ProcessAttribute()836 uint64_t str_index = reader_->ReadOneByte(start); in ProcessAttribute()863 dieoffset, attr, form, reader_->ReadOneByte(start)); in ProcessAttribute()[all …]
65 uint8_t ReadOneByte(const uint8_t* buffer) const;
39 inline uint8_t ByteReader::ReadOneByte(const uint8_t* buffer) const { in ReadOneByte() function
80 EXPECT_EQ(0xc0U, reader.ReadOneByte(data)); in TEST_F()
4014 FUNC 16444 17 0 dwarf2reader::ByteReader::ReadOneByte(char const*) const