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

  /external/google-breakpad/src/common/linux/
elf_core_dump.h 50 typedef ElfW(Nhdr) Nhdr;
77 const Nhdr* GetHeader() const;
elfutils.h 47 typedef Elf32_Nhdr Nhdr;
60 typedef Elf64_Nhdr Nhdr;
file_id.cc 62 typedef typename ElfClass::Nhdr Nhdr;
65 const Nhdr* note_header = reinterpret_cast<const Nhdr*>(section);
69 note_header = reinterpret_cast<const Nhdr*>(
70 reinterpret_cast<const char*>(note_header) + sizeof(Nhdr) +
80 sizeof(Nhdr) + NOTE_PADDING(note_header->n_namesz);
  /external/google-breakpad/src/tools/linux/md2core/
minidump-2-core.cc 65 #define Nhdr ElfW(Nhdr)
756 Nhdr nhdr; local
757 memset(&nhdr, 0, sizeof(nhdr));
758 nhdr.n_namesz = 5;
759 nhdr.n_descsz = sizeof(struct prstatus);
760 nhdr.n_type = NT_PRSTATUS;
761 if (!writea(1, &nhdr, sizeof(nhdr)) |
1169 Nhdr nhdr; local
    [all...]

Completed in 115 milliseconds