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()
795 unsigned long nbyte; in load_elf_binary() local
806 nbyte = ELF_PAGEOFFSET(elf_bss); in load_elf_binary()
807 if (nbyte) { in load_elf_binary()
808 nbyte = ELF_MIN_ALIGN - nbyte; in load_elf_binary()
809 if (nbyte > elf_brk - elf_bss) in load_elf_binary()
[all …]