Home
last modified time | relevance | path

Searched refs:btf_var_secinfo (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dbtf.h202 static inline const struct btf_var_secinfo *btf_type_var_secinfo( in btf_type_var_secinfo()
205 return (const struct btf_var_secinfo *)(t + 1); in btf_type_var_secinfo()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbtf.h166 struct btf_var_secinfo { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbtf.h166 struct btf_var_secinfo { struct
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbtf.h351 static inline struct btf_var_secinfo *
354 return (struct btf_var_secinfo *)(t + 1); in btf_var_secinfos()
H A Dbtf.c281 return base_size + vlen * sizeof(struct btf_var_secinfo); in btf_type_size()
297 struct btf_var_secinfo *v; in btf_bswap_type_rest()
992 const struct btf_var_secinfo *a = _a; in compare_vsi_off()
993 const struct btf_var_secinfo *b = _b; in compare_vsi_off()
1004 struct btf_var_secinfo *vsi; in btf_fixup_datasec()
2290 struct btf_var_secinfo *v; in btf__add_datasec_var_info()
2307 sz = sizeof(struct btf_var_secinfo); in btf__add_datasec_var_info()
4390 struct btf_var_secinfo *var = btf_var_secinfos(t); in btf_dedup_remap_type()
H A Dbtf_dump.c317 const struct btf_var_secinfo *v = btf_var_secinfos(t); in btf_dump_mark_referenced()
H A Dlibbpf.c940 const struct btf_var_secinfo *vsi; in bpf_object__init_struct_ops_maps()
2222 const struct btf_var_secinfo *vi; in bpf_object__init_user_btf_map()
2397 const struct btf_var_secinfo *v = btf_var_secinfos(t); in bpf_object__sanitize_btf()
2983 const struct btf_var_secinfo *vs; in find_extern_sec_btf_id()
3206 struct btf_var_secinfo *vs = btf_var_secinfos(sec) + i; in bpf_object__collect_externs()
3242 struct btf_var_secinfo *vs = btf_var_secinfos(sec) + i; in bpf_object__collect_externs()
6489 const struct btf_var_secinfo *vi = NULL; in bpf_object__collect_map_relos()
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dbtf_dumper.c494 struct btf_var_secinfo *vsi; in btf_dumper_datasec()
503 vsi = (struct btf_var_secinfo *)(t + 1); in btf_dumper_datasec()
H A Dgen.c101 const struct btf_var_secinfo *sec_var = btf_var_secinfos(sec); in codegen_datasec_def()
H A Dbtf.c302 const struct btf_var_secinfo *v = (const void *)(t+1); in dump_btf_type()
H A Dprog.c246 struct btf_var_secinfo *vsi; in show_prog_metadata()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_write.c9 const struct btf_var_secinfo *vi; in test_btf_write()
H A Dbtf.c6627 return base_size + vlen * sizeof(struct btf_var_secinfo); in btf_type_size()
/OK3568_Linux_fs/kernel/Documentation/bpf/
H A Dbtf.rst442 ``btf_type`` is followed by ``info.vlen`` number of ``struct btf_var_secinfo``.::
444 struct btf_var_secinfo {
450 ``struct btf_var_secinfo`` encoding:
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbtf.c1341 const struct btf_var_secinfo *vsi, in btf_verifier_log_vsi()
3463 const struct btf_var_secinfo *vsi; in btf_datasec_check_meta()
3540 const struct btf_var_secinfo *vsi; in btf_datasec_resolve()
3587 const struct btf_var_secinfo *vsi; in btf_datasec_show()
H A Dverifier.c10093 const struct btf_var_secinfo *vsi; in check_pseudo_btf_id()