Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dbtf_write.c211 p = btf_params(t) + 0; in test_btf_write()
214 p = btf_params(t) + 1; in test_btf_write()
/kernel/linux/linux-5.10/tools/lib/bpf/
Dbtf_dump.c321 const struct btf_param *p = btf_params(t); in btf_dump_mark_referenced()
547 const struct btf_param *p = btf_params(t); in btf_dump_order_type()
776 const struct btf_param *p = btf_params(t); in btf_dump_emit_type()
1341 const struct btf_param *p = btf_params(t); in btf_dump_emit_type_chain()
Dbtf.c338 for (i = 0, p = btf_params(t); i < vlen; i++, p++) { in btf_bswap_type_rest()
3052 struct btf_param *m = btf_params(t); in btf_for_each_str_off()
3482 const struct btf_param *member = btf_params(t); in btf_hash_fnproto()
3512 m1 = btf_params(t1); in btf_equal_fnproto()
3513 m2 = btf_params(t2); in btf_equal_fnproto()
3539 m1 = btf_params(t1); in btf_compat_fnproto()
3540 m2 = btf_params(t2); in btf_compat_fnproto()
3909 cand_p = btf_params(cand_type); in btf_dedup_is_equiv()
3910 canon_p = btf_params(canon_type); in btf_dedup_is_equiv()
4189 param = btf_params(t); in btf_dedup_ref_type()
[all …]
Dbtf.h341 static inline struct btf_param *btf_params(const struct btf_type *t) in btf_params() function
Dlibbpf.c4961 struct btf_param *local_p = btf_params(local_type); in bpf_core_types_are_compat()
4962 struct btf_param *targ_p = btf_params(targ_type); in bpf_core_types_are_compat()