Searched refs:note_t (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/coregrind/m_coredump/ |
D | coredump-solaris.c | 57 } note_t; typedef 59 static void add_note(note_t **list, UInt type, const void *data, 739 static void fill_old_note_for_thread(note_t **notes, in fill_old_note_for_thread() 760 static void fill_new_note_for_thread(note_t **notes, in fill_new_note_for_thread() 785 static void add_note(note_t **list, UInt type, const void *data, in add_note() 788 UInt note_size = sizeof(note_t) + VG_ROUNDUP(datasz, 4); in add_note() 790 note_t *n = VG_(malloc)("coredump-elf.an.1", note_size); in add_note() 804 note_t *tail = *list; in add_note() 810 static UInt note_size(const note_t *note) in note_size() 812 return sizeof(note_t) - sizeof(note_t *) + note->nhdr.n_descsz; in note_size() [all …]
|