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

  /external/google-breakpad/src/client/
minidump_file_writer.cc 49 const MDRVA MinidumpFileWriter::kInvalidMDRVA = static_cast<MDRVA>(-1);
235 return kInvalidMDRVA;
274 return position_ != MinidumpFileWriter::kInvalidMDRVA;
minidump_file_writer.h 72 static const MDRVA kInvalidMDRVA;
123 // Returns the position of the allocation, or kInvalidMDRVA if it was
167 // Returns the current position or kInvalidMDRVA if allocation failed
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 93 static const MDRVA kInvalidMDRVA = static_cast<MDRVA>(-1);
717 if (debug->map != kInvalidMDRVA) {
    [all...]

Completed in 183 milliseconds