Searched refs:err_extra (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 3633 char *err_extra;
in check_stack_access_within_bounds() local 3637 err_extra = " indirect access to";
in check_stack_access_within_bounds() 3639 err_extra = " read from";
in check_stack_access_within_bounds() 3641 err_extra = " write to";
in check_stack_access_within_bounds() 3653 verbose(env, "invalid unbounded variable-offset%s stack R%d\n", err_extra, regno);
in check_stack_access_within_bounds() 3671 verbose(env, "invalid%s stack R%d off=%d size=%d\n", err_extra, regno, off, access_size);
in check_stack_access_within_bounds() 3676 verbose(env, "invalid variable-offset%s stack R%d var_off=%s size=%d\n", err_extra, regno, tn_buf,
in check_stack_access_within_bounds() 3954 char *err_extra = type == ACCESS_HELPER ? " indirect" : "";
in check_stack_range_initialized() local 3993 verbose(env, "R%d%s variable offset stack access prohibited for !root, var_off=%s\n", regno, err_extra,
in check_stack_range_initialized() 4054 verbose(env, "invalid%s read from stack R%d off %d+%d size %d\n", err_extra, regn in check_stack_range_initialized() [all...] |
Completed in 10 milliseconds