Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dbtf_write.c240 p = btf_params(t) + 0; in gen_btf()
243 p = btf_params(t) + 1; in gen_btf()
/linux-6.3-rc2/tools/lib/bpf/
A Dbtf.c389 for (i = 0, p = btf_params(t); i < vlen; i++, p++) { in btf_bswap_type_rest()
3606 const struct btf_param *member = btf_params(t); in btf_hash_fnproto()
3636 m1 = btf_params(t1); in btf_equal_fnproto()
3637 m2 = btf_params(t2); in btf_equal_fnproto()
3663 m1 = btf_params(t1); in btf_compat_fnproto()
3664 m2 = btf_params(t2); in btf_compat_fnproto()
4162 cand_p = btf_params(cand_type); in btf_dedup_is_equiv()
4163 canon_p = btf_params(canon_type); in btf_dedup_is_equiv()
4479 param = btf_params(t); in btf_dedup_ref_type()
4863 struct btf_param *m = btf_params(t); in btf_type_visit_type_ids()
[all …]
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()
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()
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()
A Dbtf.h549 static inline struct btf_param *btf_params(const struct btf_type *t) in btf_params() function
A 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()
A Dlibbpf.c3863 param = btf_params(func_proto); in bpf_object__collect_externs()
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dbtf_helpers.c176 const struct btf_param *p = btf_params(t); in fprintf_btf_type_raw()
/linux-6.3-rc2/kernel/bpf/
A Dbpf_lsm.c85 args = btf_params(prog->aux->attach_func_proto); in BTF_SET_END()
A Dbtf.c7827 args = btf_params(dtor_func_proto); in btf_check_dtor_kfuncs()
/linux-6.3-rc2/include/linux/
A Dbtf.h461 static inline struct btf_param *btf_params(const struct btf_type *t) in btf_params() function
/linux-6.3-rc2/tools/bpf/bpftool/
A Dgen.c1782 param = btf_params(btf_type); in btfgen_mark_type()
1932 param = btf_params(btf_type); in btfgen_mark_type_match()

Completed in 65 milliseconds