btf_type 25 include/linux/bpf.h struct btf_type; btf_type 59 include/linux/bpf.h const struct btf_type *key_type, btf_type 60 include/linux/bpf.h const struct btf_type *value_type); btf_type 176 include/linux/bpf.h const struct btf_type *key_type, btf_type 177 include/linux/bpf.h const struct btf_type *value_type); btf_type 11 include/linux/btf.h struct btf_type; btf_type 43 include/linux/btf.h const struct btf_type *btf_type_id_size(const struct btf *btf, btf_type 50 include/linux/btf.h bool btf_member_is_reg_int(const struct btf *btf, const struct btf_type *s, btf_type 53 include/linux/btf.h int btf_find_spin_lock(const struct btf *btf, const struct btf_type *t); btf_type 54 include/linux/btf.h bool btf_type_is_void(const struct btf_type *t); btf_type 57 include/linux/btf.h const struct btf_type *btf_type_by_id(const struct btf *btf, u32 type_id); btf_type 60 include/linux/btf.h static inline const struct btf_type *btf_type_by_id(const struct btf *btf, btf_type 417 kernel/bpf/arraymap.c const struct btf_type *key_type, btf_type 418 kernel/bpf/arraymap.c const struct btf_type *value_type) btf_type 203 kernel/bpf/btf.c struct btf_type **types; btf_type 223 kernel/bpf/btf.c const struct btf_type *t; btf_type 281 kernel/bpf/btf.c const struct btf_type *t, btf_type 286 kernel/bpf/btf.c const struct btf_type *struct_type, btf_type 288 kernel/bpf/btf.c const struct btf_type *member_type); btf_type 290 kernel/bpf/btf.c const struct btf_type *struct_type, btf_type 292 kernel/bpf/btf.c const struct btf_type *member_type); btf_type 294 kernel/bpf/btf.c const struct btf_type *t); btf_type 295 kernel/bpf/btf.c void (*seq_show)(const struct btf *btf, const struct btf_type *t, btf_type 301 kernel/bpf/btf.c static struct btf_type btf_void; btf_type 304 kernel/bpf/btf.c const struct btf_type *t, u32 type_id); btf_type 306 kernel/bpf/btf.c static bool btf_type_is_modifier(const struct btf_type *t) btf_type 329 kernel/bpf/btf.c bool btf_type_is_void(const struct btf_type *t) btf_type 334 kernel/bpf/btf.c static bool btf_type_is_fwd(const struct btf_type *t) btf_type 339 kernel/bpf/btf.c static bool btf_type_is_func(const struct btf_type *t) btf_type 344 kernel/bpf/btf.c static bool btf_type_is_func_proto(const struct btf_type *t) btf_type 349 kernel/bpf/btf.c static bool btf_type_nosize(const struct btf_type *t) btf_type 355 kernel/bpf/btf.c static bool btf_type_nosize_or_null(const struct btf_type *t) btf_type 363 kernel/bpf/btf.c static bool btf_type_is_struct(const struct btf_type *t) btf_type 370 kernel/bpf/btf.c static bool __btf_type_is_struct(const struct btf_type *t) btf_type 375 kernel/bpf/btf.c static bool btf_type_is_array(const struct btf_type *t) btf_type 380 kernel/bpf/btf.c static bool btf_type_is_ptr(const struct btf_type *t) btf_type 385 kernel/bpf/btf.c static bool btf_type_is_int(const struct btf_type *t) btf_type 390 kernel/bpf/btf.c static bool btf_type_is_var(const struct btf_type *t) btf_type 395 kernel/bpf/btf.c static bool btf_type_is_datasec(const struct btf_type *t) btf_type 403 kernel/bpf/btf.c static bool btf_type_is_resolve_source_only(const struct btf_type *t) btf_type 425 kernel/bpf/btf.c static bool btf_type_needs_resolve(const struct btf_type *t) btf_type 436 kernel/bpf/btf.c static bool btf_type_has_size(const struct btf_type *t) btf_type 464 kernel/bpf/btf.c static u16 btf_type_vlen(const struct btf_type *t) btf_type 469 kernel/bpf/btf.c static bool btf_type_kflag(const struct btf_type *t) btf_type 474 kernel/bpf/btf.c static u32 btf_member_bit_offset(const struct btf_type *struct_type, btf_type 481 kernel/bpf/btf.c static u32 btf_member_bitfield_size(const struct btf_type *struct_type, btf_type 488 kernel/bpf/btf.c static u32 btf_type_int(const struct btf_type *t) btf_type 493 kernel/bpf/btf.c static const struct btf_array *btf_type_array(const struct btf_type *t) btf_type 498 kernel/bpf/btf.c static const struct btf_member *btf_type_member(const struct btf_type *t) btf_type 503 kernel/bpf/btf.c static const struct btf_enum *btf_type_enum(const struct btf_type *t) btf_type 508 kernel/bpf/btf.c static const struct btf_var *btf_type_var(const struct btf_type *t) btf_type 513 kernel/bpf/btf.c static const struct btf_var_secinfo *btf_type_var_secinfo(const struct btf_type *t) btf_type 518 kernel/bpf/btf.c static const struct btf_kind_operations *btf_type_ops(const struct btf_type *t) btf_type 592 kernel/bpf/btf.c const struct btf_type *btf_type_by_id(const struct btf *btf, u32 type_id) btf_type 604 kernel/bpf/btf.c static bool btf_type_int_is_regular(const struct btf_type *t) btf_type 627 kernel/bpf/btf.c bool btf_member_is_reg_int(const struct btf *btf, const struct btf_type *s, btf_type 631 kernel/bpf/btf.c const struct btf_type *t; btf_type 689 kernel/bpf/btf.c const struct btf_type *t, btf_type 727 kernel/bpf/btf.c const struct btf_type *struct_type, btf_type 771 kernel/bpf/btf.c const struct btf_type *datasec_type, btf_type 817 kernel/bpf/btf.c static int btf_add_type(struct btf_verifier_env *env, struct btf_type *t) btf_type 828 kernel/bpf/btf.c struct btf_type **new_types; btf_type 965 kernel/bpf/btf.c const struct btf_type *next_type) btf_type 996 kernel/bpf/btf.c const struct btf_type *t, u32 type_id) btf_type 1047 kernel/bpf/btf.c static const struct btf_type *btf_type_id_resolve(const struct btf *btf, btf_type 1054 kernel/bpf/btf.c const struct btf_type *btf_type_id_size(const struct btf *btf, btf_type 1057 kernel/bpf/btf.c const struct btf_type *size_type; btf_type 1098 kernel/bpf/btf.c const struct btf_type *struct_type, btf_type 1100 kernel/bpf/btf.c const struct btf_type *member_type) btf_type 1108 kernel/bpf/btf.c const struct btf_type *struct_type, btf_type 1110 kernel/bpf/btf.c const struct btf_type *member_type) btf_type 1121 kernel/bpf/btf.c const struct btf_type *struct_type, btf_type 1123 kernel/bpf/btf.c const struct btf_type *member_type) btf_type 1146 kernel/bpf/btf.c static void btf_df_seq_show(const struct btf *btf, const struct btf_type *t, btf_type 1154 kernel/bpf/btf.c const struct btf_type *struct_type, btf_type 1156 kernel/bpf/btf.c const struct btf_type *member_type) btf_type 1192 kernel/bpf/btf.c const struct btf_type *struct_type, btf_type 1194 kernel/bpf/btf.c const struct btf_type *member_type) btf_type 1248 kernel/bpf/btf.c const struct btf_type *t, btf_type 1312 kernel/bpf/btf.c const struct btf_type *t) btf_type 1414 kernel/bpf/btf.c const struct btf_type *t, btf_type 1432 kernel/bpf/btf.c static void btf_int_seq_show(const struct btf *btf, const struct btf_type *t, btf_type 1490 kernel/bpf/btf.c const struct btf_type *struct_type, btf_type 1492 kernel/bpf/btf.c const struct btf_type *member_type) btf_type 1494 kernel/bpf/btf.c const struct btf_type *resolved_type; btf_type 1515 kernel/bpf/btf.c const struct btf_type *struct_type, btf_type 1517 kernel/bpf/btf.c const struct btf_type *member_type) btf_type 1519 kernel/bpf/btf.c const struct btf_type *resolved_type; btf_type 1540 kernel/bpf/btf.c const struct btf_type *struct_type, btf_type 1542 kernel/bpf/btf.c const struct btf_type *member_type) btf_type 1566 kernel/bpf/btf.c const struct btf_type *t, btf_type 1608 kernel/bpf/btf.c const struct btf_type *t = v->t; btf_type 1609 kernel/bpf/btf.c const struct btf_type *next_type; btf_type 1650 kernel/bpf/btf.c const struct btf_type *next_type; btf_type 1651 kernel/bpf/btf.c const struct btf_type *t = v->t; btf_type 1666 kernel/bpf/btf.c const struct btf_type *resolved_type; btf_type 1696 kernel/bpf/btf.c const struct btf_type *next_type; btf_type 1697 kernel/bpf/btf.c const struct btf_type *t = v->t; btf_type 1720 kernel/bpf/btf.c const struct btf_type *resolved_type; btf_type 1751 kernel/bpf/btf.c const struct btf_type *t, btf_type 1760 kernel/bpf/btf.c static void btf_var_seq_show(const struct btf *btf, const struct btf_type *t, btf_type 1769 kernel/bpf/btf.c static void btf_ptr_seq_show(const struct btf *btf, const struct btf_type *t, btf_type 1778 kernel/bpf/btf.c const struct btf_type *t) btf_type 1802 kernel/bpf/btf.c const struct btf_type *t, btf_type 1828 kernel/bpf/btf.c const struct btf_type *t) btf_type 1843 kernel/bpf/btf.c const struct btf_type *struct_type, btf_type 1845 kernel/bpf/btf.c const struct btf_type *member_type) btf_type 1872 kernel/bpf/btf.c const struct btf_type *t, btf_type 1928 kernel/bpf/btf.c const struct btf_type *elem_type, *index_type; btf_type 1990 kernel/bpf/btf.c const struct btf_type *t) btf_type 1998 kernel/bpf/btf.c static void btf_array_seq_show(const struct btf *btf, const struct btf_type *t, btf_type 2004 kernel/bpf/btf.c const struct btf_type *elem_type; btf_type 2032 kernel/bpf/btf.c const struct btf_type *struct_type, btf_type 2034 kernel/bpf/btf.c const struct btf_type *member_type) btf_type 2057 kernel/bpf/btf.c const struct btf_type *t, btf_type 2149 kernel/bpf/btf.c const struct btf_type *last_member_type; btf_type 2175 kernel/bpf/btf.c const struct btf_type *member_type = btf_type_by_id(env->btf, btf_type 2209 kernel/bpf/btf.c const struct btf_type *t) btf_type 2218 kernel/bpf/btf.c int btf_find_spin_lock(const struct btf *btf, const struct btf_type *t) btf_type 2227 kernel/bpf/btf.c const struct btf_type *member_type = btf_type_by_id(btf, btf_type 2251 kernel/bpf/btf.c static void btf_struct_seq_show(const struct btf *btf, const struct btf_type *t, btf_type 2261 kernel/bpf/btf.c const struct btf_type *member_type = btf_type_by_id(btf, btf_type 2297 kernel/bpf/btf.c const struct btf_type *struct_type, btf_type 2299 kernel/bpf/btf.c const struct btf_type *member_type) btf_type 2322 kernel/bpf/btf.c const struct btf_type *struct_type, btf_type 2324 kernel/bpf/btf.c const struct btf_type *member_type) btf_type 2357 kernel/bpf/btf.c const struct btf_type *t, btf_type 2418 kernel/bpf/btf.c const struct btf_type *t) btf_type 2423 kernel/bpf/btf.c static void btf_enum_seq_show(const struct btf *btf, const struct btf_type *t, btf_type 2453 kernel/bpf/btf.c const struct btf_type *t, btf_type 2481 kernel/bpf/btf.c const struct btf_type *t) btf_type 2540 kernel/bpf/btf.c const struct btf_type *t, btf_type 2574 kernel/bpf/btf.c const struct btf_type *t, btf_type 2621 kernel/bpf/btf.c static void btf_var_log(struct btf_verifier_env *env, const struct btf_type *t) btf_type 2638 kernel/bpf/btf.c const struct btf_type *t, btf_type 2724 kernel/bpf/btf.c const struct btf_type *var_type = btf_type_by_id(env->btf, btf_type 2755 kernel/bpf/btf.c const struct btf_type *t) btf_type 2761 kernel/bpf/btf.c const struct btf_type *t, u32 type_id, btf_type 2766 kernel/bpf/btf.c const struct btf_type *var; btf_type 2790 kernel/bpf/btf.c const struct btf_type *t) btf_type 2792 kernel/bpf/btf.c const struct btf_type *ret_type; btf_type 2841 kernel/bpf/btf.c const struct btf_type *arg_type; btf_type 2879 kernel/bpf/btf.c const struct btf_type *t) btf_type 2881 kernel/bpf/btf.c const struct btf_type *proto_type; btf_type 2925 kernel/bpf/btf.c const struct btf_type *t, btf_type 2978 kernel/bpf/btf.c struct btf_type *t = cur; btf_type 2994 kernel/bpf/btf.c const struct btf_type *t, btf_type 3017 kernel/bpf/btf.c const struct btf_type *elem_type; btf_type 3031 kernel/bpf/btf.c const struct btf_type *t, u32 type_id) btf_type 3075 kernel/bpf/btf.c const struct btf_type *t = btf_type_by_id(btf, type_id); btf_type 3373 kernel/bpf/btf.c const struct btf_type *t = btf_type_by_id(btf, type_id); btf_type 543 kernel/bpf/core.c const struct btf_type *type; btf_type 335 kernel/bpf/local_storage.c const struct btf_type *key_type, btf_type 336 kernel/bpf/local_storage.c const struct btf_type *value_type) btf_type 730 kernel/bpf/lpm_trie.c const struct btf_type *key_type, btf_type 731 kernel/bpf/lpm_trie.c const struct btf_type *value_type) btf_type 495 kernel/bpf/syscall.c const struct btf_type *key_type, btf_type 496 kernel/bpf/syscall.c const struct btf_type *value_type) btf_type 504 kernel/bpf/syscall.c const struct btf_type *key_type, *value_type; btf_type 6491 kernel/bpf/verifier.c const struct btf_type *type; btf_type 686 net/core/bpf_sk_storage.c const struct btf_type *key_type, btf_type 687 net/core/bpf_sk_storage.c const struct btf_type *value_type) btf_type 85 tools/bpf/bpftool/btf.c const struct btf_type *t) btf_type 324 tools/bpf/bpftool/btf.c const struct btf_type *t; btf_type 54 tools/bpf/bpftool/btf_dumper.c const struct btf_type *t = btf__type_by_id(d->btf, type_id); btf_type 194 tools/bpf/bpftool/btf_dumper.c static int btf_dumper_int(const struct btf_type *t, __u8 bit_offset, btf_type 267 tools/bpf/bpftool/btf_dumper.c const struct btf_type *t; btf_type 315 tools/bpf/bpftool/btf_dumper.c const struct btf_type *t = btf__type_by_id(d->btf, type_id); btf_type 330 tools/bpf/bpftool/btf_dumper.c const struct btf_type *t; btf_type 357 tools/bpf/bpftool/btf_dumper.c const struct btf_type *t = btf__type_by_id(d->btf, type_id); btf_type 418 tools/bpf/bpftool/btf_dumper.c const struct btf_type *func_proto, btf_type 419 tools/bpf/bpftool/btf_dumper.c const struct btf_type *func, int pos, int size); btf_type 424 tools/bpf/bpftool/btf_dumper.c const struct btf_type *proto_type; btf_type 427 tools/bpf/bpftool/btf_dumper.c const struct btf_type *t; btf_type 511 tools/bpf/bpftool/btf_dumper.c const struct btf_type *func_proto, btf_type 512 tools/bpf/bpftool/btf_dumper.c const struct btf_type *func, int pos, int size) btf_type 23 tools/lib/bpf/btf.c static struct btf_type btf_void; btf_type 30 tools/lib/bpf/btf.c struct btf_type **types; btf_type 44 tools/lib/bpf/btf.c static int btf_add_type(struct btf *btf, struct btf_type *t) btf_type 47 tools/lib/bpf/btf.c struct btf_type **new_types; btf_type 145 tools/lib/bpf/btf.c static int btf_type_size(struct btf_type *t) btf_type 147 tools/lib/bpf/btf.c int base_size = sizeof(struct btf_type); btf_type 188 tools/lib/bpf/btf.c struct btf_type *t = next_type; btf_type 209 tools/lib/bpf/btf.c const struct btf_type *btf__type_by_id(const struct btf *btf, __u32 type_id) btf_type 217 tools/lib/bpf/btf.c static bool btf_type_is_void(const struct btf_type *t) btf_type 222 tools/lib/bpf/btf.c static bool btf_type_is_void_or_null(const struct btf_type *t) btf_type 232 tools/lib/bpf/btf.c const struct btf_type *t; btf_type 283 tools/lib/bpf/btf.c const struct btf_type *t; btf_type 309 tools/lib/bpf/btf.c const struct btf_type *t = btf->types[i]; btf_type 506 tools/lib/bpf/btf.c struct btf_type *t) btf_type 510 tools/lib/bpf/btf.c const struct btf_type *t_var; btf_type 566 tools/lib/bpf/btf.c struct btf_type *t = btf->types[i]; btf_type 700 tools/lib/bpf/btf.c const struct btf_type *container_type; btf_type 1418 tools/lib/bpf/btf.c struct btf_type *t = d->btf->types[i]; btf_type 1454 tools/lib/bpf/btf.c struct btf_type *t; btf_type 1724 tools/lib/bpf/btf.c static long btf_hash_common(struct btf_type *t) btf_type 1734 tools/lib/bpf/btf.c static bool btf_equal_common(struct btf_type *t1, struct btf_type *t2) btf_type 1742 tools/lib/bpf/btf.c static long btf_hash_int(struct btf_type *t) btf_type 1753 tools/lib/bpf/btf.c static bool btf_equal_int(struct btf_type *t1, struct btf_type *t2) btf_type 1765 tools/lib/bpf/btf.c static long btf_hash_enum(struct btf_type *t) btf_type 1777 tools/lib/bpf/btf.c static bool btf_equal_enum(struct btf_type *t1, struct btf_type *t2) btf_type 1798 tools/lib/bpf/btf.c static inline bool btf_is_enum_fwd(struct btf_type *t) btf_type 1803 tools/lib/bpf/btf.c static bool btf_compat_enum(struct btf_type *t1, struct btf_type *t2) btf_type 1818 tools/lib/bpf/btf.c static long btf_hash_struct(struct btf_type *t) btf_type 1839 tools/lib/bpf/btf.c static bool btf_shallow_equal_struct(struct btf_type *t1, struct btf_type *t2) btf_type 1865 tools/lib/bpf/btf.c static long btf_hash_array(struct btf_type *t) btf_type 1883 tools/lib/bpf/btf.c static bool btf_equal_array(struct btf_type *t1, struct btf_type *t2) btf_type 1902 tools/lib/bpf/btf.c static bool btf_compat_array(struct btf_type *t1, struct btf_type *t2) btf_type 1915 tools/lib/bpf/btf.c static long btf_hash_fnproto(struct btf_type *t) btf_type 1937 tools/lib/bpf/btf.c static bool btf_equal_fnproto(struct btf_type *t1, struct btf_type *t2) btf_type 1963 tools/lib/bpf/btf.c static bool btf_compat_fnproto(struct btf_type *t1, struct btf_type *t2) btf_type 1993 tools/lib/bpf/btf.c struct btf_type *t = d->btf->types[type_id]; btf_type 1995 tools/lib/bpf/btf.c struct btf_type *cand; btf_type 2127 tools/lib/bpf/btf.c static inline __u16 btf_fwd_kind(struct btf_type *t) btf_type 2228 tools/lib/bpf/btf.c struct btf_type *cand_type; btf_type 2229 tools/lib/bpf/btf.c struct btf_type *canon_type; btf_type 2458 tools/lib/bpf/btf.c struct btf_type *cand_type, *t; btf_type 2552 tools/lib/bpf/btf.c struct btf_type *t, *cand; btf_type 2684 tools/lib/bpf/btf.c struct btf_type **new_types; btf_type 2707 tools/lib/bpf/btf.c d->btf->types[next_type_id] = (struct btf_type *)p; btf_type 2717 tools/lib/bpf/btf.c (1 + d->btf->nr_types) * sizeof(struct btf_type *)); btf_type 2761 tools/lib/bpf/btf.c struct btf_type *t = d->btf->types[type_id]; btf_type 25 tools/lib/bpf/btf.h struct btf_type; btf_type 76 tools/lib/bpf/btf.h LIBBPF_API const struct btf_type *btf__type_by_id(const struct btf *btf, btf_type 131 tools/lib/bpf/btf.h static inline __u16 btf_kind(const struct btf_type *t) btf_type 136 tools/lib/bpf/btf.h static inline __u16 btf_vlen(const struct btf_type *t) btf_type 141 tools/lib/bpf/btf.h static inline bool btf_kflag(const struct btf_type *t) btf_type 146 tools/lib/bpf/btf.h static inline bool btf_is_int(const struct btf_type *t) btf_type 151 tools/lib/bpf/btf.h static inline bool btf_is_ptr(const struct btf_type *t) btf_type 156 tools/lib/bpf/btf.h static inline bool btf_is_array(const struct btf_type *t) btf_type 161 tools/lib/bpf/btf.h static inline bool btf_is_struct(const struct btf_type *t) btf_type 166 tools/lib/bpf/btf.h static inline bool btf_is_union(const struct btf_type *t) btf_type 171 tools/lib/bpf/btf.h static inline bool btf_is_composite(const struct btf_type *t) btf_type 178 tools/lib/bpf/btf.h static inline bool btf_is_enum(const struct btf_type *t) btf_type 183 tools/lib/bpf/btf.h static inline bool btf_is_fwd(const struct btf_type *t) btf_type 188 tools/lib/bpf/btf.h static inline bool btf_is_typedef(const struct btf_type *t) btf_type 193 tools/lib/bpf/btf.h static inline bool btf_is_volatile(const struct btf_type *t) btf_type 198 tools/lib/bpf/btf.h static inline bool btf_is_const(const struct btf_type *t) btf_type 203 tools/lib/bpf/btf.h static inline bool btf_is_restrict(const struct btf_type *t) btf_type 208 tools/lib/bpf/btf.h static inline bool btf_is_mod(const struct btf_type *t) btf_type 217 tools/lib/bpf/btf.h static inline bool btf_is_func(const struct btf_type *t) btf_type 222 tools/lib/bpf/btf.h static inline bool btf_is_func_proto(const struct btf_type *t) btf_type 227 tools/lib/bpf/btf.h static inline bool btf_is_var(const struct btf_type *t) btf_type 232 tools/lib/bpf/btf.h static inline bool btf_is_datasec(const struct btf_type *t) btf_type 237 tools/lib/bpf/btf.h static inline __u8 btf_int_encoding(const struct btf_type *t) btf_type 242 tools/lib/bpf/btf.h static inline __u8 btf_int_offset(const struct btf_type *t) btf_type 247 tools/lib/bpf/btf.h static inline __u8 btf_int_bits(const struct btf_type *t) btf_type 252 tools/lib/bpf/btf.h static inline struct btf_array *btf_array(const struct btf_type *t) btf_type 257 tools/lib/bpf/btf.h static inline struct btf_enum *btf_enum(const struct btf_type *t) btf_type 262 tools/lib/bpf/btf.h static inline struct btf_member *btf_members(const struct btf_type *t) btf_type 268 tools/lib/bpf/btf.h static inline __u32 btf_member_bit_offset(const struct btf_type *t, btf_type 280 tools/lib/bpf/btf.h static inline __u32 btf_member_bitfield_size(const struct btf_type *t, btf_type 289 tools/lib/bpf/btf.h static inline struct btf_param *btf_params(const struct btf_type *t) btf_type 294 tools/lib/bpf/btf.h static inline struct btf_var *btf_var(const struct btf_type *t) btf_type 300 tools/lib/bpf/btf.h btf_var_secinfos(const struct btf_type *t) btf_type 252 tools/lib/bpf/btf_dump.c const struct btf_type *t; btf_type 417 tools/lib/bpf/btf_dump.c const struct btf_type *t; btf_type 547 tools/lib/bpf/btf_dump.c const struct btf_type *t); btf_type 549 tools/lib/bpf/btf_dump.c const struct btf_type *t, int lvl); btf_type 552 tools/lib/bpf/btf_dump.c const struct btf_type *t); btf_type 554 tools/lib/bpf/btf_dump.c const struct btf_type *t, int lvl); btf_type 557 tools/lib/bpf/btf_dump.c const struct btf_type *t); btf_type 560 tools/lib/bpf/btf_dump.c const struct btf_type *t, int lvl); btf_type 581 tools/lib/bpf/btf_dump.c const struct btf_type *t = btf__type_by_id(d->btf, id); btf_type 616 tools/lib/bpf/btf_dump.c const struct btf_type *t; btf_type 757 tools/lib/bpf/btf_dump.c const struct btf_type *t = btf__type_by_id(btf, id); btf_type 791 tools/lib/bpf/btf_dump.c const struct btf_type *t) btf_type 861 tools/lib/bpf/btf_dump.c const struct btf_type *t) btf_type 870 tools/lib/bpf/btf_dump.c const struct btf_type *t, btf_type 923 tools/lib/bpf/btf_dump.c const struct btf_type *t) btf_type 929 tools/lib/bpf/btf_dump.c const struct btf_type *t, btf_type 963 tools/lib/bpf/btf_dump.c const struct btf_type *t) btf_type 974 tools/lib/bpf/btf_dump.c const struct btf_type *t, int lvl) btf_type 1047 tools/lib/bpf/btf_dump.c const struct btf_type *t; btf_type 1120 tools/lib/bpf/btf_dump.c const struct btf_type *t; btf_type 1166 tools/lib/bpf/btf_dump.c const struct btf_type *t; btf_type 1229 tools/lib/bpf/btf_dump.c const struct btf_type *next_t; btf_type 1343 tools/lib/bpf/btf_dump.c const struct btf_type *t = btf__type_by_id(d->btf, id); btf_type 1018 tools/lib/bpf/libbpf.c static const struct btf_type * btf_type 1021 tools/lib/bpf/libbpf.c const struct btf_type *t = btf__type_by_id(btf, id); btf_type 1043 tools/lib/bpf/libbpf.c const struct btf_type *def, btf_type 1045 tools/lib/bpf/libbpf.c const struct btf_type *t = skip_mods_and_typedefs(btf, m->type, NULL); btf_type 1048 tools/lib/bpf/libbpf.c const struct btf_type *arr_t; btf_type 1073 tools/lib/bpf/libbpf.c const struct btf_type *sec, btf_type 1077 tools/lib/bpf/libbpf.c const struct btf_type *var, *def, *t; btf_type 1272 tools/lib/bpf/libbpf.c const struct btf_type *sec = NULL; btf_type 1274 tools/lib/bpf/libbpf.c const struct btf_type *t; btf_type 1367 tools/lib/bpf/libbpf.c struct btf_type *t; btf_type 1374 tools/lib/bpf/libbpf.c t = (struct btf_type *)btf__type_by_id(btf, i); btf_type 1390 tools/lib/bpf/libbpf.c struct btf_type *vt; btf_type 2370 tools/lib/bpf/libbpf.c const struct btf_type *t; btf_type 2512 tools/lib/bpf/libbpf.c const struct btf_type *t; btf_type 2579 tools/lib/bpf/libbpf.c const struct btf_type *local_type, *targ_type; btf_type 2637 tools/lib/bpf/libbpf.c const struct btf_type *local_type, *targ_type; btf_type 2715 tools/lib/bpf/libbpf.c const struct btf_type *targ_type; btf_type 2916 tools/lib/bpf/libbpf.c const struct btf_type *t; btf_type 3016 tools/lib/bpf/libbpf.c const struct btf_type *local_type, *cand_type; btf_type 125 tools/perf/util/bpf-event.c const struct btf_type *t; btf_type 4244 tools/testing/selftests/bpf/test_btf.c const struct btf_type *t; btf_type 6671 tools/testing/selftests/bpf/test_btf.c static int btf_type_size(const struct btf_type *t) btf_type 6673 tools/testing/selftests/bpf/test_btf.c int base_size = sizeof(struct btf_type); btf_type 6835 tools/testing/selftests/bpf/test_btf.c const struct btf_type *test_type, *expect_type;