Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
Da.out.h10 unsigned a_bss; /* length of uninitialized data area for file, in bytes */ member
/arch/m68k/include/uapi/asm/
Da.out.h10 unsigned a_bss; /* length of uninitialized data area for file, in bytes */ member
/arch/x86/ia32/
Dia32_aout.c130 if (ex.a_data + ex.a_bss > rlim) in load_aout_binary()
152 current->mm->brk = ex.a_bss + in load_aout_binary()
288 retval = vm_brk(start_addr, ex.a_text + ex.a_data + ex.a_bss); in load_aout_library()
307 bss = ex.a_text + ex.a_data + ex.a_bss; in load_aout_library()
/arch/alpha/include/uapi/asm/
Da.out.h68 #define a_bss ah.bsize macro