Lines Matching defs:offset
55 int offset; /* offset of magic */
75 * - offset: 3 bytes (has to be smaller than BINPRM_BUF_SIZE)
113 s = bprm->buf + e->offset;
269 * ':name:type:offset:magic:mask:interpreter:flags'
339 /* Parse the 'offset' field. */
345 int r = kstrtoint(p, 10, &e->offset);
346 if (r != 0 || e->offset < 0)
352 pr_debug("register: offset: %#x\n", e->offset);
390 BINPRM_BUF_SIZE - e->size < e->offset)
420 /* Skip the 'offset' field. */
530 dp += sprintf(dp, "offset %i\nmagic ", e->offset);