Home
last modified time | relevance | path

Searched refs:btf__add_str (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/tools/lib/bpf/
Dbtf.c1742 int btf__add_str(struct btf *btf, const char *s) in btf__add_str() function
1809 off = btf__add_str(p->dst, btf__str_by_offset(p->src, *str_off)); in btf_rewrite_str()
2025 name_off = btf__add_str(btf, name); in btf__add_int()
2068 name_off = btf__add_str(btf, name); in btf__add_float()
2108 name_off = btf__add_str(btf, name); in btf_add_ref_kind()
2185 name_off = btf__add_str(btf, name); in btf_add_composite()
2286 name_off = btf__add_str(btf, name); in btf__add_field()
2324 name_off = btf__add_str(btf, name); in btf_add_enum_common()
2395 name_off = btf__add_str(btf, name); in btf__add_enum_value()
2470 name_off = btf__add_str(btf, name); in btf__add_enum64_value()
[all …]
Dlibbpf.map224 btf__add_str;
Dlinker.c1817 off = btf__add_str(dst_btf, s); in complete_extern_btf_info()
2539 str_off = btf__add_str(linker->btf, s); in linker_append_btf_ext()
2545 str_off = btf__add_str(linker->btf, s); in linker_append_btf_ext()
2582 str_off = btf__add_str(linker->btf, s); in linker_append_btf_ext()
2781 str_off = btf__add_str(linker->btf, sec_name); in emit_btf_ext_data()
Dbtf.h172 LIBBPF_API int btf__add_str(struct btf *btf, const char *s);
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dbtf_write.c20 str_off = btf__add_str(btf, "int"); in gen_btf()