Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
H A Dbinfmt_aout.c45 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 Dbinfmt_elf.c110 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 Dia32_aout.c48 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 Dbinfmt_elf.c113 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