Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c2083 void *bigwad, *zeropg = NULL; in elfcore() local
2415 if (zeropg == NULL) { in elfcore()
2416 zeropg = kmem_zalloc(elf_zeropg_sz, KM_SLEEP); in elfcore()
2424 phdr[i].p_offset + curoff, zeropg, len, in elfcore()
2549 if (zeropg != NULL) in elfcore()
2550 kmem_free(zeropg, elf_zeropg_sz); in elfcore()