Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/
H A Delfload.c213 static void set_brk(abi_ulong start, abi_ulong end) in set_brk() function
584 set_brk(start_bss, end_bss); in load_elf_sections()
/openbmc/linux/fs/
H A Dbinfmt_elf.c113 static int set_brk(unsigned long start, unsigned long end, int prot) in set_brk() function
1050 retval = set_brk(elf_bss + load_bias, in load_elf_binary()
1241 retval = set_brk(elf_bss, elf_brk, bss_prot); in load_elf_binary()