| tag | line | file | source code |
| a_bss | 201 | arch/i386/boot/tools/build.c | (ex->a_text+ex->a_data+ex->a_bss)/1024, |
| a_bss | 204 | arch/i386/boot/tools/build.c | ex->a_bss /1024); |
| a_bss | 221 | arch/i386/ibcs/binfmt_elf.c | current->mm->brk = interp_ex->a_bss + |
| a_bss | 246 | arch/i386/ibcs/binfmt_elf.c | 0xfffff000, interp_ex->a_bss, |
| a_bss | 281 | fs/binfmt_elf.c | current->mm->brk = interp_ex->a_bss + |
| a_bss | 306 | fs/binfmt_elf.c | 0xfffff000, interp_ex->a_bss, |
| a_bss | 783 | fs/exec.c | current->mm->brk = ex.a_bss + |
| a_bss | 911 | fs/exec.c | bss = ex.a_text + ex.a_data + ex.a_bss; |
| a_bss | 17 | include/asm-alpha/a.out.h | unsigned long a_bss; |
| a_bss | 9 | include/asm-i386/a.out.h | unsigned a_bss; /* length of uninitialized data area for file, in bytes */ |