Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map223 btf__add_restrict;
H A Dbtf.h203 LIBBPF_API int btf__add_restrict(struct btf *btf, int ref_type_id);
H A Dbtf.c2330 int btf__add_restrict(struct btf *btf, int ref_type_id) in btf__add_restrict() function
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_write.c79 id = btf__add_restrict(btf, 4); in gen_btf()