Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/prog_tests/
Dbtf_write.c243 p = btf_params(t) + 0; in test_btf_write()
246 p = btf_params(t) + 1; in test_btf_write()
/tools/testing/selftests/bpf/
Dbtf_helpers.c154 const struct btf_param *p = btf_params(t); in fprintf_btf_type_raw()
/tools/lib/bpf/
Dbtf.c370 for (i = 0, p = btf_params(t); i < vlen; i++, p++) { in btf_bswap_type_rest()
3456 const struct btf_param *member = btf_params(t); in btf_hash_fnproto()
3486 m1 = btf_params(t1); in btf_equal_fnproto()
3487 m2 = btf_params(t2); in btf_equal_fnproto()
3513 m1 = btf_params(t1); in btf_compat_fnproto()
3514 m2 = btf_params(t2); in btf_compat_fnproto()
4010 cand_p = btf_params(cand_type); in btf_dedup_is_equiv()
4011 canon_p = btf_params(canon_type); in btf_dedup_is_equiv()
4309 param = btf_params(t); in btf_dedup_ref_type()
4568 struct btf_param *m = btf_params(t); in btf_type_visit_type_ids()
[all …]
Dbtf.h383 static inline struct btf_param *btf_params(const struct btf_type *t) in btf_params() function
Dbtf_dump.c349 const struct btf_param *p = btf_params(t); in btf_dump_mark_referenced()
576 const struct btf_param *p = btf_params(t); in btf_dump_order_type()
805 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()
Dlinker.c1456 m1 = btf_params(t1); in glob_sym_btf_matches()
1457 m2 = btf_params(t2); in glob_sym_btf_matches()
1768 src_p = btf_params(src_t); in complete_extern_btf_info()
1769 dst_p = btf_params(dst_t); in complete_extern_btf_info()
Dlibbpf.c3470 param = btf_params(func_proto); in bpf_object__collect_externs()
5084 struct btf_param *local_p = btf_params(local_type); in bpf_core_types_are_compat()
5085 struct btf_param *targ_p = btf_params(targ_type); in bpf_core_types_are_compat()