Home
last modified time | relevance | path

Searched refs:BTF_KIND_PTR (Results 1 - 8 of 8) sorted by relevance

/third_party/libbpf/src/
H A Dbtf_dump.c332 case BTF_KIND_PTR: in btf_dump_mark_referenced()
442 * BTF_KIND_PTR type in the chain and at least one non-anonymous type
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()
2296 case BTF_KIND_PTR: in btf_dump_type_data_check_overflow()
2342 case BTF_KIND_PTR in btf_dump_type_data_check_zero()
[all...]
H A Drelo_core.c184 case BTF_KIND_PTR: in __bpf_core_types_are_compat()
431 case BTF_KIND_PTR: in bpf_core_fields_are_compat()
1634 case BTF_KIND_PTR: in __bpf_core_types_match()
H A Dbtf.c302 case BTF_KIND_PTR: in btf_type_size()
356 case BTF_KIND_PTR: in btf_bswap_type_rest()
496 case BTF_KIND_PTR: in btf_validate_type()
787 case BTF_KIND_PTR: in btf__resolve_size()
833 case BTF_KIND_PTR: in btf__align_of()
2142 * Append new BTF_KIND_PTR type with:
2150 return btf_add_ref_kind(btf, BTF_KIND_PTR, NULL, ref_type_id);
3961 case BTF_KIND_PTR:
4018 case BTF_KIND_PTR:
4370 case BTF_KIND_PTR
[all...]
H A Dbtf.h347 return btf_kind(t) == BTF_KIND_PTR; in btf_is_ptr()
H A Dlinker.c1381 case BTF_KIND_PTR: in glob_sym_btf_matches()
H A Dlibbpf.c2197 case BTF_KIND_PTR: return "ptr";
5105 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_PTR, 0, 0), 2), /* [3] */
/third_party/libbpf/include/uapi/linux/
H A Dbtf.h62 BTF_KIND_PTR = 2, /* Pointer */ enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBTFDebug.cpp48 Kind = BTF::BTF_KIND_PTR; in BTFTypeDerived()
81 assert((Kind == BTF::BTF_KIND_PTR || Kind == BTF::BTF_KIND_CONST || in completeType()

Completed in 34 milliseconds