Lines Matching defs:type_id

462 struct btf_type *btf_type_by_id(const struct btf *btf, __u32 type_id)  in btf_type_by_id()
471 const struct btf_type *btf__type_by_id(const struct btf *btf, __u32 type_id) in btf__type_by_id()
604 __s64 btf__resolve_size(const struct btf *btf, __u32 type_id) in btf__resolve_size()
714 int btf__resolve_type(const struct btf *btf, __u32 type_id) in btf__resolve_type()
1630 static int btf_rewrite_type_ids(__u32 *type_id, void *ctx) in btf_rewrite_type_ids()
2009 int btf__add_field(struct btf *btf, const char *name, int type_id, in btf__add_field()
2425 int btf__add_func_param(struct btf *btf, const char *name, int type_id) in btf__add_func_param()
2478 int btf__add_var(struct btf *btf, const char *name, int linkage, int type_id) in btf__add_var()
3151 static int btf_dedup_table_add(struct btf_dedup *d, long hash, __u32 type_id) in btf_dedup_table_add()
3679 int type_id; in btf_dedup_prep() local
3742 static int btf_dedup_prim_type(struct btf_dedup *d, __u32 type_id) in btf_dedup_prim_type()
3842 static inline bool is_type_mapped(struct btf_dedup *d, uint32_t type_id) in is_type_mapped()
3852 static inline __u32 resolve_type_id(struct btf_dedup *d, __u32 type_id) in resolve_type_id()
3863 static uint32_t resolve_fwd_id(struct btf_dedup *d, uint32_t type_id) in resolve_fwd_id()
4289 static int btf_dedup_struct_type(struct btf_dedup *d, __u32 type_id) in btf_dedup_struct_type()
4383 static int btf_dedup_ref_type(struct btf_dedup *d, __u32 type_id) in btf_dedup_ref_type()
4533 __u32 type_id; in btf_dedup_fill_unique_names_map() local
4563 static int btf_dedup_resolve_fwd(struct btf_dedup *d, struct hashmap *names_map, __u32 type_id) in btf_dedup_resolve_fwd()
4717 static int btf_dedup_remap_type_id(__u32 *type_id, void *ctx) in btf_dedup_remap_type_id()