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
569
const struct btf_type *btf_type_by_id(const struct btf *btf, u32 type_id);
io_uring/bpf-ops.c
117
return btf_type_by_id(btf, type_id);
io_uring/bpf-ops.c
93
const struct btf_type *t = btf_type_by_id(reg->btf, reg->btf_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
1057
const struct btf_type *t = btf_type_by_id(btf, id);
kernel/bpf/btf.c
1061
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
1119
t = btf_type_by_id(show->btf, id);
kernel/bpf/btf.c
2109
type = btf_type_by_id(btf, type->type);
kernel/bpf/btf.c
2119
type = btf_type_by_id(btf, array->type);
kernel/bpf/btf.c
2167
return btf_type_by_id(btf, *type_id);
kernel/bpf/btf.c
2185
size_type = btf_type_by_id(btf, size_type_id);
kernel/bpf/btf.c
2201
size_type = btf_type_by_id(btf, size_type_id);
kernel/bpf/btf.c
2768
next_type = btf_type_by_id(btf, next_type_id);
kernel/bpf/btf.c
2810
next_type = btf_type_by_id(btf, next_type_id);
kernel/bpf/btf.c
2856
next_type = btf_type_by_id(btf, next_type_id);
kernel/bpf/btf.c
3103
index_type = btf_type_by_id(btf, index_type_id);
kernel/bpf/btf.c
3123
elem_type = btf_type_by_id(btf, elem_type_id);
kernel/bpf/btf.c
3389
last_member_type = btf_type_by_id(env->btf,
kernel/bpf/btf.c
3405
const struct btf_type *member_type = btf_type_by_id(env->btf,
kernel/bpf/btf.c
3499
t = btf_type_by_id(btf, id);
kernel/bpf/btf.c
3543
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
3578
const struct btf_type *t = btf_type_by_id(btf, i);
kernel/bpf/btf.c
3582
if (pt != btf_type_by_id(btf, t->type))
kernel/bpf/btf.c
3605
t = btf_type_by_id(btf, id);
kernel/bpf/btf.c
3815
var_type = btf_type_by_id(btf, array->type);
kernel/bpf/btf.c
3902
const struct btf_type *member_type = btf_type_by_id(btf,
kernel/bpf/btf.c
3931
const struct btf_type *var = btf_type_by_id(btf, vsi->type);
kernel/bpf/btf.c
3932
const struct btf_type *var_type = btf_type_by_id(btf, var->type);
kernel/bpf/btf.c
3973
t = btf_type_by_id(btf, info->kptr.type_id);
kernel/bpf/btf.c
4010
dtor_func = btf_type_by_id(kptr_btf, dtor_btf_id);
kernel/bpf/btf.c
4059
t = btf_type_by_id(btf, info->graph_root.value_btf_id);
kernel/bpf/btf.c
4071
n = btf_type_by_id(btf, member->type);
kernel/bpf/btf.c
4276
t = btf_type_by_id(rec->fields[i].kptr.btf,
kernel/bpf/btf.c
4352
const struct btf_type *member_type = btf_type_by_id(btf,
kernel/bpf/btf.c
4983
const struct btf_type *var_type = btf_type_by_id(env->btf,
kernel/bpf/btf.c
5034
var = btf_type_by_id(btf, vsi->type);
kernel/bpf/btf.c
5175
next_type = btf_type_by_id(btf, next_type_id);
kernel/bpf/btf.c
5196
next_type = btf_type_by_id(btf, next_type->type);
kernel/bpf/btf.c
5243
ret_type = btf_type_by_id(btf, ret_type_id);
kernel/bpf/btf.c
5286
arg_type = btf_type_by_id(btf, arg_type_id);
kernel/bpf/btf.c
5330
proto_type = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
5522
t = btf_type_by_id(btf, type_id);
kernel/bpf/btf.c
566
const struct btf_type *t = btf_type_by_id(btf, i);
kernel/bpf/btf.c
578
const struct btf_type *ta = btf_type_by_id(btf, i - 1);
kernel/bpf/btf.c
579
const struct btf_type *tb = btf_type_by_id(btf, i);
kernel/bpf/btf.c
5820
t = btf_type_by_id(btf, i);
kernel/bpf/btf.c
5854
t = btf_type_by_id(btf, i);
kernel/bpf/btf.c
5921
t = btf_type_by_id(btf, i);
kernel/bpf/btf.c
5939
t = btf_type_by_id(btf, cur_id);
kernel/bpf/btf.c
6102
return btf_type_by_id(btf_vmlinux, ctx_type->type);
kernel/bpf/btf.c
6137
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
6144
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
6154
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
6201
ctx_type = btf_type_by_id(btf_vmlinux, ctx_type->type);
kernel/bpf/btf.c
6228
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
6233
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
6244
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
627
t = btf_type_by_id(btf, m);
kernel/bpf/btf.c
6331
ctx_type = btf_type_by_id(btf_vmlinux, ctx_type->type);
kernel/bpf/btf.c
6373
kctx_type = btf_type_by_id(btf_vmlinux, kctx_type_id);
kernel/bpf/btf.c
6455
bpf_ctx_convert.t = btf_type_by_id(btf, bpf_ctx_convert_btf_id[0]);
kernel/bpf/btf.c
658
t = btf_type_by_id(btf, id);
kernel/bpf/btf.c
6641
t = btf_type_by_id(btf, args[i].type);
kernel/bpf/btf.c
667
t = btf_type_by_id(btf, id);
kernel/bpf/btf.c
6914
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
6940
t = btf_type_by_id(btf, args[arg].type);
kernel/bpf/btf.c
6945
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
7020
t = btf_type_by_id(btf, prog->aux->attach_btf_id);
kernel/bpf/btf.c
7223
mtype = btf_type_by_id(btf, member->type);
kernel/bpf/btf.c
727
const struct btf_type *t = btf_type_by_id(btf, id);
kernel/bpf/btf.c
731
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
7405
t = btf_type_by_id(btf, id);
kernel/bpf/btf.c
7432
t = btf_type_by_id(btf, id);
kernel/bpf/btf.c
7460
return btf_type_by_id(btf1, id1) == btf_type_by_id(btf2, id2);
kernel/bpf/btf.c
7482
type = btf_type_by_id(btf, id);
kernel/bpf/btf.c
7507
*ret_type = btf_type_by_id(btf, 0);
kernel/bpf/btf.c
7511
t = btf_type_by_id(btf, btf_id);
kernel/bpf/btf.c
7513
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
7636
t1 = btf_type_by_id(btf1, t1->type);
kernel/bpf/btf.c
7639
t2 = btf_type_by_id(btf2, t2->type);
kernel/bpf/btf.c
7743
t1 = btf_type_by_id(btf1, btf_id);
kernel/bpf/btf.c
7754
t = btf_type_by_id(btf, t->type); /* skip PTR */
kernel/bpf/btf.c
7757
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
7798
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
7801
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
7882
tag_t = btf_type_by_id(btf, id);
kernel/bpf/btf.c
8007
fn_t = btf_type_by_id(btf, btf_id);
kernel/bpf/btf.c
8025
t = btf_type_by_id(btf, fn_t->type);
kernel/bpf/btf.c
8077
t = btf_type_by_id(btf, args[i].type);
kernel/bpf/btf.c
8079
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
8142
ref_t = btf_type_by_id(vmlinux_btf, kern_type_id);
kernel/bpf/btf.c
8209
const struct btf_type *t = btf_type_by_id(btf, type_id);
kernel/bpf/btf.c
8770
t = btf_type_by_id(btf, btf_id);
kernel/bpf/btf.c
8802
t = btf_type_by_id(btf, func->type);
kernel/bpf/btf.c
8850
func = btf_type_by_id(btf, func_id);
kernel/bpf/btf.c
8860
func = btf_type_by_id(btf, func->type);
kernel/bpf/btf.c
9234
dtor_func = btf_type_by_id(btf, dtor_btf_id);
kernel/bpf/btf.c
9238
dtor_func_proto = btf_type_by_id(btf, dtor_func->type);
kernel/bpf/btf.c
9243
t = btf_type_by_id(btf, dtor_func_proto->type);
kernel/bpf/btf.c
9251
t = btf_type_by_id(btf, args[0].type);
kernel/bpf/btf.c
9260
t = btf_type_by_id(btf, t->type);
kernel/bpf/btf.c
9556
t = btf_type_by_id(targ_btf, i);
kernel/bpf/btf.c
9611
local_type = btf_type_by_id(local_btf, local_type_id);
kernel/bpf/btf.c
9698
type = btf_type_by_id(ctx->btf, relo->type_id);
kernel/bpf/btf.c
970
EXPORT_SYMBOL_GPL(btf_type_by_id);
kernel/bpf/btf.c
9772
walk_type = btf_type_by_id(btf, reg->btf_id);
kernel/bpf/btf.c
9786
safe_type = btf_type_by_id(btf, safe_id);
kernel/bpf/btf.c
9792
const struct btf_type *mtype = btf_type_by_id(btf, member->type);
kernel/bpf/btf.c
9816
reg_type = btf_type_by_id(reg_btf, reg_id);
kernel/bpf/btf.c
9820
arg_type = btf_type_by_id(arg_btf, arg_id);
kernel/bpf/check_btf.c
108
type = btf_type_by_id(btf, krecord[i].type_id);
kernel/bpf/check_btf.c
115
func_proto = btf_type_by_id(btf, type->type);
kernel/bpf/check_btf.c
181
type = btf_type_by_id(btf, krecord[i].type_id);
kernel/bpf/check_btf.c
184
func_proto = btf_type_by_id(btf, type->type);
kernel/bpf/core.c
587
type = btf_type_by_id(prog->aux->btf,
kernel/bpf/inode.c
691
*btf_enums[i].type = btf_type_by_id(btf, id);
kernel/bpf/log.c
391
return btf_name_by_offset(btf, btf_type_by_id(btf, id)->name_off);
kernel/bpf/syscall.c
1257
key_type = btf_type_by_id(btf, 0);
kernel/bpf/syscall.c
218
t = btf_type_by_id(field->kptr.btf, field->kptr.btf_id);
kernel/bpf/verifier.c
10394
type = btf_type_by_id(reg->btf, reg->btf_id);
kernel/bpf/verifier.c
10893
return t == btf_type_by_id(btf_vmlinux, kf_arg_btf_ids[KF_ARG_RB_NODE_ID]);
kernel/bpf/verifier.c
10898
return t == btf_type_by_id(btf_vmlinux, kf_arg_btf_ids[KF_ARG_LIST_NODE_ID]);
kernel/bpf/verifier.c
10933
func = btf_type_by_id(meta->btf, meta->func_id);
kernel/bpf/verifier.c
10934
func_proto = btf_type_by_id(meta->btf, func->type);
kernel/bpf/verifier.c
11861
et = btf_type_by_id(field->graph_root.btf, field->graph_root.value_btf_id);
kernel/bpf/verifier.c
11862
t = btf_type_by_id(reg->btf, reg->btf_id);
kernel/bpf/verifier.c
12341
ref_t = btf_type_by_id(btf_vmlinux, ref_id);
kernel/bpf/verifier.c
12774
ret_t = btf_type_by_id(ret_btf, ret_btf_id);
kernel/bpf/verifier.c
12854
ret_t = btf_type_by_id(desc_btf, meta->arg_constant.value);
kernel/bpf/verifier.c
16552
reg_type = reg->btf ? btf_type_by_id(reg->btf, reg->btf_id) : NULL;
kernel/bpf/verifier.c
16707
cs->is_void = btf_type_is_void(btf_type_by_id(meta.btf, meta.func_proto->type));
kernel/bpf/verifier.c
17541
t = btf_type_by_id(btf, i);
kernel/bpf/verifier.c
17615
t = btf_type_by_id(btf, id);
kernel/bpf/verifier.c
17644
datasec = btf_type_by_id(btf, datasec_id);
kernel/bpf/verifier.c
18844
t = btf_type_by_id(btf, btf_id);
kernel/bpf/verifier.c
18898
func = btf_type_by_id(btf, func_id);
kernel/bpf/verifier.c
18923
return btf_type_by_id(btf, func->type);
kernel/bpf/verifier.c
18955
t = btf_type_by_id(btf, btf_id);
kernel/bpf/verifier.c
19117
t = btf_type_by_id(btf, t->type);
kernel/bpf/verifier.c
19122
t = btf_type_by_id(btf, ret);
kernel/bpf/verifier.c
19128
t = btf_type_by_id(btf, t->type);
kernel/bpf/verifier.c
19140
t = btf_type_by_id(btf, t->type);
kernel/bpf/verifier.c
19452
t = btf_type_by_id(btf, btf_id);
kernel/bpf/verifier.c
2388
t = btf_type_by_id(btf, main_btf_id);
kernel/bpf/verifier.c
2411
t = btf_type_by_id(btf, id);
kernel/bpf/verifier.c
2609
func = btf_type_by_id(btf, impl_id);
kernel/bpf/verifier.c
2611
return btf_type_by_id(btf, func->type);
kernel/bpf/verifier.c
2644
func = btf_type_by_id(btf, func_id);
kernel/bpf/verifier.c
2659
func_proto = btf_type_by_id(btf, func->type);
kernel/bpf/verifier.c
321
return btf_name_by_offset(btf, btf_type_by_id(btf, id)->name_off);
kernel/bpf/verifier.c
3243
func = btf_type_by_id(desc_btf, insn->imm);
kernel/bpf/verifier.c
410
func = btf_type_by_id(btf, btf_id);
kernel/bpf/verifier.c
414
func_proto = btf_type_by_id(btf, func->type);
kernel/bpf/verifier.c
4456
t = btf_type_by_id(field->kptr.btf, field->kptr.btf_id);
kernel/bpf/verifier.c
5739
const struct btf_type *t = btf_type_by_id(reg->btf, reg->btf_id);
kernel/bpf/verifier.c
5918
t = btf_type_by_id(btf_vmlinux, *map->ops->map_btf_id);
kernel/bpf/verifier.c
7384
t = btf_type_by_id(meta->btf, btf_id);
kernel/sched/ext/ext.c
7883
t = btf_type_by_id(reg->btf, reg->btf_id);
kernel/sched/ext/ext.c
8092
task_struct_type = btf_type_by_id(btf, btf_tracing_ids[BTF_TRACING_TYPE_TASK]);
kernel/trace/bpf_trace.c
1029
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);
kernel/trace/trace_probe.c
824
ctx->last_struct = btf_type_by_id(ctx->struct_btf, id);
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
251
ncit = btf_type_by_id(reg->btf, btf_nf_conn_ids[1]);
net/netfilter/nf_conntrack_bpf.c
252
nct = btf_type_by_id(reg->btf, btf_nf_conn_ids[0]);
net/netfilter/nf_conntrack_bpf.c
253
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
1067
struct btf_type *ta = btf_type_by_id(btf, i - 1);
tools/lib/bpf/btf.c
1068
struct btf_type *tb = btf_type_by_id(btf, i);
tools/lib/bpf/btf.c
1096
t = btf_type_by_id(btf, m);
tools/lib/bpf/btf.c
1142
t = btf_type_by_id(btf, id);
tools/lib/bpf/btf.c
2630
return btf_type_by_id(btf, btf__type_cnt(btf) - 1);
tools/lib/bpf/btf.c
2915
t = btf_type_by_id(btf, id);
tools/lib/bpf/btf.c
3035
struct btf_type *t = btf_type_by_id(btf, id);
tools/lib/bpf/btf.c
4111
struct btf_type *t = btf_type_by_id(d->btf, i);
tools/lib/bpf/btf.c
4147
struct btf_type *t = btf_type_by_id(d->btf, d->btf->start_id + i);
tools/lib/bpf/btf.c
4580
t = btf_type_by_id(d->btf, type_id);
tools/lib/bpf/btf.c
4640
struct btf_type *t = btf_type_by_id(d->btf, type_id);
tools/lib/bpf/btf.c
4669
cand = btf_type_by_id(d->btf, cand_id);
tools/lib/bpf/btf.c
4682
cand = btf_type_by_id(d->btf, cand_id);
tools/lib/bpf/btf.c
4704
cand = btf_type_by_id(d->btf, cand_id);
tools/lib/bpf/btf.c
4786
t1 = btf_type_by_id(d->btf, id1);
tools/lib/bpf/btf.c
4787
t2 = btf_type_by_id(d->btf, id2);
tools/lib/bpf/btf.c
5027
cand_type = btf_type_by_id(d->btf, cand_id);
tools/lib/bpf/btf.c
5028
canon_type = btf_type_by_id(d->btf, canon_id);
tools/lib/bpf/btf.c
5291
t = btf_type_by_id(d->btf, type_id);
tools/lib/bpf/btf.c
5314
cand_type = btf_type_by_id(d->btf, cand_id);
tools/lib/bpf/btf.c
5388
t = btf_type_by_id(d->btf, type_id);
tools/lib/bpf/btf.c
5406
cand = btf_type_by_id(d->btf, cand_id);
tools/lib/bpf/btf.c
5423
cand = btf_type_by_id(d->btf, cand_id);
tools/lib/bpf/btf.c
5447
cand = btf_type_by_id(d->btf, cand_id);
tools/lib/bpf/btf.c
5479
cand = btf_type_by_id(d->btf, cand_id);
tools/lib/bpf/btf.c
5532
t = btf_type_by_id(d->btf, type_id);
tools/lib/bpf/btf.c
5555
struct btf_type *t = btf_type_by_id(d->btf, type_id);
tools/lib/bpf/btf.c
5575
cand_t = btf_type_by_id(d->btf, cand_id);
tools/lib/bpf/btf.c
5739
struct btf_type *t = btf_type_by_id(d->btf, d->btf->start_id + i);
tools/lib/bpf/btf.c
5931
struct btf_type *split_t = btf_type_by_id(dist->pipe.src, i);
tools/lib/bpf/btf.c
5954
base_t = btf_type_by_id(dist->pipe.src, *id);
tools/lib/bpf/btf.c
6011
t = btf_type_by_id(dist->pipe.src, i);
tools/lib/bpf/btf.c
6091
struct btf_type *t = btf_type_by_id(dist->pipe.dst, i);
tools/lib/bpf/btf.c
6189
t = btf_type_by_id(src_btf, i);
tools/lib/bpf/btf.c
770
t = btf_type_by_id(btf, i);
tools/lib/bpf/btf.c
794
return btf_type_by_id(btf->base_btf, type_id);
tools/lib/bpf/btf.c
802
return btf_type_by_id((struct btf *)btf, type_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
10919
datasec_type = btf_type_by_id(btf, bpf_map__btf_value_type_id(map));
tools/lib/bpf/libbpf.c
10936
var_type = btf_type_by_id(btf, var->type);
tools/lib/bpf/libbpf.c
10962
datasec_type = btf_type_by_id(btf, map->btf_value_type_id);
tools/lib/bpf/libbpf.c
10964
var_type = btf_type_by_id(btf, var->type);
tools/lib/bpf/libbpf.c
3520
struct btf_type *t = btf_type_by_id(obj->btf, i);
tools/lib/bpf/libbpf.c
3651
t = btf_type_by_id(obj->btf, j);
tools/lib/bpf/libbpf.c
7045
t = btf_type_by_id(obj->btf, i);
tools/lib/bpf/libbpf.c
7053
t = btf_type_by_id(obj->btf, t->type);
tools/lib/bpf/libbpf.c
7232
fn_t = btf_type_by_id(btf, orig_fn_id);
tools/lib/bpf/libbpf.c
7233
fn_proto_t = btf_type_by_id(btf, fn_t->type);
tools/lib/bpf/libbpf.c
7259
t = btf_type_by_id(btf, orig_proto_id);
tools/lib/bpf/libbpf.c
7267
fn_proto_t = btf_type_by_id(btf, fn_proto_id);
tools/lib/bpf/libbpf.c
7280
fn_t = btf_type_by_id(btf, fn_id);
tools/lib/bpf/libbpf.c
7348
fn_t = btf_type_by_id(btf, orig_fn_id);
tools/lib/bpf/libbpf.c
7353
fn_proto_t = btf_type_by_id(btf, fn_t->type);
tools/lib/bpf/libbpf.c
7417
fn_t = btf_type_by_id(btf, func_rec->type_id);
tools/lib/bpf/libbpf.c
7418
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
1192
t = btf_type_by_id(spec->btf, type_id);
tools/lib/bpf/relo_core.c
1316
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
502
local_type = btf_type_by_id(local_btf, local_id);
tools/lib/bpf/relo_core.c
704
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
877
t = btf_type_by_id(spec->btf, spec->spec[0].type_id);
tools/lib/bpf/relo_core.c
930
orig_t = btf_type_by_id(local_spec->btf, res->orig_type_id);
tools/lib/bpf/relo_core.c
931
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);