Searched refs:btf_params (Results 1 – 16 of 16) sorted by relevance
115 check_ctx_arg_type(btf, &btf_params(proto_t)[0]); in subtest_ctx_arg_rewrite()125 check_ctx_arg_type(btf, &btf_params(proto_t)[0]); in subtest_ctx_arg_rewrite()127 check_ctx_arg_type(btf, &btf_params(proto_t)[2]); in subtest_ctx_arg_rewrite()
240 p = btf_params(t) + 0; in gen_btf()243 p = btf_params(t) + 1; in gen_btf()
176 const struct btf_param *p = btf_params(t); in fprintf_btf_type_raw()
957 t = btf__type_by_id(btf, btf_params(t)[0].type); in fixup_obj()
193 struct btf_param *local_p = btf_params(local_type); in __bpf_core_types_are_compat()194 struct btf_param *targ_p = btf_params(targ_type); in __bpf_core_types_are_compat()1658 struct btf_param *local_p = btf_params(local_t); in __bpf_core_types_match()1659 struct btf_param *targ_p = btf_params(targ_t); in __bpf_core_types_match()
392 for (i = 0, p = btf_params(t); i < vlen; i++, p++) { in btf_bswap_type_rest()565 const struct btf_param *m = btf_params(t); in btf_validate_type()3857 const struct btf_param *member = btf_params(t); in btf_hash_fnproto()3887 m1 = btf_params(t1); in btf_equal_fnproto()3888 m2 = btf_params(t2); in btf_equal_fnproto()3914 m1 = btf_params(t1); in btf_compat_fnproto()3915 m2 = btf_params(t2); in btf_compat_fnproto()4413 cand_p = btf_params(cand_type); in btf_dedup_is_equiv()4414 canon_p = btf_params(canon_type); in btf_dedup_is_equiv()4730 param = btf_params(t); in btf_dedup_ref_type()
357 const struct btf_param *p = btf_params(t); in btf_dump_mark_referenced()586 const struct btf_param *p = btf_params(t); in btf_dump_order_type()818 const struct btf_param *p = btf_params(t); in btf_dump_emit_type()1537 const struct btf_param *p = btf_params(t); in btf_dump_emit_type_chain()
585 static inline struct btf_param *btf_params(const struct btf_type *t) in btf_params() function
1497 m1 = btf_params(t1); in glob_sym_btf_matches()1498 m2 = btf_params(t2); in glob_sym_btf_matches()1809 src_p = btf_params(src_t); in complete_extern_btf_info()1810 dst_p = btf_params(dst_t); in complete_extern_btf_info()
4335 param = btf_params(func_proto); in bpf_object__collect_externs()6831 p = &btf_params(t)[i]; in clone_func_btf_info()6839 p = &btf_params(fn_proto_t)[i]; in clone_func_btf_info()6947 p = &btf_params(fn_proto_t)[arg_idx]; in bpf_program_fixup_func_info()6992 p = &btf_params(fn_proto_t)[arg_idx]; in bpf_program_fixup_func_info()
101 const struct btf_param *param = &btf_params(func_proto)[arg_no]; in check_test_run_args()
102 args = btf_params(prog->aux->attach_func_proto); in BTF_SET_END()
232 args = btf_params(func_proto); in prepare_arg_info()233 stub_args = btf_params(stub_func_proto); in prepare_arg_info()
6406 args = btf_params(func_proto); in btf_ctx_arg_offset()8105 arg = &btf_params(func)[arg_idx]; in BTF_ID_LIST_GLOBAL()8525 args = btf_params(dtor_func_proto); in btf_check_dtor_kfuncs()
484 static inline struct btf_param *btf_params(const struct btf_type *t) in btf_params() function
2088 param = btf_params(btf_type); in btfgen_mark_type()2238 param = btf_params(btf_type); in btfgen_mark_type_match()
Completed in 91 milliseconds