Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dimgact_elf.c1662 size_t hdrsize, notesz, coresize; in __elfN() local
1679 __elfN(prepare_notes)(td, &notelst, &notesz); in __elfN()
1680 coresize = round_page(hdrsize + notesz) + seginfo.size; in __elfN()
1724 notesz); in __elfN()
1733 offset = round_page(hdrsize + notesz); in __elfN()
1869 size_t hdrsize, struct note_info_list *notelst, size_t notesz) in __elfN()
1877 __elfN(puthdr)(p->td, hdr, hdrsize, numsegs, notesz); in __elfN()
1955 size_t notesz) in __elfN()
2025 phdr->p_filesz = notesz; in __elfN()
2033 phc.offset = round_page(hdrsize + notesz); in __elfN()