OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ElfCoreDump
(Results
1 - 6
of
6
) sorted by null
/external/google-breakpad/src/common/linux/
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
...]
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_unittest.cc
30
// elf_core_dump_unittest.cc: Unit tests for google_breakpad::
ElfCoreDump
.
46
using google_breakpad::
ElfCoreDump
;
53
ElfCoreDump
core;
63
ElfCoreDump
::Ehdr header;
70
ElfCoreDump
core;
111
header.e_ident[4] =
ElfCoreDump
::kClass;
162
ElfCoreDump
core;
197
ElfCoreDump
::Note note = core.GetFirstNote();
/external/google-breakpad/src/client/linux/minidump_writer/
linux_core_dumper.h
115
ElfCoreDump
core_;
linux_core_dumper.cc
79
ElfCoreDump
::Addr virtual_address = reinterpret_cast<
ElfCoreDump
::Addr>(src);
81
// across multiple segments in the core dump file.
ElfCoreDump
::CopyData
140
ElfCoreDump
::Note note = core_.GetFirstNote();
148
ElfCoreDump
::Word type = note.GetType();
/device/google/dragon/crash_collector/
coredump_writer.cc
51
T GetValueFromNote(const google_breakpad::
ElfCoreDump
::Note& note,
233
elf_header->e_ident[EI_CLASS] != google_breakpad::
ElfCoreDump
::kClass ||
272
google_breakpad::
ElfCoreDump
::Note note(
364
google_breakpad::
ElfCoreDump
::Note note(
Completed in 105 milliseconds