ELF_PAGEALIGN 104 fs/binfmt_elf.c start = ELF_PAGEALIGN(start); ELF_PAGEALIGN 105 fs/binfmt_elf.c end = ELF_PAGEALIGN(end); ELF_PAGEALIGN 356 fs/binfmt_elf.c size = ELF_PAGEALIGN(size); ELF_PAGEALIGN 372 fs/binfmt_elf.c total_size = ELF_PAGEALIGN(total_size); ELF_PAGEALIGN 653 fs/binfmt_elf.c elf_bss = ELF_PAGEALIGN(elf_bss); ELF_PAGEALIGN 654 fs/binfmt_elf.c last_bss = ELF_PAGEALIGN(last_bss); ELF_PAGEALIGN 1243 fs/binfmt_elf.c len = ELF_PAGEALIGN(eppnt->p_filesz + eppnt->p_vaddr); ELF_PAGEALIGN 1244 fs/binfmt_elf.c bss = ELF_PAGEALIGN(eppnt->p_memsz + eppnt->p_vaddr);