Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dbinfmt_aout.c127 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.c103 static int set_brk(unsigned long start, unsigned long end, int prot) in set_brk() function
911 retval = set_brk(elf_bss + load_bias, in load_elf_binary()
1076 retval = set_brk(elf_bss, elf_brk, bss_prot); in load_elf_binary()
/Linux-v4.19/arch/x86/ia32/
Dia32_aout.c120 static int set_brk(unsigned long start, unsigned long end) in set_brk() function
381 error = set_brk(current->mm->start_brk, current->mm->brk); in load_aout_binary()
/Linux-v4.19/mm/
Dmmap.c233 goto set_brk; in SYSCALL_DEFINE1()
238 goto set_brk; in SYSCALL_DEFINE1()
251 set_brk: in SYSCALL_DEFINE1()