Lines Matching defs:notesize
1140 size_t notesize;
1162 size_t notesize;
1184 error = coredump_notes_elf(p, cookie, ¬esize);
1189 if (notesize != ws.notesize)
1190 panic("coredump: notesize changed: %zu != %zu",
1191 ws.notesize, notesize);
1192 offset = ws.notestart + notesize;
1284 error = coredump_notes_elf(ws->p, NULL, &ws->notesize);
1355 ws->secstart = ws->notestart + ws->notesize;
1364 note->p_filesz = ws->notesize;
1413 size_t size, notesize;
1420 notesize = sizeof(nhdr) + elfround(sizeof("OpenBSD")) +
1462 size += notesize;
1465 notesize = sizeof(nhdr) + elfround(sizeof("OpenBSD")) +
1488 size += notesize;
1491 notesize = sizeof(nhdr) + elfround(sizeof("OpenBSD")) +
1506 size += notesize;
1513 error = coredump_note_elf(p, iocookie, ¬esize);
1516 size += notesize;
1527 error = coredump_note_elf(q, iocookie, ¬esize);
1530 size += notesize;
1541 int size, notesize, error;
1559 notesize = sizeof(nhdr) + elfround(namesize) + elfround(sizeof(intreg));
1575 size += notesize;
1578 notesize = sizeof(nhdr) + elfround(namesize) + elfround(sizeof(freg));
1592 size += notesize;
1596 notesize = sizeof(nhdr) + elfround(namesize) +
1610 size += notesize;