Searched refs:a_bss (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/sys/
H A Dimgact_aout.h117 uint32_t a_bss; /* uninitialized data size */ member in struct:exec
/freebsd-13-stable/sys/i386/linux/
H A Dimgact_linux.c89 bss_size = round_page(a_out->a_bss);
/freebsd-13-stable/sys/kern/
H A Dimgact_aout.c214 bss_size = roundup(a_out->a_bss, PAGE_SIZE);
/freebsd-13-stable/stand/i386/isoboot/
H A Disoboot.c365 p += hdr.ex.a_data + roundup2(hdr.ex.a_bss, PAGE_SIZE);
/freebsd-13-stable/stand/i386/gptboot/
H A Dgptboot.c426 p += hdr.ex.a_data + roundup2(hdr.ex.a_bss, PAGE_SIZE);
/freebsd-13-stable/stand/i386/zfsboot/
H A Dzfsboot.c384 p += hdr.ex.a_data + roundup2(hdr.ex.a_bss, PAGE_SIZE);
/freebsd-13-stable/usr.sbin/btxld/
H A Dbtxld.c360 hdr->bss = le32toh(ex->a_bss);
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_misc.c349 bss_size = round_page(a_out->a_bss);

Completed in 83 milliseconds