Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dimgact_aout.h117 uint32_t a_bss; /* uninitialized data size */ member
/f-stack/freebsd/i386/linux/
H A Dimgact_linux.c89 bss_size = round_page(a_out->a_bss); in exec_linux_imgact()
/f-stack/freebsd/kern/
H A Dimgact_aout.c214 bss_size = roundup(a_out->a_bss, PAGE_SIZE); in exec_aout_imgact()