Lines Matching defs:notesz
1602 size_t hdrsize, notesz, coresize;
1617 td->td_proc->p_sysent->sv_elf_core_prepare_notes(td, ¬elst, ¬esz);
1618 coresize = round_page(hdrsize + notesz) + seginfo.size;
1666 notesz, flags);
1675 offset = round_page(hdrsize + notesz);
1827 size_t hdrsize, struct note_info_list *notelst, size_t notesz,
1836 __elfN(puthdr)(p->td, hdr, hdrsize, numsegs, notesz, flags);
1908 size_t notesz, int flags)
1980 phdr->p_filesz = notesz;
1988 phc.offset = round_page(hdrsize + notesz);