Home
last modified time | relevance | path

Searched refs:ReadFourBytes (Results 1 – 7 of 7) sorted by relevance

/external/google-breakpad/src/common/dwarf/
Dbytereader.cc50 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()
Ddwarf2reader.cc233 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 …]
Dbytereader.h76 uint64_t ReadFourBytes(const uint8_t *buffer) const;
Dbytereader-inl.h53 inline uint64_t ByteReader::ReadFourBytes(const uint8_t *buffer) const { in ReadFourBytes() function
Dbytereader_unittest.cc79 EXPECT_EQ(0x96fdd219U, reader.ReadFourBytes(data + 3)); in TEST_F()
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc540 byte_reader.ReadFourBytes(&debuglink[debuglink_size - 4]); in ReadDebugLink()
/external/google-breakpad/src/client/mac/handler/testcases/testdata/
Ddump_syms_i386_breakpad.sym3555 FUNC 12c02 a2 0 dwarf2reader::ByteReader::ReadFourBytes(char const*) const