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

  /external/google-breakpad/src/common/linux/
elf_core_dump.h 30 // elf_core_dump.h: Define the google_breakpad::ElfCoreDump class, which
46 class ElfCoreDump {
59 #error "Unsupported __WORDSIZE for ElfCoreDump."
103 ElfCoreDump();
106 explicit ElfCoreDump(const MemoryRange& content);
elf_core_dump.cc 30 // elf_core_dump.cc: Implement google_breakpad::ElfCoreDump.
40 // Implementation of ElfCoreDump::Note.
42 ElfCoreDump::Note::Note() {}
44 ElfCoreDump::Note::Note(const MemoryRange& content) : content_(content) {}
46 bool ElfCoreDump::Note::IsValid() const {
50 const ElfCoreDump::Nhdr* ElfCoreDump::Note::GetHeader() const {
54 ElfCoreDump::Word ElfCoreDump::Note::GetType() const {
60 MemoryRange ElfCoreDump::Note::GetName() const
    [all...]

Completed in 755 milliseconds