Symbol: btf_type_by_id
drivers/hid/bpf/hid_bpf_struct_ops.c
108
state = btf_type_by_id(reg->btf, type_id);
drivers/hid/bpf/hid_bpf_struct_ops.c
89
t = btf_type_by_id(reg->btf, reg->btf_id);
include/linux/btf.h
568
const struct btf_type *btf_type_by_id(const struct btf *btf, u32 type_id);
kernel/bpf/bpf_struct_ops.c
104
mt = btf_type_by_id(btf, member->type);
kernel/bpf/bpf_struct_ops.c
105
common_value_type = btf_type_by_id(btf_vmlinux,
kernel/bpf/bpf_struct_ops.c
113
mt = btf_type_by_id(btf, member->type);
kernel/bpf/bpf_struct_ops.c
202
stub_func_proto = btf_type_by_id(btf, stub_func_id);
kernel/bpf/bpf_struct_ops.c
203
stub_func_proto = btf_type_by_id(btf, stub_func_proto->type);
kernel/bpf/bpf_struct_ops.c
364
t = btf_type_by_id(btf, type_id);
kernel/bpf/bpf_struct_ops.c
389
st_ops_desc->value_type = btf_type_by_id(btf, value_id);
kernel/bpf/bpf_struct_ops.c
567
mtype = btf_type_by_id(btf, member->type);
kernel/bpf/bpf_struct_ops.c
745
module_type = btf_type_by_id(btf_vmlinux, st_ops_ids[IDX_MODULE_ID]);
kernel/bpf/bpf_struct_ops.c
780
mtype = btf_type_by_id(st_map->btf, member->type);
kernel/bpf/bpf_struct_ops.c
97
vt = btf_type_by_id(btf, value_id);
kernel/bpf/btf.c
1056
const struct btf_type *t = btf_type_by_id(btf, id);
kernel/bpf/btf.c
1060
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
1118
t = btf_type_by_id(show->btf, id);
kernel/bpf/btf.c
2103
type = btf_type_by_id(btf, type->type);
kernel/bpf/btf.c
2113
type = btf_type_by_id(btf, array->type);
kernel/bpf/btf.c
2161
return btf_type_by_id(btf, *type_id);
kernel/bpf/btf.c
2179
size_type = btf_type_by_id(btf, size_type_id);
kernel/bpf/btf.c
2195
size_type = btf_type_by_id(btf, size_type_id);
kernel/bpf/btf.c
2762
next_type = btf_type_by_id(btf, next_type_id);
kernel/bpf/btf.c
2804
next_type = btf_type_by_id(btf, next_type_id);
kernel/bpf/btf.c
2850
next_type = btf_type_by_id(btf, next_type_id);
kernel/bpf/btf.c
3097
index_type = btf_type_by_id(btf, index_type_id);
kernel/bpf/btf.c
3117
elem_type = btf_type_by_id(btf, elem_type_id);
kernel/bpf/btf.c
3383
last_member_type = btf_type_by_id(env->btf,
kernel/bpf/btf.c
3399
const struct btf_type *member_type = btf_type_by_id(env->btf,
kernel/bpf/btf.c
3480
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
3484
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
3489
if (btf_type_is_type_tag(btf_type_by_id(btf, t->type)))
kernel/bpf/btf.c
3525
const struct btf_type *t = btf_type_by_id(btf, i);
kernel/bpf/btf.c
3529
if (pt != btf_type_by_id(btf, t->type))
kernel/bpf/btf.c
3552
t = btf_type_by_id(btf, id);
kernel/bpf/btf.c
3763
var_type = btf_type_by_id(btf, array->type);
kernel/bpf/btf.c
3850
const struct btf_type *member_type = btf_type_by_id(btf,
kernel/bpf/btf.c
3879
const struct btf_type *var = btf_type_by_id(btf, vsi->type);
kernel/bpf/btf.c
3880
const struct btf_type *var_type = btf_type_by_id(btf, var->type);
kernel/bpf/btf.c
3921
t = btf_type_by_id(btf, info->kptr.type_id);
kernel/bpf/btf.c
3958
dtor_func = btf_type_by_id(kptr_btf, dtor_btf_id);
kernel/bpf/btf.c
4007
t = btf_type_by_id(btf, info->graph_root.value_btf_id);
kernel/bpf/btf.c
4019
n = btf_type_by_id(btf, member->type);
kernel/bpf/btf.c
4224
t = btf_type_by_id(rec->fields[i].kptr.btf,
kernel/bpf/btf.c
4300
const struct btf_type *member_type = btf_type_by_id(btf,
kernel/bpf/btf.c
4931
const struct btf_type *var_type = btf_type_by_id(env->btf,
kernel/bpf/btf.c
4982
var = btf_type_by_id(btf, vsi->type);
kernel/bpf/btf.c
5123
next_type = btf_type_by_id(btf, next_type_id);
kernel/bpf/btf.c
5144
next_type = btf_type_by_id(btf, next_type->type);
kernel/bpf/btf.c
5191
ret_type = btf_type_by_id(btf, ret_type_id);
kernel/bpf/btf.c
5234
arg_type = btf_type_by_id(btf, arg_type_id);
kernel/bpf/btf.c
5278
proto_type = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
5476
t = btf_type_by_id(btf, type_id);
kernel/bpf/btf.c
565
const struct btf_type *t = btf_type_by_id(btf, i);
kernel/bpf/btf.c
5732
t = btf_type_by_id(btf, i);
kernel/bpf/btf.c
5766
t = btf_type_by_id(btf, i);
kernel/bpf/btf.c
577
const struct btf_type *ta = btf_type_by_id(btf, i - 1);
kernel/bpf/btf.c
578
const struct btf_type *tb = btf_type_by_id(btf, i);
kernel/bpf/btf.c
5834
t = btf_type_by_id(btf, i);
kernel/bpf/btf.c
5860
t = btf_type_by_id(btf, cur_id);
kernel/bpf/btf.c
6035
return btf_type_by_id(btf_vmlinux, ctx_type->type);
kernel/bpf/btf.c
6070
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
6077
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
6087
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
6134
ctx_type = btf_type_by_id(btf_vmlinux, ctx_type->type);
kernel/bpf/btf.c
6161
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
6166
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
6177
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
626
t = btf_type_by_id(btf, m);
kernel/bpf/btf.c
6264
ctx_type = btf_type_by_id(btf_vmlinux, ctx_type->type);
kernel/bpf/btf.c
6306
kctx_type = btf_type_by_id(btf_vmlinux, kctx_type_id);
kernel/bpf/btf.c
6388
bpf_ctx_convert.t = btf_type_by_id(btf, bpf_ctx_convert_btf_id[0]);
kernel/bpf/btf.c
657
t = btf_type_by_id(btf, id);
kernel/bpf/btf.c
6581
t = btf_type_by_id(btf, args[i].type);
kernel/bpf/btf.c
666
t = btf_type_by_id(btf, id);
kernel/bpf/btf.c
6850
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
6876
t = btf_type_by_id(btf, args[arg].type);
kernel/bpf/btf.c
6881
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
6952
t = btf_type_by_id(btf, prog->aux->attach_btf_id);
kernel/bpf/btf.c
6999
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
7012
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
7159
mtype = btf_type_by_id(btf, member->type);
kernel/bpf/btf.c
726
const struct btf_type *t = btf_type_by_id(btf, id);
kernel/bpf/btf.c
7260
t = btf_type_by_id(btf, mtype->type);
kernel/bpf/btf.c
730
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
7339
t = btf_type_by_id(btf, id);
kernel/bpf/btf.c
7366
t = btf_type_by_id(btf, id);
kernel/bpf/btf.c
7394
return btf_type_by_id(btf1, id1) == btf_type_by_id(btf2, id2);
kernel/bpf/btf.c
7416
type = btf_type_by_id(btf, id);
kernel/bpf/btf.c
7441
*ret_type = btf_type_by_id(btf, 0);
kernel/bpf/btf.c
7445
t = btf_type_by_id(btf, btf_id);
kernel/bpf/btf.c
7447
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
7570
t1 = btf_type_by_id(btf1, t1->type);
kernel/bpf/btf.c
7573
t2 = btf_type_by_id(btf2, t2->type);
kernel/bpf/btf.c
7677
t1 = btf_type_by_id(btf1, btf_id);
kernel/bpf/btf.c
7688
t = btf_type_by_id(btf, t->type); /* skip PTR */
kernel/bpf/btf.c
7691
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
7732
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
7735
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
7816
fn_t = btf_type_by_id(btf, btf_id);
kernel/bpf/btf.c
7834
t = btf_type_by_id(btf, fn_t->type);
kernel/bpf/btf.c
7849
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
7851
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
7872
const struct btf_type *tag_t = btf_type_by_id(btf, id);
kernel/bpf/btf.c
7903
t = btf_type_by_id(btf, args[i].type);
kernel/bpf/btf.c
7905
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
7968
ref_t = btf_type_by_id(vmlinux_btf, kern_type_id);
kernel/bpf/btf.c
8036
const struct btf_type *t = btf_type_by_id(btf, type_id);
kernel/bpf/btf.c
8597
t = btf_type_by_id(btf, btf_id);
kernel/bpf/btf.c
8629
t = btf_type_by_id(btf, func->type);
kernel/bpf/btf.c
8644
func = btf_type_by_id(btf, func_id);
kernel/bpf/btf.c
8653
func = btf_type_by_id(btf, func->type);
kernel/bpf/btf.c
8998
dtor_func = btf_type_by_id(btf, dtor_btf_id);
kernel/bpf/btf.c
9002
dtor_func_proto = btf_type_by_id(btf, dtor_func->type);
kernel/bpf/btf.c
9007
t = btf_type_by_id(btf, dtor_func_proto->type);
kernel/bpf/btf.c
9015
t = btf_type_by_id(btf, args[0].type);
kernel/bpf/btf.c
9024
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
9320
t = btf_type_by_id(targ_btf, i);
kernel/bpf/btf.c
9375
local_type = btf_type_by_id(local_btf, local_type_id);
kernel/bpf/btf.c
9462
type = btf_type_by_id(ctx->btf, relo->type_id);
kernel/bpf/btf.c
9536
walk_type = btf_type_by_id(btf, reg->btf_id);
kernel/bpf/btf.c
9550
safe_type = btf_type_by_id(btf, safe_id);
kernel/bpf/btf.c
9556
const struct btf_type *mtype = btf_type_by_id(btf, member->type);
kernel/bpf/btf.c
9580
reg_type = btf_type_by_id(reg_btf, reg_id);
kernel/bpf/btf.c
9584
arg_type = btf_type_by_id(arg_btf, arg_id);
kernel/bpf/btf.c
969
EXPORT_SYMBOL_GPL(btf_type_by_id);
kernel/bpf/core.c
587
type = btf_type_by_id(prog->aux->btf,
kernel/bpf/inode.c
631
*btf_enums[i].type = btf_type_by_id(btf, id);
kernel/bpf/log.c
432
return btf_name_by_offset(btf, btf_type_by_id(btf, id)->name_off);
kernel/bpf/syscall.c
1258
key_type = btf_type_by_id(btf, 0);
kernel/bpf/syscall.c
217
t = btf_type_by_id(field->kptr.btf, field->kptr.btf_id);
kernel/bpf/verifier.c
11927
type = btf_type_by_id(reg->btf, reg->btf_id);
kernel/bpf/verifier.c
12409
return t == btf_type_by_id(btf_vmlinux, kf_arg_btf_ids[KF_ARG_RB_NODE_ID]);
kernel/bpf/verifier.c
12414
return t == btf_type_by_id(btf_vmlinux, kf_arg_btf_ids[KF_ARG_LIST_NODE_ID]);
kernel/bpf/verifier.c
13288
et = btf_type_by_id(field->graph_root.btf, field->graph_root.value_btf_id);
kernel/bpf/verifier.c
13289
t = btf_type_by_id(reg->btf, reg->btf_id);
kernel/bpf/verifier.c
13733
ref_t = btf_type_by_id(btf_vmlinux, ref_id);
kernel/bpf/verifier.c
13966
ret_t = btf_type_by_id(ret_btf, ret_btf_id);
kernel/bpf/verifier.c
14046
ret_t = btf_type_by_id(desc_btf, meta->arg_constant.value);
kernel/bpf/verifier.c
17971
reg_type = reg->btf ? btf_type_by_id(reg->btf, reg->btf_id) : NULL;
kernel/bpf/verifier.c
18387
cs->is_void = btf_type_is_void(btf_type_by_id(meta.btf, meta.func_proto->type));
kernel/bpf/verifier.c
19190
type = btf_type_by_id(btf, krecord[i].type_id);
kernel/bpf/verifier.c
19197
func_proto = btf_type_by_id(btf, type->type);
kernel/bpf/verifier.c
19263
type = btf_type_by_id(btf, krecord[i].type_id);
kernel/bpf/verifier.c
19266
func_proto = btf_type_by_id(btf, type->type);
kernel/bpf/verifier.c
21432
t = btf_type_by_id(btf, i);
kernel/bpf/verifier.c
21506
t = btf_type_by_id(btf, id);
kernel/bpf/verifier.c
21535
datasec = btf_type_by_id(btf, datasec_id);
kernel/bpf/verifier.c
24987
t = btf_type_by_id(btf, btf_id);
kernel/bpf/verifier.c
25140
t = btf_type_by_id(btf, t->type);
kernel/bpf/verifier.c
25145
t = btf_type_by_id(btf, ret);
kernel/bpf/verifier.c
25151
t = btf_type_by_id(btf, t->type);
kernel/bpf/verifier.c
25163
t = btf_type_by_id(btf, t->type);
kernel/bpf/verifier.c
25193
t = btf_type_by_id(btf, t->type);
kernel/bpf/verifier.c
3129
t = btf_type_by_id(btf, main_btf_id);
kernel/bpf/verifier.c
3152
t = btf_type_by_id(btf, id);
kernel/bpf/verifier.c
3371
func = btf_type_by_id(btf, impl_id);
kernel/bpf/verifier.c
3373
return btf_type_by_id(btf, func->type);
kernel/bpf/verifier.c
3406
func = btf_type_by_id(btf, func_id);
kernel/bpf/verifier.c
3421
func_proto = btf_type_by_id(btf, func->type);
kernel/bpf/verifier.c
366
return btf_name_by_offset(btf, btf_type_by_id(btf, id)->name_off);
kernel/bpf/verifier.c
4182
func = btf_type_by_id(desc_btf, insn->imm);
kernel/bpf/verifier.c
6148
t = btf_type_by_id(field->kptr.btf, field->kptr.btf_id);
kernel/bpf/verifier.c
7386
const struct btf_type *t = btf_type_by_id(reg->btf, reg->btf_id);
kernel/bpf/verifier.c
7558
t = btf_type_by_id(btf_vmlinux, *map->ops->map_btf_id);
kernel/bpf/verifier.c
8991
t = btf_type_by_id(meta->btf, btf_id);
kernel/sched/ext.c
5389
t = btf_type_by_id(reg->btf, reg->btf_id);
kernel/sched/ext.c
5500
task_struct_type = btf_type_by_id(btf, btf_tracing_ids[BTF_TRACING_TYPE_TASK]);
kernel/trace/bpf_trace.c
999
t = btf_type_by_id(*btf, *btf_id);
kernel/trace/trace_btf.c
113
type = btf_type_by_id(btf, tid);
kernel/trace/trace_btf.c
23
t = btf_type_by_id(*btf_p, id);
kernel/trace/trace_btf.c
28
t = btf_type_by_id(*btf_p, t->type);
net/bpf/bpf_dummy_struct_ops.c
249
t = btf_type_by_id(reg->btf, reg->btf_id);
net/bpf/bpf_dummy_struct_ops.c
250
state = btf_type_by_id(reg->btf, type_id);
net/ipv4/bpf_tcp_ca.c
34
tcp_sock_type = btf_type_by_id(btf, tcp_sock_id);
net/ipv4/bpf_tcp_ca.c
39
tcp_congestion_ops_type = btf_type_by_id(btf, type_id);
net/ipv4/bpf_tcp_ca.c
68
t = btf_type_by_id(reg->btf, reg->btf_id);
net/netfilter/nf_conntrack_bpf.c
242
ncit = btf_type_by_id(reg->btf, btf_nf_conn_ids[1]);
net/netfilter/nf_conntrack_bpf.c
243
nct = btf_type_by_id(reg->btf, btf_nf_conn_ids[0]);
net/netfilter/nf_conntrack_bpf.c
244
t = btf_type_by_id(reg->btf, reg->btf_id);
net/sched/bpf_qdisc.c
104
skbt = btf_type_by_id(reg->btf, bpf_sk_buff_ids[0]);
net/sched/bpf_qdisc.c
105
qdisct = btf_type_by_id(reg->btf, bpf_qdisc_ids[0]);
net/sched/bpf_qdisc.c
106
t = btf_type_by_id(reg->btf, reg->btf_id);
tools/lib/bpf/btf.c
2370
return btf_type_by_id(btf, btf__type_cnt(btf) - 1);
tools/lib/bpf/btf.c
2643
t = btf_type_by_id(btf, id);
tools/lib/bpf/btf.c
2763
struct btf_type *t = btf_type_by_id(btf, id);
tools/lib/bpf/btf.c
3826
struct btf_type *t = btf_type_by_id(d->btf, i);
tools/lib/bpf/btf.c
3862
struct btf_type *t = btf_type_by_id(d->btf, d->btf->start_id + i);
tools/lib/bpf/btf.c
4295
t = btf_type_by_id(d->btf, type_id);
tools/lib/bpf/btf.c
4353
struct btf_type *t = btf_type_by_id(d->btf, type_id);
tools/lib/bpf/btf.c
4382
cand = btf_type_by_id(d->btf, cand_id);
tools/lib/bpf/btf.c
4395
cand = btf_type_by_id(d->btf, cand_id);
tools/lib/bpf/btf.c
4417
cand = btf_type_by_id(d->btf, cand_id);
tools/lib/bpf/btf.c
4499
t1 = btf_type_by_id(d->btf, id1);
tools/lib/bpf/btf.c
4500
t2 = btf_type_by_id(d->btf, id2);
tools/lib/bpf/btf.c
4740
cand_type = btf_type_by_id(d->btf, cand_id);
tools/lib/bpf/btf.c
4741
canon_type = btf_type_by_id(d->btf, canon_id);
tools/lib/bpf/btf.c
5004
t = btf_type_by_id(d->btf, type_id);
tools/lib/bpf/btf.c
5027
cand_type = btf_type_by_id(d->btf, cand_id);
tools/lib/bpf/btf.c
5101
t = btf_type_by_id(d->btf, type_id);
tools/lib/bpf/btf.c
5119
cand = btf_type_by_id(d->btf, cand_id);
tools/lib/bpf/btf.c
5136
cand = btf_type_by_id(d->btf, cand_id);
tools/lib/bpf/btf.c
5160
cand = btf_type_by_id(d->btf, cand_id);
tools/lib/bpf/btf.c
5192
cand = btf_type_by_id(d->btf, cand_id);
tools/lib/bpf/btf.c
5245
t = btf_type_by_id(d->btf, type_id);
tools/lib/bpf/btf.c
5268
struct btf_type *t = btf_type_by_id(d->btf, type_id);
tools/lib/bpf/btf.c
5288
cand_t = btf_type_by_id(d->btf, cand_id);
tools/lib/bpf/btf.c
5449
struct btf_type *t = btf_type_by_id(d->btf, d->btf->start_id + i);
tools/lib/bpf/btf.c
5641
struct btf_type *split_t = btf_type_by_id(dist->pipe.src, i);
tools/lib/bpf/btf.c
5664
base_t = btf_type_by_id(dist->pipe.src, *id);
tools/lib/bpf/btf.c
5721
t = btf_type_by_id(dist->pipe.src, i);
tools/lib/bpf/btf.c
5801
struct btf_type *t = btf_type_by_id(dist->pipe.dst, i);
tools/lib/bpf/btf.c
5899
t = btf_type_by_id(src_btf, i);
tools/lib/bpf/btf.c
611
t = btf_type_by_id(btf, i);
tools/lib/bpf/btf.c
635
return btf_type_by_id(btf->base_btf, type_id);
tools/lib/bpf/btf.c
643
return btf_type_by_id((struct btf *)btf, type_id);
tools/lib/bpf/btf.c
908
struct btf_type *ta = btf_type_by_id(btf, i - 1);
tools/lib/bpf/btf.c
909
struct btf_type *tb = btf_type_by_id(btf, i);
tools/lib/bpf/btf.c
937
t = btf_type_by_id(btf, m);
tools/lib/bpf/btf.c
983
t = btf_type_by_id(btf, id);
tools/lib/bpf/btf_relocate.c
134
struct btf_type *t = btf_type_by_id(r->btf, i);
tools/lib/bpf/btf_relocate.c
150
t = btf_type_by_id(r->btf, next_id);
tools/lib/bpf/btf_relocate.c
16
#define btf_type_by_id (struct btf_type *)btf_type_by_id
tools/lib/bpf/btf_relocate.c
202
dist_t = btf_type_by_id(r->dist_base_btf, id);
tools/lib/bpf/btf_relocate.c
231
base_t = btf_type_by_id(r->base_btf, id);
tools/lib/bpf/btf_relocate.c
243
base_t = btf_type_by_id(r->base_btf, id);
tools/lib/bpf/btf_relocate.c
288
dist_t = btf_type_by_id(r->dist_base_btf, dist_info->id);
tools/lib/bpf/btf_relocate.c
369
dist_t = btf_type_by_id(r->dist_base_btf, id);
tools/lib/bpf/btf_relocate.c
388
struct btf_type *t = btf_type_by_id(r->dist_base_btf, i);
tools/lib/bpf/btf_relocate.c
414
struct btf_type *t = btf_type_by_id(r->btf, i);
tools/lib/bpf/btf_relocate.c
68
struct btf_type *t = btf_type_by_id(r->btf, i);
tools/lib/bpf/libbpf.c
10659
datasec_type = btf_type_by_id(btf, bpf_map__btf_value_type_id(map));
tools/lib/bpf/libbpf.c
10676
var_type = btf_type_by_id(btf, var->type);
tools/lib/bpf/libbpf.c
10702
datasec_type = btf_type_by_id(btf, map->btf_value_type_id);
tools/lib/bpf/libbpf.c
10704
var_type = btf_type_by_id(btf, var->type);
tools/lib/bpf/libbpf.c
3457
struct btf_type *t = btf_type_by_id(obj->btf, i);
tools/lib/bpf/libbpf.c
3588
t = btf_type_by_id(obj->btf, j);
tools/lib/bpf/libbpf.c
6985
t = btf_type_by_id(obj->btf, i);
tools/lib/bpf/libbpf.c
6993
t = btf_type_by_id(obj->btf, t->type);
tools/lib/bpf/libbpf.c
7172
fn_t = btf_type_by_id(btf, orig_fn_id);
tools/lib/bpf/libbpf.c
7173
fn_proto_t = btf_type_by_id(btf, fn_t->type);
tools/lib/bpf/libbpf.c
7199
t = btf_type_by_id(btf, orig_proto_id);
tools/lib/bpf/libbpf.c
7207
fn_proto_t = btf_type_by_id(btf, fn_proto_id);
tools/lib/bpf/libbpf.c
7220
fn_t = btf_type_by_id(btf, fn_id);
tools/lib/bpf/libbpf.c
7288
fn_t = btf_type_by_id(btf, orig_fn_id);
tools/lib/bpf/libbpf.c
7293
fn_proto_t = btf_type_by_id(btf, fn_t->type);
tools/lib/bpf/libbpf.c
7357
fn_t = btf_type_by_id(btf, func_rec->type_id);
tools/lib/bpf/libbpf.c
7358
fn_proto_t = btf_type_by_id(btf, fn_t->type);
tools/lib/bpf/libbpf_internal.h
247
struct btf_type *btf_type_by_id(const struct btf *btf, __u32 type_id);
tools/lib/bpf/linker.c
1099
t = btf_type_by_id(obj->btf, i);
tools/lib/bpf/linker.c
1929
struct btf_type *dst_t = btf_type_by_id(dst_btf, dst_id);
tools/lib/bpf/linker.c
1930
struct btf_type *src_t = btf_type_by_id(src_btf, src_id);
tools/lib/bpf/linker.c
1946
src_t = btf_type_by_id(src_btf, src_t->type);
tools/lib/bpf/linker.c
1947
dst_t = btf_type_by_id(dst_btf, dst_t->type);
tools/lib/bpf/linker.c
2331
t = btf_type_by_id(obj->btf, i);
tools/lib/bpf/linker.c
2485
struct btf_type *dst_t = btf_type_by_id(linker->btf, i);
tools/lib/bpf/linker.c
2519
glob_t = btf_type_by_id(linker->btf, glob_sym->btf_id);
tools/lib/bpf/linker.c
2553
t = btf_type_by_id(linker->btf, new_id);
tools/lib/bpf/relo_core.c
1190
t = btf_type_by_id(spec->btf, type_id);
tools/lib/bpf/relo_core.c
1314
local_type = btf_type_by_id(local_btf, local_id);
tools/lib/bpf/relo_core.c
152
local_type = btf_type_by_id(local_btf, local_id);
tools/lib/bpf/relo_core.c
153
targ_type = btf_type_by_id(targ_btf, targ_id);
tools/lib/bpf/relo_core.c
37
t = btf_type_by_id(btf, type_id);
tools/lib/bpf/relo_core.c
500
local_type = btf_type_by_id(local_btf, local_id);
tools/lib/bpf/relo_core.c
702
t = btf_type_by_id(spec->btf, acc->type_id);
tools/lib/bpf/relo_core.c
81
t = btf_type_by_id(btf, acc->type_id);
tools/lib/bpf/relo_core.c
875
t = btf_type_by_id(spec->btf, spec->spec[0].type_id);
tools/lib/bpf/relo_core.c
928
orig_t = btf_type_by_id(local_spec->btf, res->orig_type_id);
tools/lib/bpf/relo_core.c
929
new_t = btf_type_by_id(targ_spec->btf, res->new_type_id);
tools/testing/selftests/bpf/prog_tests/btf_field_iter.c
129
struct btf_type *t = btf_type_by_id(btf, id);