Symbol: btf_var_secinfo
include/linux/btf.h
491
static inline const struct btf_var_secinfo *btf_type_var_secinfo(
include/linux/btf.h
494
return (const struct btf_var_secinfo *)(t + 1);
kernel/bpf/btf.c
1664
const struct btf_var_secinfo *vsi,
kernel/bpf/btf.c
3875
const struct btf_var_secinfo *vsi;
kernel/bpf/btf.c
4852
const struct btf_var_secinfo *vsi;
kernel/bpf/btf.c
4924
const struct btf_var_secinfo *vsi;
kernel/bpf/btf.c
4972
const struct btf_var_secinfo *vsi;
kernel/bpf/verifier.c
21496
const struct btf_var_secinfo *vsi;
tools/bpf/bpftool/btf.c
369
const struct btf_var_secinfo *v = (const void *)(t + 1);
tools/bpf/bpftool/btf_dumper.c
530
struct btf_var_secinfo *vsi;
tools/bpf/bpftool/btf_dumper.c
539
vsi = (struct btf_var_secinfo *)(t + 1);
tools/bpf/bpftool/gen.c
154
const struct btf_var_secinfo *sec_var = btf_var_secinfos(sec);
tools/bpf/bpftool/gen.c
1644
const struct btf_var_secinfo *var;
tools/bpf/bpftool/gen.c
330
const struct btf_var_secinfo *sec_var;
tools/bpf/bpftool/gen.c
501
struct btf_var_secinfo *sec_var;
tools/bpf/bpftool/prog.c
309
struct btf_var_secinfo *vsi;
tools/lib/bpf/btf.c
2961
struct btf_var_secinfo *v;
tools/lib/bpf/btf.c
2978
sz = sizeof(struct btf_var_secinfo);
tools/lib/bpf/btf.c
329
return base_size + vlen * sizeof(struct btf_var_secinfo);
tools/lib/bpf/btf.c
347
struct btf_var_secinfo *v;
tools/lib/bpf/btf.c
583
const struct btf_var_secinfo *m = btf_var_secinfos(t);
tools/lib/bpf/btf.h
652
static inline struct btf_var_secinfo *
tools/lib/bpf/btf.h
655
return (struct btf_var_secinfo *)(t + 1);
tools/lib/bpf/btf_dump.c
2305
const struct btf_var_secinfo *vsi;
tools/lib/bpf/btf_dump.c
368
const struct btf_var_secinfo *v = btf_var_secinfos(t);
tools/lib/bpf/btf_iter.c
70
sizeof(struct btf_var_secinfo),
tools/lib/bpf/btf_iter.c
71
1, {offsetof(struct btf_var_secinfo, type)}
tools/lib/bpf/btf_iter.c
9
#define btf_var_secinfos(t) (struct btf_var_secinfo *)btf_type_var_secinfo(t)
tools/lib/bpf/libbpf.c
10647
struct btf_var_secinfo *var;
tools/lib/bpf/libbpf.c
1391
const struct btf_var_secinfo *vsi;
tools/lib/bpf/libbpf.c
14387
struct btf_var_secinfo *var;
tools/lib/bpf/libbpf.c
1933
struct btf_var_secinfo *vsi;
tools/lib/bpf/libbpf.c
2897
const struct btf_var_secinfo *vi;
tools/lib/bpf/libbpf.c
3175
const struct btf_var_secinfo *v = btf_var_secinfos(t);
tools/lib/bpf/libbpf.c
3349
const struct btf_var_secinfo *a = _a;
tools/lib/bpf/libbpf.c
3350
const struct btf_var_secinfo *b = _b;
tools/lib/bpf/libbpf.c
3360
struct btf_var_secinfo *vsi;
tools/lib/bpf/libbpf.c
4102
const struct btf_var_secinfo *vs;
tools/lib/bpf/libbpf.c
4212
const struct btf_var_secinfo *vs;
tools/lib/bpf/libbpf.c
4396
struct btf_var_secinfo *vs = btf_var_secinfos(sec) + i;
tools/lib/bpf/libbpf.c
4452
struct btf_var_secinfo *vs = btf_var_secinfos(sec) + i;
tools/lib/bpf/libbpf.c
7496
const struct btf_var_secinfo *vi = NULL;
tools/lib/bpf/linker.c
130
struct btf_var_secinfo *sec_vars;
tools/lib/bpf/linker.c
1847
const struct btf_var_secinfo *vi;
tools/lib/bpf/linker.c
2328
struct btf_var_secinfo *vi;
tools/lib/bpf/linker.c
2527
const struct btf_var_secinfo *src_var;
tools/lib/bpf/linker.c
2528
struct btf_var_secinfo *dst_var;
tools/lib/bpf/linker.c
2887
struct btf_var_secinfo *vi = &sec->sec_vars[j];
tools/perf/util/bpf-event.c
191
struct btf_var_secinfo *vsi;
tools/perf/util/bpf-event.c
305
struct btf_var_secinfo *vsi;
tools/testing/selftests/bpf/btf_helpers.c
190
const struct btf_var_secinfo *v = btf_var_secinfos(t);
tools/testing/selftests/bpf/prog_tests/btf.c
8125
return base_size + vlen * sizeof(struct btf_var_secinfo);
tools/testing/selftests/bpf/prog_tests/btf_write.c
9
const struct btf_var_secinfo *vi;
tools/testing/selftests/bpf/veristat.c
1920
const char *array_name, struct btf_var_secinfo *sinfo)
tools/testing/selftests/bpf/veristat.c
1953
struct btf_var_secinfo *sinfo)
tools/testing/selftests/bpf/veristat.c
2002
struct btf_var_secinfo *sinfo, struct var_preset *preset)
tools/testing/selftests/bpf/veristat.c
2043
struct bpf_map *map, struct btf_var_secinfo *sinfo,
tools/testing/selftests/bpf/veristat.c
2109
struct btf_var_secinfo *sinfo;
tools/testing/selftests/bpf/veristat.c
2147
struct btf_var_secinfo tmp_sinfo;