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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dsys_ia64.c117 goto set_brk;
122 goto set_brk;
142 set_brk:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dbinfmt_aout32.c45 static void set_brk(unsigned long start, unsigned long end) function
318 set_brk(current->mm->start_brk, current->mm->brk);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dia32_aout.c105 static void set_brk(unsigned long start, unsigned long end) function
401 set_brk(current->mm->start_brk, current->mm->brk);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbinfmt_aout.c46 static int set_brk(unsigned long start, unsigned long end) function
437 retval = set_brk(current->mm->start_brk, current->mm->brk);
H A Dbinfmt_elf.c85 static int set_brk(unsigned long start, unsigned long end) function
827 retval = set_brk (elf_bss + load_bias,
902 /* set_brk can never work. Avoid overflows. */
929 /* Calling set_brk effectively mmaps the pages that we need
934 retval = set_brk(elf_bss, elf_brk);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmmap.c261 goto set_brk;
266 goto set_brk;
277 set_brk:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dirixelf.c151 static void set_brk(unsigned long start, unsigned long end) function
766 /* Calling set_brk effectively mmaps the pages that we need for the
769 set_brk(elf_bss, elf_brk);

Completed in 98 milliseconds