taglinefilesource code
nbyte62fs/binfmt_elf.cunsigned int fpnt, nbyte;
nbyte66fs/binfmt_elf.cnbyte = (PAGE_SIZE - (elf_bss & 0xfff)) & 0xfff;
nbyte67fs/binfmt_elf.cif(nbyte){
nbyte68fs/binfmt_elf.cverify_area(VERIFY_WRITE, (void *) elf_bss, nbyte);
nbyte43ibcs/binfmt_elf.cunsigned int fpnt, nbyte;
nbyte47ibcs/binfmt_elf.cnbyte = (PAGE_SIZE - (elf_bss & 0xfff)) & 0xfff;
nbyte48ibcs/binfmt_elf.cif(nbyte){
nbyte49ibcs/binfmt_elf.cverify_area(VERIFY_WRITE, (void *) elf_bss, nbyte);