Searched defs:BTF_KIND_FUNC_PROTO (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_write.c237 ASSERT_EQ(btf_kind(t), BTF_KIND_FUNC_PROTO, "func_proto_kind"); local
/linux-master/include/uapi/linux/
H A Dbtf.h73 BTF_KIND_FUNC_PROTO = 13, /* Function Proto */ enumerator in enum:__anon3010
/linux-master/tools/include/uapi/linux/
H A Dbtf.h73 BTF_KIND_FUNC_PROTO = 13, /* Function Proto */ enumerator in enum:__anon3518
/linux-master/tools/lib/bpf/
H A Dbtf.h306 #define BTF_KIND_FUNC_PROTO 13 /* Function Proto */ macro

Completed in 431 milliseconds