Lines Matching refs:arg_idx
7802 static int btf_get_ptr_to_btf_id(struct bpf_verifier_log *log, int arg_idx, in btf_get_ptr_to_btf_id() argument
7826 arg_idx, btf_type_str(t), __btf_name_by_offset(btf, t->name_off), in btf_get_ptr_to_btf_id()
7832 arg_idx, btf_type_str(t), __btf_name_by_offset(btf, t->name_off), in btf_get_ptr_to_btf_id()
7839 arg_idx, btf_type_str(t), __btf_name_by_offset(btf, t->name_off)); in btf_get_ptr_to_btf_id()
7865 u32 arg_idx, bool is_global, u32 *tags) in btf_scan_decl_tags() argument
7885 while ((id = btf_find_next_decl_tag(btf, fn_t, arg_idx, tag_key, id)) > 0) { in btf_scan_decl_tags()
7895 arg_idx); in btf_scan_decl_tags()
7912 bpf_log(&env->log, "arg#%d has unsupported set of tags\n", arg_idx); in btf_scan_decl_tags()
7917 bpf_log(&env->log, "arg#%d type tag fetching failure: %d\n", arg_idx, id); in btf_scan_decl_tags()
8746 int btf_check_iter_arg(struct btf *btf, const struct btf_type *func, int arg_idx) in BTF_ID_LIST_GLOBAL()
8753 if (btf_type_vlen(func) <= arg_idx) in BTF_ID_LIST_GLOBAL()
8756 arg = &btf_params(func)[arg_idx]; in BTF_ID_LIST_GLOBAL()