Searched defs:vlen (Results 1 – 12 of 12) sorted by relevance
/tools/bpf/bpftool/ |
D | btf.c | 169 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local 215 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local 265 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local 309 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local
|
D | btf_dumper.c | 439 int i, vlen; in btf_dumper_struct() local 498 int ret = 0, i, vlen; in btf_dumper_datasec() local 677 int i, vlen; in btf_dump_func() local
|
D | gen.c | 103 int i, err, off = 0, pad_cnt = 0, vlen = btf_vlen(sec); in codegen_datasec_def() local
|
D | prog.c | 252 unsigned int i, vlen; in show_prog_metadata() local
|
/tools/lib/bpf/ |
D | btf.c | 286 __u16 vlen = btf_vlen(t); in btf_type_size() local 333 __u16 vlen = btf_vlen(t); in btf_bswap_type_rest() local 642 __u16 vlen = btf_vlen(t); in btf__align_of() local 3319 __u16 vlen; in btf_equal_enum() local 3360 __u32 vlen = btf_vlen(t); in btf_hash_struct() local 3381 __u16 vlen; in btf_shallow_equal_struct() local 3457 __u16 vlen = btf_vlen(t); in btf_hash_fnproto() local 3479 __u16 vlen; in btf_equal_fnproto() local 3505 __u16 vlen; in btf_compat_fnproto() local 3982 __u16 vlen; in btf_dedup_is_equiv() local [all …]
|
D | btf_dump.c | 310 __u16 vlen; in btf_dump_mark_referenced() local 476 __u16 vlen; in btf_dump_order_type() local 784 __u16 vlen = btf_vlen(t); in btf_dump_emit_type() local 825 __u16 vlen; in btf_is_struct_packed() local 959 __u16 vlen = btf_vlen(t); in btf_dump_emit_struct_def() local 1053 __u16 vlen = btf_vlen(t); in btf_dump_emit_enum_def() local 1437 __u16 vlen = btf_vlen(t); in btf_dump_emit_type_chain() local
|
D | libbpf_internal.h | 59 #define BTF_INFO_ENC(kind, kind_flag, vlen) \ argument 158 static inline __u32 btf_type_info(int kind, int vlen, int kflag) in btf_type_info()
|
D | libbpf.c | 2060 int vlen, i; in parse_btf_map_def() local 2406 int nr_types, i, vlen, err; in bpf_object__init_user_btf_maps() local 2500 int i, j, vlen; in bpf_object__sanitize_btf() local
|
/tools/testing/selftests/bpf/ |
D | btf_helpers.c | 89 __u32 vlen; in fprintf_btf_type_raw() local
|
D | test_btf.h | 7 #define BTF_INFO_ENC(kind, kind_flag, vlen) \ argument
|
/tools/testing/selftests/bpf/progs/ |
D | syscall.c | 21 #define BTF_INFO_ENC(kind, kind_flag, vlen) \ argument
|
/tools/testing/selftests/bpf/prog_tests/ |
D | btf.c | 6805 __u16 vlen = BTF_INFO_VLEN(t->info); in btf_type_size() local
|