Lines Matching refs:start
63 void *start; member
101 aad.iface.pos = e->pos - e->start; in audit_iface()
339 size_t sz = blob - (char *) e->start - in unpack_dfa()
340 ((e->pos - e->start) & 7); in unpack_dfa()
587 if (!unpack_u32(e, &profile->policy.start[0], "start")) in unpack_profile()
589 profile->policy.start[0] = DFA_START; in unpack_profile()
592 profile->policy.start[i] = in unpack_profile()
594 profile->policy.start[0], in unpack_profile()
609 if (!unpack_u32(e, &profile->file.start, "dfa_start")) in unpack_profile()
611 profile->file.start = DFA_START; in unpack_profile()
755 .start = udata, in aa_unpack()
762 void *start; in aa_unpack() local
763 error = verify_header(&e, e.pos == e.start, ns); in aa_unpack()
767 start = e.pos; in aa_unpack()
778 error = aa_calc_profile_hash(profile, e.version, start, in aa_unpack()
779 e.pos - start); in aa_unpack()