Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Dbinfmt_elf.c129 unsigned long nbyte; in padzero() local
131 nbyte = ELF_PAGEOFFSET(elf_bss); in padzero()
132 if (nbyte) { in padzero()
133 nbyte = ELF_MIN_ALIGN - nbyte; in padzero()
134 if (clear_user((void __user *) elf_bss, nbyte)) in padzero()
906 unsigned long nbyte; in load_elf_binary() local
916 nbyte = ELF_PAGEOFFSET(elf_bss); in load_elf_binary()
917 if (nbyte) { in load_elf_binary()
918 nbyte = ELF_MIN_ALIGN - nbyte; in load_elf_binary()
919 if (nbyte > elf_brk - elf_bss) in load_elf_binary()
[all …]