Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/dwarf/
Dbytereader.cc49 this->offset_reader_ = &ByteReader::ReadFourBytes; in SetOffsetSize()
59 this->address_reader_ = &ByteReader::ReadFourBytes; in SetAddressSize()
66 const uint64 initial_length = ReadFourBytes(start); in ReadInitialLength()
166 offset = ReadFourBytes(buffer); in ReadEncodedPointer()
187 offset = ReadFourBytes(buffer); in ReadEncodedPointer()
Dbytereader.h73 uint64 ReadFourBytes(const char* buffer) const;
Dbytereader-inl.h54 inline uint64 ByteReader::ReadFourBytes(const char* signed_buffer) const { in ReadFourBytes() function
Ddwarf2reader.cc201 return start + 4 + reader_->ReadFourBytes(start); in SkipAttribute()
336 reader_->ReadFourBytes(start)); in ProcessAttribute()
379 reader_->ReadFourBytes(start) in ProcessAttribute()
425 uint64 datalen = reader_->ReadFourBytes(start); in ProcessAttribute()
1398 operands->offset = reader_->ReadFourBytes(cursor_); in ParseOperands()
Dbytereader_unittest.cc77 EXPECT_EQ(0x96fdd219U, reader.ReadFourBytes(data + 3)); in TEST_F()
/external/google-breakpad/src/common/linux/
Ddump_symbols.cc473 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