Searched refs:BTF_KIND_VAR (Results 1 – 9 of 9) sorted by relevance
/third_party/libbpf/src/ |
D | btf.h | 308 #ifndef BTF_KIND_VAR 309 #define BTF_KIND_VAR 14 /* Variable */ macro 429 return btf_kind(t) == BTF_KIND_VAR; in btf_is_var()
|
D | btf.c | 332 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:
|
D | btf_dump.c | 335 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()
|
D | gen_loader.c | 869 case BTF_KIND_VAR: in emit_relo() 908 if (gen->ksyms[i].kind == BTF_KIND_VAR && !gen->ksyms[i].typeless) { in cleanup_relos()
|
D | linker.c | 1341 case BTF_KIND_VAR: in glob_sym_btf_matches() 1395 case BTF_KIND_VAR: in glob_sym_btf_matches()
|
D | libbpf.c | 2196 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/ |
D | btf.h | 74 BTF_KIND_VAR = 14, /* Variable */ enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 331 Kind = BTF::BTF_KIND_VAR; in BTFKindVar()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 35438 BTF_KIND_VAR = 14, enumerator
|