Home
last modified time | relevance | path

Searched refs:btf__add_restrict (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_field_iter.c71 btf__add_restrict(btf, 3); /* [12] restrict int *; */ in test_btf_field_iter()
H A Dbtf_distill.c111 btf__add_restrict(btf2, 7); /* [21] restrict union (anon) */ in test_distilled_base()
H A Dbtf_write.c79 id = btf__add_restrict(btf, 4); in gen_btf()
/linux/tools/lib/bpf/
H A Dlibbpf.map223 btf__add_restrict;
H A Dbtf.h225 LIBBPF_API int btf__add_restrict(struct btf *btf, int ref_type_id);
H A Dbtf.c2571 int btf__add_restrict(struct btf *btf, int ref_type_id) in btf__add_restrict() function