Searched refs:note_size (Results 1 – 3 of 3) sorted by relevance
/external/google-breakpad/src/common/linux/ |
D | file_id.cc | 95 size_t note_size; in FindElfBuildIDNote() local 98 (const void**)¬e_section, ¬e_size, &elfclass) || in FindElfBuildIDNote() 99 note_size == 0) && in FindElfBuildIDNote() 101 (const void**)¬e_section, ¬e_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/ |
D | coredump-solaris.c | 788 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()
|
D | coredump-elf.c | 144 static UInt note_size(const struct note *n) in note_size() function 179 VG_(write)(fd, &n->note, note_size(n)); in write_note() 671 notesz += note_size(note); in make_elf_coredump()
|