Searched refs:btf_kind_str (Results 1 - 4 of 4) sorted by relevance
/third_party/libbpf/src/ |
H A D | relo_core.c | 11 static const char *btf_kind_str(const struct btf_type *t) in btf_kind_str() function 221 btf_kind_str(local_type), local_id, targ_id); in __bpf_core_types_are_compat() 387 prog_name, relo->type_id, spec_str, i, id, btf_kind_str(t)); in bpf_core_parse_spec() 1180 type_id, btf_kind_str(t), str_is_empty(s) ? "<anon>" : s); in bpf_core_format_spec() 1310 prog_name, relo_idx, local_id, btf_kind_str(local_type), in bpf_core_calc_relo_insn() 1684 btf_kind_str(local_t), local_id, targ_id); in __bpf_core_types_match()
|
H A D | linker.c | 1328 sym_name, btf_kflag(t1) ? "union" : "struct", btf_kind_str(t2)); in glob_sym_btf_matches() 1335 sym_name, btf_kflag(t2) ? "union" : "struct", btf_kind_str(t1)); in glob_sym_btf_matches() 1342 sym_name, btf_kind_str(t1), btf_kind_str(t2)); in glob_sym_btf_matches() 1358 sym_name, btf_kind_str(t1), n1, n2); in glob_sym_btf_matches() 1377 sym_name, btf_kind_str(t1), n1, t1->size, t2->size); in glob_sym_btf_matches() 1428 sym_name, btf_kind_str(t1), btf_vlen(t1), btf_vlen(t2)); in glob_sym_btf_matches() 1459 sym_name, btf_kind_str(t1), btf_vlen(t1), btf_vlen(t2)); in glob_sym_btf_matches() 1487 sym_name, btf_kind_str(t1)); in glob_sym_btf_matches() 1637 btf_kind_str(src_ in glob_syms_match() [all...] |
H A D | libbpf_internal.h | 265 const char *btf_kind_str(const struct btf_type *t);
|
H A D | libbpf.c | 2219 const char *btf_kind_str(const struct btf_type *t) function 2241 map_name, name, btf_kind_str(t)); 2253 map_name, name, btf_kind_str(arr_t)); 2353 map_name, btf_kind_str(t)); 2393 map_name, btf_kind_str(t)); 2453 map_name, desc, btf_kind_str(t)); 2460 map_name, btf_kind_str(t)); 2467 map_name, btf_kind_str(t)); 2641 map_name, btf_kind_str(var)); 2653 map_name, btf_kind_str(va [all...] |
Completed in 16 milliseconds