Home
last modified time | relevance | path

Searched refs:set_brk (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/
Dbinfmt_aout.c126 static int set_brk(unsigned long start, unsigned long end) in set_brk() function
324 retval = set_brk(current->mm->start_brk, current->mm->brk); in load_aout_binary()
Dbinfmt_elf.c94 static int set_brk(unsigned long start, unsigned long end) in set_brk() function
878 retval = set_brk(elf_bss + load_bias, in load_elf_binary()
990 retval = set_brk(elf_bss, elf_brk); in load_elf_binary()
/linux-4.4.14/arch/x86/ia32/
Dia32_aout.c119 static void set_brk(unsigned long start, unsigned long end) in set_brk() function
378 set_brk(current->mm->start_brk, current->mm->brk); in load_aout_binary()
/linux-4.4.14/mm/
Dmmap.c325 goto set_brk; in SYSCALL_DEFINE1()
330 goto set_brk; in SYSCALL_DEFINE1()
342 set_brk: in SYSCALL_DEFINE1()