Searched refs:ReadFourBytes (Results 1 – 7 of 7) sorted by relevance
49 this->offset_reader_ = &ByteReader::ReadFourBytes; in SetOffsetSize()59 this->address_reader_ = &ByteReader::ReadFourBytes; in SetAddressSize()66 const uint64 initial_length = ReadFourBytes(start); in ReadInitialLength()166 offset = ReadFourBytes(buffer); in ReadEncodedPointer()187 offset = ReadFourBytes(buffer); in ReadEncodedPointer()
73 uint64 ReadFourBytes(const char* buffer) const;
54 inline uint64 ByteReader::ReadFourBytes(const char* signed_buffer) const { in ReadFourBytes() function
201 return start + 4 + reader_->ReadFourBytes(start); in SkipAttribute()336 reader_->ReadFourBytes(start)); in ProcessAttribute()379 reader_->ReadFourBytes(start) in ProcessAttribute()425 uint64 datalen = reader_->ReadFourBytes(start); in ProcessAttribute()1398 operands->offset = reader_->ReadFourBytes(cursor_); in ParseOperands()
77 EXPECT_EQ(0x96fdd219U, reader.ReadFourBytes(data + 3)); in TEST_F()
473 byte_reader.ReadFourBytes(&debuglink[debuglink_size - 4]); in ReadDebugLink()
3555 FUNC 12c02 a2 0 dwarf2reader::ByteReader::ReadFourBytes(char const*) const