Searched refs:a_bss (Results 1 – 7 of 7) sorted by relevance
114 uint32_t a_bss; /* uninitialized data size */ member
86 bss_size = round_page(a_out->a_bss); in exec_linux_imgact()
234 bss_size = roundup(a_out->a_bss, PAGE_SIZE); in exec_aout_imgact()
362 p += hdr.ex.a_data + roundup2(hdr.ex.a_bss, PAGE_SIZE); in load()
355 hdr->bss = le32toh(ex->a_bss); in gethdr()
423 p += hdr.ex.a_data + roundup2(hdr.ex.a_bss, PAGE_SIZE); in load()
385 p += hdr.ex.a_data + roundup2(hdr.ex.a_bss, PAGE_SIZE); in load()