Home
last modified time | relevance | path

Searched refs:btf_vlen (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/tools/lib/bpf/
Dbtf_dump.c257 vlen = btf_vlen(t); in btf_dump_mark_referenced()
461 vlen = btf_vlen(t); in btf_dump_order_type()
525 vlen = btf_vlen(t); in btf_dump_order_type()
719 __u16 vlen = btf_vlen(t); in btf_dump_emit_type()
741 __u16 vlen = btf_vlen(t); in btf_dump_emit_type()
776 __u16 vlen = btf_vlen(t); in btf_align_of()
803 vlen = btf_vlen(t); in btf_is_struct_packed()
876 __u16 vlen = btf_vlen(t); in btf_dump_emit_struct_def()
927 __u16 vlen = btf_vlen(t); in btf_dump_emit_enum_def()
1268 __u16 vlen = btf_vlen(t); in btf_dump_emit_type_chain()
Dbtf.c148 __u16 vlen = btf_vlen(t); in btf_type_size()
509 __u32 size = 0, off = 0, i, vars = btf_vlen(t); in btf_fixup_datasec()
729 if (!btf_is_struct(container_type) || btf_vlen(container_type) < 2) { in btf__get_map_kv_tids()
1467 __u16 vlen = btf_vlen(t); in btf_for_each_str_off()
1479 __u16 vlen = btf_vlen(t); in btf_for_each_str_off()
1491 __u16 vlen = btf_vlen(t); in btf_for_each_str_off()
1787 vlen = btf_vlen(t1); in btf_equal_enum()
1801 return btf_is_enum(t) && btf_vlen(t) == 0; in btf_is_enum_fwd()
1822 __u32 vlen = btf_vlen(t); in btf_hash_struct()
1849 vlen = btf_vlen(t1); in btf_shallow_equal_struct()
[all …]
Dbtf.h136 static inline __u16 btf_vlen(const struct btf_type *t) in btf_vlen() function
Dlibbpf.c1089 vlen = btf_vlen(var); in bpf_object__init_user_btf_map()
1137 vlen = btf_vlen(def); in bpf_object__init_user_btf_map()
1308 vlen = btf_vlen(sec); in bpf_object__init_user_btf_maps()
1400 vlen = btf_vlen(t); in bpf_object__sanitize_btf()
1412 vlen = btf_vlen(t); in bpf_object__sanitize_btf()
2416 if (access_idx >= btf_vlen(t)) in bpf_core_spec_parse()
2646 n = btf_vlen(targ_type); in bpf_core_match_member()