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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbinfmt_aout.c48 static int set_brk(unsigned long start, unsigned long end) function
349 retval = set_brk(current->mm->start_brk, current->mm->brk);
H A Dbinfmt_elf.c79 static int set_brk(unsigned long start, unsigned long end) function
764 retval = set_brk (elf_bss + load_bias,
843 /* set_brk can never work. Avoid overflows. */
870 /* Calling set_brk effectively mmaps the pages that we need
875 retval = set_brk(elf_bss, elf_brk);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/ia32/
H A Dia32_aout.c113 static void set_brk(unsigned long start, unsigned long end) function
406 set_brk(current->mm->start_brk, current->mm->brk);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmmap.c276 goto set_brk;
281 goto set_brk;
292 set_brk:

Completed in 114 milliseconds