Home
last modified time | relevance | path

Searched refs:btf__find_str (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_split.c41 str_off = btf__find_str(btf2, "int"); in test_btf_split()
H A Dbtf_write.c17 str_off = btf__find_str(btf, "int"); in gen_btf()
23 str_off = btf__find_str(btf, "int"); in gen_btf()
H A Dbtf_dedup_split.c43 str_off = btf__find_str(btf2, "int"); in test_split_simple()
H A Dbtf.c8086 off = btf__find_str(test_btf, expect_str_cur); in do_test_dedup()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_write.c21 str_off = btf__find_str(btf, "int"); in test_btf_write()
27 str_off = btf__find_str(btf, "int"); in test_btf_write()
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbtf.h85 LIBBPF_API int btf__find_str(struct btf *btf, const char *s);
H A Dbtf.c1488 int btf__find_str(struct btf *btf, const char *s) in btf__find_str() function
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbtf.h149 LIBBPF_API int btf__find_str(struct btf *btf, const char *s);
H A Dbtf.c1492 int btf__find_str(struct btf *btf, const char *s) in btf__find_str() function
1497 off = btf__find_str(btf->base_btf, s); in btf__find_str()
1523 off = btf__find_str(btf->base_btf, s); in btf__add_str()
3311 err = btf__find_str(d->btf->base_btf, s); in strs_dedup_remap_str_off()

Completed in 35 milliseconds