tag | line | file | source code |
a_bss | 251 | fs/binfmt_elf.c | current->mm->brk = interp_ex->a_bss + |
a_bss | 276 | fs/binfmt_elf.c | 0xfffff000, interp_ex->a_bss, |
a_bss | 818 | fs/exec.c | current->mm->brk = ex.a_bss + |
a_bss | 948 | fs/exec.c | bss = ex.a_text + ex.a_data + ex.a_bss; |
a_bss | 222 | ibcs/binfmt_elf.c | current->mm->brk = interp_ex->a_bss + |
a_bss | 247 | ibcs/binfmt_elf.c | 0xfffff000, interp_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 | 201 | tools/build.c | (ex->a_text+ex->a_data+ex->a_bss)/1024, |
a_bss | 204 | tools/build.c | ex->a_bss /1024); |