HomeSort by relevance Sort by last modified time
    Searched refs:kInvalidMDRVA (Results 1 - 4 of 4) 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...]
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer.cc 732 MDRVA linkmap_rva = minidump_writer_.kInvalidMDRVA;
    [all...]

Completed in 51 milliseconds