Home
last modified time | relevance | path

Searched refs:BTF_KIND_PTR (Results 1 – 9 of 9) sorted by relevance

/third_party/libbpf/src/
Dbtf_dump.c332 case BTF_KIND_PTR: in btf_dump_mark_referenced()
507 case BTF_KIND_PTR: in btf_dump_order_type()
754 case BTF_KIND_PTR: in btf_dump_emit_type()
1317 case BTF_KIND_PTR: in btf_dump_emit_type_decl()
1481 case BTF_KIND_PTR: in btf_dump_emit_type_chain()
1592 last_was_ptr = kind == BTF_KIND_PTR; in btf_dump_emit_type_chain()
1834 if (btf_kind(t) == BTF_KIND_PTR) in btf_dump_base_type_check_zero()
2280 case BTF_KIND_PTR: in btf_dump_type_data_check_overflow()
2326 case BTF_KIND_PTR: in btf_dump_type_data_check_zero()
2449 case BTF_KIND_PTR: in btf_dump_dump_type_data()
Dbtf.c313 case BTF_KIND_PTR: in btf_type_size()
367 case BTF_KIND_PTR: in btf_bswap_type_rest()
639 case BTF_KIND_PTR: in btf__resolve_size()
685 case BTF_KIND_PTR: in btf__align_of()
2001 return btf_add_ref_kind(btf, BTF_KIND_PTR, NULL, ref_type_id);
3812 case BTF_KIND_PTR:
3869 case BTF_KIND_PTR:
4221 case BTF_KIND_PTR:
4517 case BTF_KIND_PTR:
4945 case BTF_KIND_PTR:
Drelo_core.c184 case BTF_KIND_PTR: in __bpf_core_types_are_compat()
431 case BTF_KIND_PTR: in bpf_core_fields_are_compat()
1637 case BTF_KIND_PTR: in __bpf_core_types_match()
Dbtf.h347 return btf_kind(t) == BTF_KIND_PTR; in btf_is_ptr()
Dlinker.c1369 case BTF_KIND_PTR: in glob_sym_btf_matches()
Dlibbpf.c2184 case BTF_KIND_PTR: return "ptr";
5003 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_PTR, 0, 0), 2), /* [3] */
/third_party/libbpf/include/uapi/linux/
Dbtf.h62 BTF_KIND_PTR = 2, /* Pointer */ enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp48 Kind = BTF::BTF_KIND_PTR; in BTFTypeDerived()
81 assert((Kind == BTF::BTF_KIND_PTR || Kind == BTF::BTF_KIND_CONST || in completeType()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h35426 BTF_KIND_PTR = 2, enumerator