tag | line | file | source code |
---|---|---|---|
a_bss | 220 | fs/binfmt_elf.c | current->brk = ex.a_bss + |
a_bss | 252 | fs/binfmt_elf.c | 0xfffff000, ex.a_bss, |
a_bss | 840 | fs/exec.c | sys_brk(current->brk+ex.a_bss); |
a_bss | 899 | fs/exec.c | bss = ex.a_text + ex.a_data + ex.a_bss; |
a_bss | 13 | include/linux/a.out.h | unsigned a_bss; /* length of uninitialized data area for file, in bytes */ |
a_bss | 194 | tools/build.c | (ex->a_text+ex->a_data+ex->a_bss)/1024, |
a_bss | 197 | tools/build.c | ex->a_bss /1024); |