Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dbtf_write.c240 p = btf_params(t) + 0; in gen_btf()
243 p = btf_params(t) + 1; in gen_btf()
/linux-6.1.9/tools/lib/bpf/
Dbtf.c389 for (i = 0, p = btf_params(t); i < vlen; i++, p++) { in btf_bswap_type_rest()
3588 const struct btf_param *member = btf_params(t); in btf_hash_fnproto()
3618 m1 = btf_params(t1); in btf_equal_fnproto()
3619 m2 = btf_params(t2); in btf_equal_fnproto()
3645 m1 = btf_params(t1); in btf_compat_fnproto()
3646 m2 = btf_params(t2); in btf_compat_fnproto()
4166 cand_p = btf_params(cand_type); in btf_dedup_is_equiv()
4167 canon_p = btf_params(canon_type); in btf_dedup_is_equiv()
4483 param = btf_params(t); in btf_dedup_ref_type()
4739 struct btf_param *m = btf_params(t); in btf_type_visit_type_ids()
[all …]
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()
1661 struct btf_param *local_p = btf_params(local_t); in __bpf_core_types_match()
1662 struct btf_param *targ_p = btf_params(targ_t); in __bpf_core_types_match()
Dbtf_dump.c356 const struct btf_param *p = btf_params(t); in btf_dump_mark_referenced()
585 const struct btf_param *p = btf_params(t); in btf_dump_order_type()
817 const struct btf_param *p = btf_params(t); in btf_dump_emit_type()
1436 const struct btf_param *p = btf_params(t); in btf_dump_emit_type_chain()
Dbtf.h549 static inline struct btf_param *btf_params(const struct btf_type *t) in btf_params() function
Dlinker.c1452 m1 = btf_params(t1); in glob_sym_btf_matches()
1453 m2 = btf_params(t2); in glob_sym_btf_matches()
1764 src_p = btf_params(src_t); in complete_extern_btf_info()
1765 dst_p = btf_params(dst_t); in complete_extern_btf_info()
Dlibbpf.c3841 param = btf_params(func_proto); in bpf_object__collect_externs()
/linux-6.1.9/tools/testing/selftests/bpf/
Dbtf_helpers.c176 const struct btf_param *p = btf_params(t); in fprintf_btf_type_raw()
/linux-6.1.9/kernel/bpf/
Dbpf_lsm.c86 args = btf_params(prog->aux->attach_func_proto); in BTF_SET_END()
Dbtf.c7529 args = btf_params(dtor_func_proto); in btf_check_dtor_kfuncs()
/linux-6.1.9/include/linux/
Dbtf.h400 static inline struct btf_param *btf_params(const struct btf_type *t) in btf_params() function
/linux-6.1.9/tools/bpf/bpftool/
Dgen.c1789 param = btf_params(btf_type); in btfgen_mark_type()
1939 param = btf_params(btf_type); in btfgen_mark_type_match()