Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_coredump/
Dcoredump-elf.c158 Int notelen = sizeof(struct note) + in add_note() local
161 struct note *n = VG_(malloc)("coredump-elf.an.1", notelen); in add_note()
163 VG_(memset)(n, 0, notelen); in add_note()