Home
last modified time | relevance | path

Searched refs:btf_var_secinfos (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/bpf/bpftool/
H A Dgen.c131 const struct btf_var_secinfo *sec_var = btf_var_secinfos(sec); in codegen_datasec_def()
327 sec_var = btf_var_secinfos(sec); in codegen_subskel_datasecs()
499 sec_var = btf_var_secinfos(sec); in codegen_asserts()
1399 var = btf_var_secinfos(map_type); in do_subskeleton()
1516 var = btf_var_secinfos(map_type); in do_subskeleton()
H A Dprog.c333 vsi = btf_var_secinfos(t_datasec); in show_prog_metadata()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dbtf_helpers.c190 const struct btf_var_secinfo *v = btf_var_secinfos(t); in fprintf_btf_type_raw()
/openbmc/linux/tools/lib/bpf/
H A Dbtf.h560 btf_var_secinfos(const struct btf_type *t) in btf_var_secinfos() function
H A Dlibbpf.c1166 vsi = btf_var_secinfos(datasec); in init_struct_ops_maps()
1622 vsi = btf_var_secinfos(t); in map_is_mmapable()
2529 vi = btf_var_secinfos(sec) + var_idx; in bpf_object__init_user_btf_map()
2738 const struct btf_var_secinfo *v = btf_var_secinfos(t); in bpf_object__sanitize_btf()
3640 vs = btf_var_secinfos(t); in find_extern_sec_btf_id()
3748 vs = btf_var_secinfos(sec); in add_dummy_ksym_var()
3918 struct btf_var_secinfo *vs = btf_var_secinfos(sec) + i; in bpf_object__collect_externs()
6647 vi = btf_var_secinfos(sec) + map->btf_var_idx; in bpf_object__collect_map_relos()
9595 var = &btf_var_secinfos(datasec_type)[vlen - 1]; in map_btf_datasec_resize()
9623 var = &btf_var_secinfos(datasec_type)[vlen - 1]; in map_btf_datasec_resize()
[all …]
H A Dlinker.c1691 vi = btf_var_secinfos(t); in find_glob_sym_btf()
2194 vi = btf_var_secinfos(t); in linker_fixup_btf()
2359 src_var = btf_var_secinfos(t); in linker_append_btf()
H A Dbtf_dump.c364 const struct btf_var_secinfo *v = btf_var_secinfos(t); in btf_dump_mark_referenced()
2240 for (i = 0, vsi = btf_var_secinfos(t); i < btf_vlen(t); i++, vsi++) { in btf_dump_datasec_data()
H A Dbtf.c398 for (i = 0, v = btf_var_secinfos(t); i < vlen; i++, v++) { in btf_bswap_type_rest()
4875 struct btf_var_secinfo *m = btf_var_secinfos(t); in btf_type_visit_type_ids()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_write.c273 vi = btf_var_secinfos(t) + 0; in gen_btf()