Searched refs:btf__add_restrict (Results 1 – 6 of 6) sorted by relevance
71 btf__add_restrict(btf, 3); /* [12] restrict int *; */ in test_btf_field_iter()
111 btf__add_restrict(btf2, 7); /* [21] restrict union (anon) */ in test_distilled_base()
79 id = btf__add_restrict(btf, 4); in gen_btf()
223 btf__add_restrict;
225 LIBBPF_API int btf__add_restrict(struct btf *btf, int ref_type_id);
2571 int btf__add_restrict(struct btf *btf, int ref_type_id) in btf__add_restrict() function