Searched defs:vlen (Results 1 – 10 of 10) sorted by relevance
/tools/lib/bpf/ |
D | btf_dump.c | 283 __u16 vlen; in btf_dump_mark_referenced() local 448 __u16 vlen; in btf_dump_order_type() local 755 __u16 vlen = btf_vlen(t); in btf_dump_emit_type() local 777 __u16 vlen = btf_vlen(t); in btf_dump_emit_type() local 796 __u16 vlen; in btf_is_struct_packed() local 929 __u16 vlen = btf_vlen(t); in btf_dump_emit_struct_def() local 1023 __u16 vlen = btf_vlen(t); in btf_dump_emit_enum_def() local 1405 __u16 vlen = btf_vlen(t); in btf_dump_emit_type_chain() local
|
D | btf.c | 256 __u16 vlen = btf_vlen(t); in btf_type_size() local 302 __u16 vlen = btf_vlen(t); in btf_bswap_type_rest() local 609 __u16 vlen = btf_vlen(t); in btf__align_of() local 1563 static __u32 btf_type_info(int kind, int vlen, int kflag) in btf_type_info() 3042 __u16 vlen = btf_vlen(t); in btf_for_each_str_off() local 3054 __u16 vlen = btf_vlen(t); in btf_for_each_str_off() local 3066 __u16 vlen = btf_vlen(t); in btf_for_each_str_off() local 3358 __u16 vlen; in btf_equal_enum() local 3399 __u32 vlen = btf_vlen(t); in btf_hash_struct() local 3420 __u16 vlen; in btf_shallow_equal_struct() local [all …]
|
D | libbpf_internal.h | 23 #define BTF_INFO_ENC(kind, kind_flag, vlen) \ argument
|
D | libbpf.c | 1987 int vlen, i; in parse_btf_map_def() local 2286 int nr_types, i, vlen, err; in bpf_object__init_user_btf_maps() local 2380 int i, j, vlen; in bpf_object__sanitize_btf() local
|
/tools/bpf/bpftool/ |
D | btf.c | 164 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local 210 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local 260 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local 303 __u16 vlen = BTF_INFO_VLEN(t->info); in dump_btf_type() local
|
D | btf_dumper.c | 437 int i, vlen; in btf_dumper_struct() local 496 int ret = 0, i, vlen; in btf_dumper_datasec() local 674 int i, vlen; in btf_dump_func() local
|
D | gen.c | 102 int i, err, off = 0, pad_cnt = 0, vlen = btf_vlen(sec); in codegen_datasec_def() local
|
D | prog.c | 249 unsigned int i, vlen; in show_prog_metadata() local
|
/tools/testing/selftests/bpf/ |
D | test_btf.h | 7 #define BTF_INFO_ENC(kind, kind_flag, vlen) \ argument
|
/tools/testing/selftests/bpf/prog_tests/ |
D | btf.c | 6630 __u16 vlen = BTF_INFO_VLEN(t->info); in btf_type_size() local
|