Searched refs:btf_type_info (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/lib/bpf/ |
| H A D | btf.c | 2128 t->info = btf_type_info(btf_kind(t), btf_vlen(t) + 1, btf_kflag(t)); in btf_type_inc_vlen() 2415 t->info = btf_type_info(BTF_KIND_INT, 0, 0); in btf__add_int() 2460 t->info = btf_type_info(BTF_KIND_FLOAT, 0, 0); in btf__add_float() 2503 t->info = btf_type_info(kind, 0, kflag); in btf_add_ref_kind() 2550 t->info = btf_type_info(BTF_KIND_ARRAY, 0, 0); in btf__add_array() 2587 t->info = btf_type_info(kind, 0, 0); in btf_add_composite() 2696 t->info = btf_type_info(btf_kind(t), btf_vlen(t) + 1, is_bitfield || btf_kflag(t)); in btf__add_field() 2730 t->info = btf_type_info(kind, 0, is_signed); in btf_add_enum_common() 2811 t->info = btf_type_info(btf_kind(t), btf_vlen(t), true); in btf__add_enum_value() 2916 t->info = btf_type_info(BTF_KIND_FWD, 0, fwd_kind == BTF_FWD_UNION); in btf__add_fwd() [all …]
|
| H A D | libbpf_internal.h | 260 static inline __u32 btf_type_info(int kind, int vlen, int kflag) in btf_type_info() function
|
| H A D | linker.c | 1943 dst_t->info = btf_type_info(BTF_KIND_FUNC, BTF_FUNC_GLOBAL, 0); in complete_extern_btf_info()
|
| H A D | libbpf.c | 3315 t->info = btf_type_info(btf_kind(t), btf_vlen(t), false); in bpf_object__sanitize_btf() 3683 t->info = btf_type_info(BTF_KIND_FUNC, BTF_FUNC_STATIC, 0); in bpf_object__sanitize_and_load_btf()
|