taglinefilesource code
nbyte32fs/binfmt_elf.cunsigned int fpnt, nbyte;
nbyte36fs/binfmt_elf.cnbyte = (PAGE_SIZE - (elf_bss & 0xfff)) & 0xfff;
nbyte37fs/binfmt_elf.cif(nbyte){
nbyte38fs/binfmt_elf.cverify_area(VERIFY_WRITE, (void *) elf_bss, nbyte);