Searched refs:a_bss (Results 1 – 3 of 3) sorted by relevance
117 uint32_t a_bss; /* uninitialized data size */ member
89 bss_size = round_page(a_out->a_bss); in exec_linux_imgact()
214 bss_size = roundup(a_out->a_bss, PAGE_SIZE); in exec_aout_imgact()