Lines Matching refs:binfmt
486 * - the remaining binfmt code will not run out of stack space,
674 * the binfmt code determines where the new stack should reside, we shift it to
1509 /* If a binfmt changed the interp, free it. */
1551 /* If a binfmt changed the interp, free it first. */
1758 if (request_module("binfmt-%04x", *(ushort *)(bprm->buf + 2)) < 0)
1767 /* binfmt handlers will call back into begin_new_exec() on success. */
1779 /* This allows 4 levels of binfmt rewrites before failing hard. */
2094 if (mm->binfmt)
2095 module_put(mm->binfmt->module);
2097 mm->binfmt = new;