Home
last modified time | relevance | path

Searched refs:Nhdr (Results 1 – 9 of 9) sorted by relevance

/external/google-breakpad/src/common/linux/
Delf_core_dump.cc50 const ElfCoreDump::Nhdr* ElfCoreDump::Note::GetHeader() const { in GetHeader()
51 return content_.GetData<Nhdr>(0); in GetHeader()
55 const Nhdr* header = GetHeader(); in GetType()
61 const Nhdr* header = GetHeader(); in GetName()
63 return content_.Subrange(sizeof(Nhdr), header->n_namesz); in GetName()
69 const Nhdr* header = GetHeader(); in GetDescription()
71 return content_.Subrange(AlignedSize(sizeof(Nhdr) + header->n_namesz), in GetDescription()
79 const Nhdr* header = GetHeader(); in GetNextNote()
81 size_t next_offset = AlignedSize(sizeof(Nhdr) + header->n_namesz); in GetNextNote()
Dfile_id.cc62 typedef typename ElfClass::Nhdr Nhdr; in ElfClassBuildIDNoteIdentifier() typedef
65 const Nhdr* note_header = reinterpret_cast<const Nhdr*>(section); in ElfClassBuildIDNoteIdentifier()
69 note_header = reinterpret_cast<const Nhdr*>( in ElfClassBuildIDNoteIdentifier()
70 reinterpret_cast<const char*>(note_header) + sizeof(Nhdr) + in ElfClassBuildIDNoteIdentifier()
80 sizeof(Nhdr) + NOTE_PADDING(note_header->n_namesz); in ElfClassBuildIDNoteIdentifier()
Delf_core_dump.h50 typedef ElfW(Nhdr) Nhdr; typedef
77 const Nhdr* GetHeader() const;
Delfutils.h47 typedef Elf32_Nhdr Nhdr; typedef
60 typedef Elf64_Nhdr Nhdr; typedef
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc65 #define Nhdr ElfW(Nhdr) macro
756 Nhdr nhdr; in WriteThread()
1114 size_t filesz = sizeof(Nhdr) + 8 + sizeof(prpsinfo) + in main()
1116 sizeof(Nhdr) + 8 + crashinfo.auxv_length + in main()
1118 (sizeof(Nhdr) + 8 + sizeof(prstatus)) in main()
1120 + sizeof(Nhdr) + 8 + sizeof(user_fpregs_struct) in main()
1123 + sizeof(Nhdr) + 8 + sizeof(user_fpxregs_struct) in main()
1169 Nhdr nhdr; in main()
/external/elfutils/libelf/
Dabstract.h163 START (Bits, Nhdr, Ext##Nhdr) \
167 END (Bits, Ext##Nhdr)
Delf_getdata.c106 [ELF_T_NHDR] = __alignof__ (ElfW2(Bits,Nhdr)), \
/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c154 ESZ(Nhdr) note;
160 return sizeof(ESZ(Nhdr)) + VG_ROUNDUP(VG_(strlen)(n->name)+1, 4) in note_size()
Dcoredump-solaris.c54 VKI_ESZ(Nhdr) nhdr;