Searched refs:err_extra (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | verifier.c | 3686 char *err_extra; in check_stack_access_within_bounds() local 3690 err_extra = " indirect access to"; in check_stack_access_within_bounds() 3692 err_extra = " read from"; in check_stack_access_within_bounds() 3694 err_extra = " write to"; in check_stack_access_within_bounds() 3706 err_extra, regno); in check_stack_access_within_bounds() 3723 err_extra, regno, off, access_size); in check_stack_access_within_bounds() 3729 err_extra, regno, tn_buf, access_size); in check_stack_access_within_bounds() 4000 char *err_extra = type == ACCESS_HELPER ? " indirect" : ""; in check_stack_range_initialized() local 4041 regno, err_extra, tn_buf); in check_stack_range_initialized() 4099 err_extra, regno, min_off, i - min_off, access_size); in check_stack_range_initialized() [all …]
|