Home
last modified time | relevance | path

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

/linux-4.1.27/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.c93 static int set_brk(unsigned long start, unsigned long end) in set_brk() function
877 retval = set_brk(elf_bss + load_bias, in load_elf_binary()
989 retval = set_brk(elf_bss, elf_brk); in load_elf_binary()
/linux-4.1.27/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.1.27/mm/
Dmmap.c324 goto set_brk; in SYSCALL_DEFINE1()
329 goto set_brk; in SYSCALL_DEFINE1()
341 set_brk: in SYSCALL_DEFINE1()