Home
last modified time | relevance | path

Searched refs:BTF_KIND_RESTRICT (Results 1 – 8 of 8) sorted by relevance

/third_party/libbpf/include/uapi/linux/
Dbtf.h71 BTF_KIND_RESTRICT = 11, /* Restrict */ enumerator
/third_party/libbpf/src/
Dbtf.h404 return btf_kind(t) == BTF_KIND_RESTRICT; in btf_is_restrict()
413 kind == BTF_KIND_RESTRICT || in btf_is_mod()
Dbtf_dump.c331 case BTF_KIND_RESTRICT: in btf_dump_mark_referenced()
581 case BTF_KIND_RESTRICT: in btf_dump_order_type()
757 case BTF_KIND_RESTRICT: in btf_dump_emit_type()
1320 case BTF_KIND_RESTRICT: in btf_dump_emit_type_decl()
1384 case BTF_KIND_RESTRICT: in btf_dump_emit_mods()
1490 case BTF_KIND_RESTRICT: in btf_dump_emit_type_chain()
Dbtf.c301 case BTF_KIND_RESTRICT: in btf_type_size()
355 case BTF_KIND_RESTRICT: in btf_bswap_type_rest()
500 case BTF_KIND_RESTRICT: in btf_validate_type()
793 case BTF_KIND_RESTRICT: in btf__resolve_size()
838 case BTF_KIND_RESTRICT: in btf__align_of()
2594 return btf_add_ref_kind(btf, BTF_KIND_RESTRICT, NULL, ref_type_id);
3960 case BTF_KIND_RESTRICT:
4017 case BTF_KIND_RESTRICT:
4369 case BTF_KIND_RESTRICT:
4665 case BTF_KIND_RESTRICT:
[all …]
Dlinker.c1482 case BTF_KIND_RESTRICT: in glob_sym_btf_matches()
Dlibbpf.c2206 case BTF_KIND_RESTRICT: return "restrict";
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp60 Kind = BTF::BTF_KIND_RESTRICT; in BTFTypeDerived()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h35435 BTF_KIND_RESTRICT = 11, enumerator