taglinefilesource code
start_brk461fs/binfmt_coff.ccurrent->start_brk   =
start_brk516fs/binfmt_elf.ccurrent->start_brk = current->brk = elf_brk;
start_brk792fs/exec.ccurrent->start_brk = current->brk = current->end_data;
start_brk186include/linux/sched.hunsigned long start_code,end_code,end_data,start_brk,brk,start_stack,start_mmap;