tag | line | file | source code |
---|---|---|---|
a_bss | 207 | arch/i386/boot/tools/build.c | (ex->a_text+ex->a_data+ex->a_bss)/1024, |
a_bss | 210 | arch/i386/boot/tools/build.c | ex->a_bss /1024); |
a_bss | 297 | fs/binfmt_elf.c | current->mm->brk = interp_ex->a_bss + |
a_bss | 322 | fs/binfmt_elf.c | 0xfffff000, interp_ex->a_bss, |
a_bss | 847 | fs/exec.c | current->mm->brk = ex.a_bss + |
a_bss | 978 | fs/exec.c | bss = ex.a_text + ex.a_data + ex.a_bss; |
a_bss | 9 | include/asm-i386/a.out.h | unsigned a_bss; /* length of uninitialized data area for file, in bytes */ |