Home
last modified time | relevance | path

Searched refs:btf_param (Results 1 - 7 of 7) sorted by relevance

/third_party/libbpf/include/uapi/linux/
H A Dbtf.h141 /* BTF_KIND_FUNC_PROTO is followed by multiple "struct btf_param".
142 * The exact number of btf_param is stored in the vlen (of the
145 struct btf_param { struct
/third_party/libbpf/src/
H A Dbtf.h549 static inline struct btf_param *btf_params(const struct btf_type *t) in btf_params()
551 return (struct btf_param *)(t + 1); in btf_params()
H 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()
1658 struct btf_param *local_p = btf_params(local_t); in __bpf_core_types_match()
1659 struct btf_param *targ_p = btf_params(targ_t); in __bpf_core_types_match()
H A Dbtf.c320 return base_size + vlen * sizeof(struct btf_param); in btf_type_size()
346 struct btf_param *p; in btf_bswap_type_rest()
566 const struct btf_param *m = btf_params(t); in btf_validate_type()
2690 struct btf_param *p;
2707 sz = sizeof(struct btf_param);
3866 const struct btf_param *member = btf_params(t);
3888 const struct btf_param *m1, *m2;
3914 const struct btf_param *m1, *m2;
4413 const struct btf_param *cand_p, *canon_p;
4729 struct btf_param *para
[all...]
H 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()
H A Dlinker.c1455 const struct btf_param *m1, *m2; in glob_sym_btf_matches()
1747 struct btf_param *src_p, *dst_p; in complete_extern_btf_info()
H A Dlibbpf.c4315 struct btf_param *param;

Completed in 34 milliseconds