Home
last modified time | relevance | path

Searched refs:btf_array (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/tools/lib/bpf/
H A Drelo_core.c73 const struct btf_array *arr) in is_flex_arr()
189 local_id = btf_array(local_type)->type; in __bpf_core_types_are_compat()
190 targ_id = btf_array(targ_type)->type; in __bpf_core_types_are_compat()
366 const struct btf_array *a = btf_array(t); in bpf_core_parse_spec()
457 local_id = btf_array(local_type)->type; in bpf_core_fields_are_compat()
458 targ_id = btf_array(targ_type)->type; in bpf_core_fields_are_compat()
642 const struct btf_array *a; in bpf_core_spec_match()
648 a = btf_array(targ_type); in bpf_core_spec_match()
1644 const struct btf_array *local_array = btf_array(local_t); in __bpf_core_types_match()
1645 const struct btf_array *targ_array = btf_array(targ_t); in __bpf_core_types_match()
H A Dbtf.c311 return base_size + sizeof(struct btf_array); in btf_type_size()
341 struct btf_array *a; in btf_bswap_type_rest()
375 a = btf_array(t); in btf_bswap_type_rest()
606 const struct btf_array *array; in btf__resolve_size()
637 array = btf_array(t); in btf__resolve_size()
679 return btf__align_of(btf, btf_array(t)->type); in btf__align_of()
1903 struct btf_array *a; in btf__add_array()
1912 sz = sizeof(struct btf_type) + sizeof(struct btf_array); in btf__add_array()
1921 a = btf_array(t); in btf__add_array()
3554 const struct btf_array *info = btf_array(t); in btf_hash_array()
[all …]
H A Dbtf_dump.c342 const struct btf_array *a = btf_array(t); in btf_dump_mark_referenced()
513 return btf_dump_order_type(d, btf_array(t)->type, false); in btf_dump_order_type()
762 btf_dump_emit_type(d, btf_array(t)->type, cont_id); in btf_dump_emit_type()
1326 id = btf_array(t)->type; in btf_dump_emit_type_decl()
1499 const struct btf_array *a = btf_array(t); in btf_dump_emit_type_chain()
2031 const struct btf_array *array = btf_array(t); in btf_dump_array_data()
2347 const struct btf_array *array = btf_array(t); in btf_dump_type_data_check_zero()
H A Dbtf.h479 static inline struct btf_array *btf_array(const struct btf_type *t) in btf_array() function
481 return (struct btf_array *)(t + 1); in btf_array()
H A Dlinker.c1388 id1 = btf_array(t1)->type; in glob_sym_btf_matches()
1389 id2 = btf_array(t2)->type; in glob_sym_btf_matches()
H A Dlibbpf.c2139 const struct btf_array *arr_info; in get_map_field_int()
2159 arr_info = btf_array(arr_t); in get_map_field_int()
2348 if (!btf_is_array(t) || btf_array(t)->nelems) { in parse_btf_map_def()
2353 t = skip_mods_and_typedefs(btf, btf_array(t)->type, NULL); in parse_btf_map_def()
3686 if (btf_array(t)->nelems == 0) in find_kcfg_type()
3688 if (find_kcfg_type(btf, btf_array(t)->type, NULL) != KCFG_CHAR) in find_kcfg_type()
9573 const struct btf_array *array; in map_btf_datasec_resize()
9609 array = btf_array(array_type); in map_btf_datasec_resize()
/openbmc/linux/tools/bpf/bpftool/
H A Dbtf_dumper.c211 static bool is_str_array(const struct btf *btf, const struct btf_array *arr, in is_str_array()
251 struct btf_array *arr = (struct btf_array *)(t + 1); in btf_dumper_array()
623 const struct btf_array *array; in __btf_dumper_type_only()
654 array = (struct btf_array *)(t + 1); in __btf_dumper_type_only()
H A Dgen.c1733 struct btf_array *array; in btfgen_mark_type()
1769 array = btf_array(btf_type); in btfgen_mark_type()
1807 struct btf_array *array; in btfgen_record_field_relo()
1842 array = btf_array(btf_type); in btfgen_record_field_relo()
1914 struct btf_array *array; in btfgen_mark_type_match()
1916 array = btf_array(btf_type); in btfgen_mark_type_match()
H A Dbtf.c149 const struct btf_array *arr = (const void *)(t + 1); in dump_btf_type()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dbtf_helpers.c118 const struct btf_array *arr = btf_array(t); in fprintf_btf_type_raw()
/openbmc/linux/include/linux/
H A Dbtf.h442 static inline struct btf_array *btf_array(const struct btf_type *t) in btf_array() function
444 return (struct btf_array *)(t + 1); in btf_array()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_write.c92 ASSERT_EQ(btf_array(t)->index_type, 1, "array_index_type"); in gen_btf()
93 ASSERT_EQ(btf_array(t)->type, 2, "array_elem_type"); in gen_btf()
94 ASSERT_EQ(btf_array(t)->nelems, 10, "array_nelems"); in gen_btf()
H A Dcore_reloc.c475 } else if (btf_is_array(t) && (t = btf__type_by_id(local_btf, btf_array(t)->type)) && in setup_type_id_case_local()
H A Dbtf.c7973 return base_size + sizeof(struct btf_array); in btf_type_size()
/openbmc/linux/include/uapi/linux/
H A Dbtf.h111 struct btf_array { struct
/openbmc/linux/tools/include/uapi/linux/
H A Dbtf.h111 struct btf_array { struct
/openbmc/linux/Documentation/bpf/
H A Dbtf.rst199 ``btf_type`` is followed by one ``struct btf_array``::
201 struct btf_array {
207 The ``struct btf_array`` encoding:
217 The ``struct btf_array`` allows chaining through element type to represent
222 * [2]: array, ``btf_array.type = [1]``, ``btf_array.nelems = 6``
223 * [3]: array, ``btf_array.type = [2]``, ``btf_array.nelems = 5``
226 one-dimensional array, e.g., for ``a[5][6]``, the ``btf_array.nelems`` is
/openbmc/linux/kernel/bpf/
H A Dbtf.c714 static const struct btf_array *btf_type_array(const struct btf_type *t) in btf_type_array()
716 return (const struct btf_array *)(t + 1); in btf_type_array()
936 const struct btf_array *array; in btf_show_name()
1880 const struct btf_array *array = NULL; in __btf_resolve_size()
2840 const struct btf_array *array = btf_type_array(t); in btf_array_check_meta()
2892 const struct btf_array *array = btf_type_array(v->t); in btf_array_resolve()
2957 const struct btf_array *array = btf_type_array(t); in btf_array_log()
2967 const struct btf_array *array = btf_type_array(t); in __btf_array_show()
5041 const struct btf_array *array = btf_type_array(t); in btf_resolve_valid()
6165 struct btf_array *array_elem; in btf_struct_walk()
[all …]
H A Dverifier.c10634 const struct btf_array *array; in __btf_type_is_scalar_struct()
10647 array = btf_array(member_type); in __btf_type_is_scalar_struct()
/openbmc/linux/kernel/trace/
H A Dtrace_probe.c334 const struct btf_array *array; in btf_type_is_char_array()
341 array = (const struct btf_array *)(type + 1); in btf_type_is_char_array()