Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dbtf.c1743 int btf__add_str(struct btf *btf, const char *s) in btf__add_str() function
1810 off = btf__add_str(p->dst, btf__str_by_offset(p->src, *str_off)); in btf_rewrite_str()
2026 name_off = btf__add_str(btf, name); in btf__add_int()
2069 name_off = btf__add_str(btf, name); in btf__add_float()
2109 name_off = btf__add_str(btf, name); in btf_add_ref_kind()
2186 name_off = btf__add_str(btf, name); in btf_add_composite()
2287 name_off = btf__add_str(btf, name); in btf__add_field()
2325 name_off = btf__add_str(btf, name); in btf_add_enum_common()
2396 name_off = btf__add_str(btf, name); in btf__add_enum_value()
2471 name_off = btf__add_str(btf, name); in btf__add_enum64_value()
[all …]
H A Dlibbpf.map224 btf__add_str;
H A Dlinker.c1856 off = btf__add_str(dst_btf, s); in complete_extern_btf_info()
2582 str_off = btf__add_str(linker->btf, s); in linker_append_btf_ext()
2588 str_off = btf__add_str(linker->btf, s); in linker_append_btf_ext()
2625 str_off = btf__add_str(linker->btf, s); in linker_append_btf_ext()
2836 str_off = btf__add_str(linker->btf, sec_name); in emit_btf_ext_data()
H A Dbtf.h175 LIBBPF_API int btf__add_str(struct btf *btf, const char *s);
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_write.c20 str_off = btf__add_str(btf, "int"); in gen_btf()