Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dbtf.c309 case BTF_KIND_FWD: in btf_type_size()
363 case BTF_KIND_FWD: in btf_bswap_type_rest()
2379 id = btf_add_ref_kind(btf, BTF_KIND_FWD, name, 0);
2383 t->info = btf_type_info(BTF_KIND_FWD, 0, fwd_kind == BTF_FWD_UNION);
3813 case BTF_KIND_FWD:
3916 case BTF_KIND_FWD:
4185 if ((cand_kind == BTF_KIND_FWD || canon_kind == BTF_KIND_FWD)
4190 if (cand_kind == BTF_KIND_FWD) {
4214 case BTF_KIND_FWD:
4351 if (t_kind != BTF_KIND_FWD && c_kind == BTF_KIND_FWD)
[all …]
Dbtf_dump.c325 case BTF_KIND_FWD: in btf_dump_mark_referenced()
546 case BTF_KIND_FWD: in btf_dump_order_type()
764 case BTF_KIND_FWD: in btf_dump_emit_type()
1331 case BTF_KIND_FWD: in btf_dump_emit_type_decl()
1473 case BTF_KIND_FWD: in btf_dump_emit_type_chain()
2434 case BTF_KIND_FWD: in btf_dump_dump_type_data()
Drelo_core.c176 case BTF_KIND_FWD: in __bpf_core_types_are_compat()
434 case BTF_KIND_FWD: in bpf_core_fields_are_compat()
1580 case BTF_KIND_FWD: { in __bpf_core_types_match()
1614 if (targ_k != BTF_KIND_FWD) in __bpf_core_types_match()
Dbtf.h384 return btf_kind(t) == BTF_KIND_FWD; in btf_is_fwd()
Dlinker.c1339 case BTF_KIND_FWD: in glob_sym_btf_matches()
1356 case BTF_KIND_FWD: in glob_sym_btf_matches()
Dlibbpf.c2189 case BTF_KIND_FWD: return "fwd";
/third_party/libbpf/include/uapi/linux/
Dbtf.h67 BTF_KIND_FWD = 7, /* Forward */ enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp98 Kind = BTF::BTF_KIND_FWD; in BTFTypeFwd()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h35431 BTF_KIND_FWD = 7, enumerator