Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbtf.c1485 struct btf_param *m = btf_params(t); in btf_for_each_str_off()
1913 const struct btf_param *member = btf_params(t); in btf_hash_fnproto()
1943 m1 = btf_params(t1); in btf_equal_fnproto()
1944 m2 = btf_params(t2); in btf_equal_fnproto()
1970 m1 = btf_params(t1); in btf_compat_fnproto()
1971 m2 = btf_params(t2); in btf_compat_fnproto()
2340 cand_p = btf_params(cand_type); in btf_dedup_is_equiv()
2341 canon_p = btf_params(canon_type); in btf_dedup_is_equiv()
2620 param = btf_params(t); in btf_dedup_ref_type()
2809 struct btf_param *param = btf_params(t); in btf_dedup_remap_type()
Dbtf_dump.c291 const struct btf_param *p = btf_params(t); in btf_dump_mark_referenced()
517 const struct btf_param *p = btf_params(t); in btf_dump_order_type()
740 const struct btf_param *p = btf_params(t); in btf_dump_emit_type()
1280 const struct btf_param *p = btf_params(t); in btf_dump_emit_type_chain()
Dbtf.h289 static inline struct btf_param *btf_params(const struct btf_type *t) in btf_params() function