taglinefilesource code
start_brk455fs/binfmt_coff.ccurrent->start_brk   =
start_brk312fs/binfmt_elf.ccurrent->start_brk = current->brk = elf_brk;
start_brk788fs/exec.ccurrent->start_brk = current->brk = current->end_data;
start_brk171include/linux/sched.hunsigned long start_code,end_code,end_data,start_brk,brk,start_stack,start_mmap;