Home
last modified time | relevance | path

Searched refs:note_size (Results 1 – 3 of 3) sorted by relevance

/external/google-breakpad/src/common/linux/
Dfile_id.cc95 size_t note_size; in FindElfBuildIDNote() local
98 (const void**)&note_section, &note_size, &elfclass) || in FindElfBuildIDNote()
99 note_size == 0) && in FindElfBuildIDNote()
101 (const void**)&note_section, &note_size, &elfclass) || in FindElfBuildIDNote()
102 note_size == 0)) { in FindElfBuildIDNote()
107 return ElfClassBuildIDNoteIdentifier<ElfClass32>(note_section, note_size, in FindElfBuildIDNote()
110 return ElfClassBuildIDNoteIdentifier<ElfClass64>(note_section, note_size, in FindElfBuildIDNote()
/external/valgrind/coregrind/m_coredump/
Dcoredump-solaris.c788 UInt note_size = sizeof(note_t) + VG_ROUNDUP(datasz, 4); in add_note() local
790 note_t *n = VG_(malloc)("coredump-elf.an.1", note_size); in add_note()
792 VG_(memset)(n, 0, note_size); in add_note()
810 static UInt note_size(const note_t *note) in note_size() function
821 size += note_size(note); in notes_size()
846 note_size(note), "notes"); in write_notes()
Dcoredump-elf.c158 static UInt note_size(const struct note *n) in note_size() function
193 VG_(write)(fd, &n->note, note_size(n)); in write_note()
676 notesz += note_size(note); in make_elf_coredump()