Home
last modified time | relevance | path

Searched refs:btf_params (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_write.c240 p = btf_params(t) + 0; in gen_btf()
243 p = btf_params(t) + 1; in gen_btf()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dbtf_helpers.c176 const struct btf_param *p = btf_params(t); in fprintf_btf_type_raw()
H A Dveristat.c922 t = btf__type_by_id(btf, btf_params(t)[0].type); in fixup_obj()
/openbmc/linux/tools/lib/bpf/
H A Dbtf.c389 for (i = 0, p = btf_params(t); i < vlen; i++, p++) { in btf_bswap_type_rest()
3604 const struct btf_param *member = btf_params(t); in btf_hash_fnproto()
3634 m1 = btf_params(t1); in btf_equal_fnproto()
3635 m2 = btf_params(t2); in btf_equal_fnproto()
3661 m1 = btf_params(t1); in btf_compat_fnproto()
3662 m2 = btf_params(t2); in btf_compat_fnproto()
4160 cand_p = btf_params(cand_type); in btf_dedup_is_equiv()
4161 canon_p = btf_params(canon_type); in btf_dedup_is_equiv()
4477 param = btf_params(t); in btf_dedup_ref_type()
4861 struct btf_param *m = btf_params(t); in btf_type_visit_type_ids()
[all …]
H A Drelo_core.c193 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()
H A Dbtf_dump.c357 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()
H A Dbtf.h549 static inline struct btf_param *btf_params(const struct btf_type *t) in btf_params() function
H A Dlinker.c1464 m1 = btf_params(t1); in glob_sym_btf_matches()
1465 m2 = btf_params(t2); in glob_sym_btf_matches()
1776 src_p = btf_params(src_t); in complete_extern_btf_info()
1777 dst_p = btf_params(dst_t); in complete_extern_btf_info()
H A Dlibbpf.c3936 param = btf_params(func_proto); in bpf_object__collect_externs()
/openbmc/linux/kernel/bpf/
H A Dbpf_lsm.c85 args = btf_params(prog->aux->attach_func_proto); in BTF_SET_END()
H A Dbtf.c7591 arg = &btf_params(func)[0]; in BTF_ID_LIST_GLOBAL()
7978 args = btf_params(dtor_func_proto); in btf_check_dtor_kfuncs()
H A Dverifier.c7714 arg = &btf_params(meta->func_proto)[0]; in process_iter_arg()
/openbmc/linux/include/linux/
H A Dbtf.h463 static inline struct btf_param *btf_params(const struct btf_type *t) in btf_params() function
/openbmc/linux/tools/bpf/bpftool/
H A Dgen.c1785 param = btf_params(btf_type); in btfgen_mark_type()
1935 param = btf_params(btf_type); in btfgen_mark_type_match()