Searched refs:set_brk (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | binfmt_aout.c | 45 static int set_brk(unsigned long start, unsigned long end) in set_brk() function 241 retval = set_brk(current->mm->start_brk, current->mm->brk); in load_aout_binary()
|
H A D | binfmt_elf.c | 110 static int set_brk(unsigned long start, unsigned long end, int prot) in set_brk() function 1070 retval = set_brk(elf_bss + load_bias, in load_elf_binary() 1205 /* set_brk can never work. Avoid overflows. */ in load_elf_binary() 1234 /* Calling set_brk effectively mmaps the pages that we need in load_elf_binary() 1239 retval = set_brk(elf_bss, elf_brk, bss_prot); in load_elf_binary()
|
/kernel/linux/linux-5.10/arch/x86/ia32/ |
H A D | ia32_aout.c | 48 static int set_brk(unsigned long start, unsigned long end) in set_brk() function 222 error = set_brk(current->mm->start_brk, current->mm->brk); in load_aout_binary()
|
/kernel/linux/linux-6.6/fs/ |
H A D | binfmt_elf.c | 113 static int set_brk(unsigned long start, unsigned long end, int prot) in set_brk() function 1049 retval = set_brk(elf_bss + load_bias, in load_elf_binary() 1206 /* set_brk can never work. Avoid overflows. */ in load_elf_binary() 1235 /* Calling set_brk effectively mmaps the pages that we need in load_elf_binary() 1240 retval = set_brk(elf_bss, elf_brk, bss_prot); in load_elf_binary()
|
Completed in 7 milliseconds