Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dbtf.h308 #ifndef BTF_KIND_VAR
309 #define BTF_KIND_VAR 14 /* Variable */ macro
429 return btf_kind(t) == BTF_KIND_VAR; in btf_is_var()
Dbtf.c332 case BTF_KIND_VAR: in btf_type_size()
409 case BTF_KIND_VAR: in btf_bswap_type_rest()
646 case BTF_KIND_VAR: in btf__resolve_size()
2620 t->info = btf_type_info(BTF_KIND_VAR, 0, 0);
3805 case BTF_KIND_VAR:
3876 case BTF_KIND_VAR:
4948 case BTF_KIND_VAR:
Dbtf_dump.c335 case BTF_KIND_VAR: in btf_dump_mark_referenced()
605 case BTF_KIND_VAR: in btf_dump_order_type()
2475 case BTF_KIND_VAR: in btf_dump_dump_type_data()
Dgen_loader.c869 case BTF_KIND_VAR: in emit_relo()
908 if (gen->ksyms[i].kind == BTF_KIND_VAR && !gen->ksyms[i].typeless) { in cleanup_relos()
Dlinker.c1341 case BTF_KIND_VAR: in glob_sym_btf_matches()
1395 case BTF_KIND_VAR: in glob_sym_btf_matches()
Dlibbpf.c2196 case BTF_KIND_VAR: return "var";
4954 BTF_TYPE_ENC(1, BTF_INFO_ENC(BTF_KIND_VAR, 0, 0), 1),
4984 BTF_TYPE_ENC(1, BTF_INFO_ENC(BTF_KIND_VAR, 0, 0), 1),
7465 BTF_KIND_VAR, relo->insn_idx);
7825 id = find_ksym_btf_id(obj, ext->name, BTF_KIND_VAR, &btf, &mod_btf);
/third_party/libbpf/include/uapi/linux/
Dbtf.h74 BTF_KIND_VAR = 14, /* Variable */ enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp331 Kind = BTF::BTF_KIND_VAR; in BTFKindVar()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h35438 BTF_KIND_VAR = 14, enumerator