Home
last modified time | relevance | path

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

/third_party/libbpf/include/uapi/linux/
H A Dbtf.h67 BTF_KIND_FWD = 7, /* Forward */ enumerator
/third_party/libbpf/src/
H A Dbtf.c298 case BTF_KIND_FWD: in btf_type_size()
352 case BTF_KIND_FWD: in btf_bswap_type_rest()
493 case BTF_KIND_FWD: in btf_validate_type()
2509 * Append new BTF_KIND_FWD type with:
2528 id = btf_add_ref_kind(btf, BTF_KIND_FWD, name, 0);
2532 t->info = btf_type_info(BTF_KIND_FWD, 0, fwd_kind == BTF_FWD_UNION);
3232 * have `BTF_KIND_FWD` type descriptor with name `B`).
3962 case BTF_KIND_FWD:
4065 case BTF_KIND_FWD:
4334 if ((cand_kind == BTF_KIND_FWD || canon_kin
[all...]
H A Drelo_core.c176 case BTF_KIND_FWD: in __bpf_core_types_are_compat()
434 case BTF_KIND_FWD: in bpf_core_fields_are_compat()
1577 case BTF_KIND_FWD: { in __bpf_core_types_match()
1611 if (targ_k != BTF_KIND_FWD) in __bpf_core_types_match()
H A 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()
2450 case BTF_KIND_FWD: in btf_dump_dump_type_data()
H A Dbtf.h384 return btf_kind(t) == BTF_KIND_FWD; in btf_is_fwd()
H A Dlinker.c1351 case BTF_KIND_FWD: in glob_sym_btf_matches()
1368 case BTF_KIND_FWD: in glob_sym_btf_matches()
H A Dlibbpf.c2202 case BTF_KIND_FWD: return "fwd";
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBTFDebug.cpp98 Kind = BTF::BTF_KIND_FWD; in BTFTypeFwd()

Completed in 51 milliseconds