HomeSort by relevance Sort by last modified time
    Searched refs:ReadInitialLength (Results 1 - 3 of 3) sorted by null

  /external/google-breakpad/src/common/dwarf/
bytereader.h 152 // in that data. The ReadInitialLength member function, below, reads an
175 uint64 ReadInitialLength(const char* start, size_t* len);
180 // long. You must call ReadInitialLength or SetOffsetSize before calling
192 // call to ReadInitialLength establish the data's offset size
bytereader.cc 65 uint64 ByteReader::ReadInitialLength(const char* start, size_t* len) {
dwarf2reader.cc 226 = reader_->ReadInitialLength(headerptr, &initial_length_size);
538 = reader_->ReadInitialLength(lineptr, &initial_length_size);
    [all...]

Completed in 810 milliseconds