Searched refs:ReadFourBytes (Results 1 – 7 of 7) sorted by relevance
50 this->offset_reader_ = &ByteReader::ReadFourBytes; in SetOffsetSize()60 this->address_reader_ = &ByteReader::ReadFourBytes; in SetAddressSize()67 const uint64_t initial_length = ReadFourBytes(start); in ReadInitialLength()167 offset = ReadFourBytes(buffer); in ReadEncodedPointer()188 offset = ReadFourBytes(buffer); in ReadEncodedPointer()
233 return start + 4 + reader_->ReadFourBytes(start); in SkipAttribute()392 reader_->ReadFourBytes(start)); in ProcessAttribute()433 reader_->ReadFourBytes(start) in ProcessAttribute()479 uint64_t datalen = reader_->ReadFourBytes(start); in ProcessAttribute()722 version_ = byte_reader_.ReadFourBytes( in Initialize()726 nslots_ = byte_reader_.ReadFourBytes( in Initialize()736 ncolumns_ = byte_reader_.ReadFourBytes( in Initialize()738 nunits_ = byte_reader_.ReadFourBytes( in Initialize()740 nslots_ = byte_reader_.ReadFourBytes( in Initialize()768 int index = byte_reader_.ReadFourBytes( in ReadDebugSectionsForCU()[all …]
76 uint64_t ReadFourBytes(const uint8_t *buffer) const;
53 inline uint64_t ByteReader::ReadFourBytes(const uint8_t *buffer) const { in ReadFourBytes() function
79 EXPECT_EQ(0x96fdd219U, reader.ReadFourBytes(data + 3)); in TEST_F()
540 byte_reader.ReadFourBytes(&debuglink[debuglink_size - 4]); in ReadDebugLink()
3555 FUNC 12c02 a2 0 dwarf2reader::ByteReader::ReadFourBytes(char const*) const