Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
Dbytereader.cc162 offset = ReadTwoBytes(buffer); in ReadEncodedPointer()
181 offset = ReadTwoBytes(buffer); in ReadEncodedPointer()
Dbytereader.h69 uint16_t ReadTwoBytes(const uint8_t *buffer) const;
Dbytereader-inl.h43 inline uint16_t ByteReader::ReadTwoBytes(const uint8_t *buffer) const { in ReadTwoBytes() function
Ddwarf2reader.cc231 return start + 2 + reader_->ReadTwoBytes(start); in SkipAttribute()
263 header_.version = reader_->ReadTwoBytes(headerptr); in ReadHeader()
388 reader_->ReadTwoBytes(start)); in ProcessAttribute()
428 reader_->ReadTwoBytes(start) in ProcessAttribute()
473 uint64_t datalen = reader_->ReadTwoBytes(start); in ProcessAttribute()
937 header_.version = reader_->ReadTwoBytes(lineptr); in ReadHeader()
1104 const uint16_t advance_address = reader->ReadTwoBytes(start); in ProcessOneOpcode()
1823 operands->offset = reader_->ReadTwoBytes(cursor_); in ParseOperands()
Dbytereader_unittest.cc78 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