Home
last modified time | relevance | path

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

/Linux-v5.15/tools/lib/bpf/
Dbtf.c1593 int btf__add_str(struct btf *btf, const char *s) in btf__add_str() function
1653 off = btf__add_str(p->dst, btf__str_by_offset(p->src, *str_off)); in btf_rewrite_str()
1724 name_off = btf__add_str(btf, name); in btf__add_int()
1767 name_off = btf__add_str(btf, name); in btf__add_float()
1807 name_off = btf__add_str(btf, name); in btf_add_ref_kind()
1884 name_off = btf__add_str(btf, name); in btf_add_composite()
1985 name_off = btf__add_str(btf, name); in btf__add_field()
2035 name_off = btf__add_str(btf, name); in btf__add_enum()
2084 name_off = btf__add_str(btf, name); in btf__add_enum_value()
2289 name_off = btf__add_str(btf, name); in btf__add_func_param()
[all …]
Dlibbpf.map323 btf__add_str;
Dbtf.h101 LIBBPF_API int btf__add_str(struct btf *btf, const char *s);
Dlinker.c1775 off = btf__add_str(dst_btf, s); in complete_extern_btf_info()
2494 str_off = btf__add_str(linker->btf, s); in linker_append_btf_ext()
2500 str_off = btf__add_str(linker->btf, s); in linker_append_btf_ext()
2537 str_off = btf__add_str(linker->btf, s); in linker_append_btf_ext()
2734 str_off = btf__add_str(linker->btf, sec_name); in emit_btf_ext_data()
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dbtf_write.c23 str_off = btf__add_str(btf, "int"); in test_btf_write()