Home
last modified time | relevance | path

Searched refs:ReadTwoBytes (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/common/dwarf/
Dbytereader.cc161 offset = ReadTwoBytes(buffer); in ReadEncodedPointer()
180 offset = ReadTwoBytes(buffer); in ReadEncodedPointer()
Dbytereader.h66 uint16 ReadTwoBytes(const char* buffer) const;
Ddwarf2reader.cc199 return start + 2 + reader_->ReadTwoBytes(start); in SkipAttribute()
231 header_.version = reader_->ReadTwoBytes(headerptr); in ReadHeader()
332 reader_->ReadTwoBytes(start)); in ProcessAttribute()
374 reader_->ReadTwoBytes(start) in ProcessAttribute()
419 uint64 datalen = reader_->ReadTwoBytes(start); in ProcessAttribute()
548 header_.version = reader_->ReadTwoBytes(lineptr); in ReadHeader()
708 const uint16 advance_address = reader->ReadTwoBytes(start); in ProcessOneOpcode()
1392 operands->offset = reader_->ReadTwoBytes(cursor_); in ParseOperands()
Dbytereader-inl.h42 inline uint16 ByteReader::ReadTwoBytes(const char* signed_buffer) const { in ReadTwoBytes() function
Dbytereader_unittest.cc76 EXPECT_EQ(0xcf0dU, reader.ReadTwoBytes(data + 1)); in TEST_F()
/external/google-breakpad/src/client/mac/handler/testcases/testdata/
Ddump_syms_i386_breakpad.sym4019 FUNC 1645c 63 0 dwarf2reader::ByteReader::ReadTwoBytes(char const*) const