taglinefilesource code
nbyte43arch/i386/ibcs/binfmt_elf.cunsigned int fpnt, nbyte;
nbyte47arch/i386/ibcs/binfmt_elf.cnbyte = (PAGE_SIZE - (elf_bss & 0xfff)) & 0xfff;
nbyte48arch/i386/ibcs/binfmt_elf.cif(nbyte){
nbyte49arch/i386/ibcs/binfmt_elf.cverify_area(VERIFY_WRITE, (void *) elf_bss, nbyte);
nbyte68fs/binfmt_elf.cunsigned long fpnt, nbyte;
nbyte70fs/binfmt_elf.cnbyte = elf_bss & (PAGE_SIZE-1);
nbyte71fs/binfmt_elf.cif (nbyte) {
nbyte72fs/binfmt_elf.cnbyte = PAGE_SIZE - nbyte;
nbyte73fs/binfmt_elf.cverify_area(VERIFY_WRITE, (void *) elf_bss, nbyte);
nbyte77fs/binfmt_elf.c} while (--nbyte);