Home
last modified time | relevance | path

Searched refs:btf__find_str (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dbtf_split.c41 str_off = btf__find_str(btf2, "int"); in test_btf_split()
Dbtf_dedup_split.c43 str_off = btf__find_str(btf2, "int"); in test_split_simple()
Dbtf_write.c17 str_off = btf__find_str(btf, "int"); in gen_btf()
23 str_off = btf__find_str(btf, "int"); in gen_btf()
Dbtf.c7754 off = btf__find_str(test_btf, expect_str_cur); in do_test_dedup()
/linux-6.1.9/tools/lib/bpf/
Dlibbpf.map231 btf__find_str;
Dbtf.h149 LIBBPF_API int btf__find_str(struct btf *btf, const char *s);
Dbtf.c1480 int btf__find_str(struct btf *btf, const char *s) in btf__find_str() function
1485 off = btf__find_str(btf->base_btf, s); in btf__find_str()
1511 off = btf__find_str(btf->base_btf, s); in btf__add_str()
3292 err = btf__find_str(d->btf->base_btf, s); in strs_dedup_remap_str_off()