Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
Dbytereader.cc51 this->offset_reader_ = &ByteReader::ReadEightBytes; in SetOffsetSize()
61 this->address_reader_ = &ByteReader::ReadEightBytes; in SetAddressSize()
171 offset = ReadEightBytes(buffer); in ReadEncodedPointer()
195 offset = ReadEightBytes(buffer); in ReadEncodedPointer()
Dbytereader.h77 uint64 ReadEightBytes(const char* buffer) const;
Dbytereader-inl.h68 inline uint64 ByteReader::ReadEightBytes(const char* signed_buffer) const { in ReadEightBytes() function
Ddwarf2reader.cc340 reader_->ReadEightBytes(start)); in ProcessAttribute()
384 reader_->ReadEightBytes(start) in ProcessAttribute()
409 reader_->ReadEightBytes(start)); in ProcessAttribute()
1404 operands->offset = reader_->ReadEightBytes(cursor_); in ParseOperands()
Dbytereader_unittest.cc78 EXPECT_EQ(0xbbf55fef0825f117ULL, reader.ReadEightBytes(data + 7)); in TEST_F()
/external/google-breakpad/src/client/mac/handler/testcases/testdata/
Ddump_syms_i386_breakpad.sym3565 FUNC 12ca4 40e 0 dwarf2reader::ByteReader::ReadEightBytes(char const*) const