Home
last modified time | relevance | path

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

/fs/
Dbinfmt_elf.c115 unsigned long nbyte; in padzero() local
117 nbyte = ELF_PAGEOFFSET(elf_bss); in padzero()
118 if (nbyte) { in padzero()
119 nbyte = ELF_MIN_ALIGN - nbyte; in padzero()
120 if (clear_user((void __user *) elf_bss, nbyte)) in padzero()
880 unsigned long nbyte; in load_elf_binary() local
889 nbyte = ELF_PAGEOFFSET(elf_bss); in load_elf_binary()
890 if (nbyte) { in load_elf_binary()
891 nbyte = ELF_MIN_ALIGN - nbyte; in load_elf_binary()
892 if (nbyte > elf_brk - elf_bss) in load_elf_binary()
[all …]