Home
last modified time | relevance | path

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

/fs/
Dbinfmt_elf.c108 unsigned long nbyte; in padzero() local
110 nbyte = ELF_PAGEOFFSET(elf_bss); in padzero()
111 if (nbyte) { in padzero()
112 nbyte = ELF_MIN_ALIGN - nbyte; in padzero()
113 if (clear_user((void __user *) elf_bss, nbyte)) in padzero()
875 unsigned long nbyte; in load_elf_binary() local
886 nbyte = ELF_PAGEOFFSET(elf_bss); in load_elf_binary()
887 if (nbyte) { in load_elf_binary()
888 nbyte = ELF_MIN_ALIGN - nbyte; in load_elf_binary()
889 if (nbyte > elf_brk - elf_bss) in load_elf_binary()
[all …]