tag | line | file | source code |
---|---|---|---|
a_bss | 225 | fs/exec.c | current->libraries[libnum].bss = ex.a_bss; |
a_bss | 227 | fs/exec.c | zeromap_page_range(offset, ex.a_bss, PAGE_COPY); |
a_bss | 625 | fs/exec.c | current->brk = ex.a_bss + |
a_bss | 640 | fs/exec.c | zeromap_page_range((ex.a_text + ex.a_data + 0xfff) & 0xfffff000,ex.a_bss, PAGE_COPY); |
a_bss | 13 | include/linux/a.out.h | unsigned a_bss; /* length of uninitialized data area for file, in bytes */ |