Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
A Dbtf_split.c42 str_off = btf__find_str(btf2, "int"); in test_btf_split()
A Dbtf_write.c16 str_off = btf__find_str(btf, "int"); in gen_btf()
22 str_off = btf__find_str(btf, "int"); in gen_btf()
A Dbtf_dedup_split.c43 str_off = btf__find_str(btf2, "int"); in test_split_simple()
A Dbtf.c7378 off = btf__find_str(test_btf, expect_str_cur); in do_test_dedup()
/linux/tools/lib/bpf/
A Dlibbpf.map330 btf__find_str;
A Dbtf.h177 LIBBPF_API int btf__find_str(struct btf *btf, const char *s);
A Dbtf.c1511 int btf__find_str(struct btf *btf, const char *s) in btf__find_str() function
1516 off = btf__find_str(btf->base_btf, s); in btf__find_str()
1542 off = btf__find_str(btf->base_btf, s); in btf__add_str()
3265 err = btf__find_str(d->btf->base_btf, s); in strs_dedup_remap_str_off()

Completed in 31 milliseconds