Home
last modified time | relevance | path

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

/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()
933 __u16 vlen = btf_vlen(t); in btf_dump_emit_enum_def()
1281 __u16 vlen = btf_vlen(t); in btf_dump_emit_type_chain()
[all …]
Dbtf.c144 __u16 vlen = btf_vlen(t); in btf_type_size()
504 __u32 size = 0, off = 0, i, vars = btf_vlen(t); in btf_fixup_datasec()
724 if (!btf_is_struct(container_type) || btf_vlen(container_type) < 2) { in btf__get_map_kv_tids()
1462 __u16 vlen = btf_vlen(t); in btf_for_each_str_off()
1474 __u16 vlen = btf_vlen(t); in btf_for_each_str_off()
1486 __u16 vlen = btf_vlen(t); in btf_for_each_str_off()
1782 vlen = btf_vlen(t1); in btf_equal_enum()
1796 return btf_is_enum(t) && btf_vlen(t) == 0; in btf_is_enum_fwd()
1817 __u32 vlen = btf_vlen(t); in btf_hash_struct()
1844 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()
2427 if (access_idx >= btf_vlen(t)) in bpf_core_spec_parse()
2659 n = btf_vlen(targ_type); in bpf_core_match_member()