taglinefilesource code
a_bss220fs/binfmt_elf.ccurrent->brk = ex.a_bss +
a_bss252fs/binfmt_elf.c0xfffff000, ex.a_bss,
a_bss840fs/exec.csys_brk(current->brk+ex.a_bss);
a_bss899fs/exec.cbss = ex.a_text + ex.a_data + ex.a_bss;
a_bss13include/linux/a.out.hunsigned a_bss;    /* length of uninitialized data area for file, in bytes */
a_bss194tools/build.c(ex->a_text+ex->a_data+ex->a_bss)/1024,
a_bss197tools/build.cex->a_bss  /1024);