Searched refs:BTF_KIND_VAR (Results 1 - 7 of 7) sorted by relevance
/third_party/libbpf/src/ |
H A 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()
|
H A D | btf.c | 321 case BTF_KIND_VAR: in btf_type_size() 398 case BTF_KIND_VAR: in btf_bswap_type_rest() 501 case BTF_KIND_VAR: in btf_validate_type() 794 case BTF_KIND_VAR: in btf__resolve_size() 2731 * Append new BTF_KIND_VAR type with: 2769 t->info = btf_type_info(BTF_KIND_VAR, 0, 0); 3954 case BTF_KIND_VAR: 4025 case BTF_KIND_VAR: 5097 case BTF_KIND_VAR:
|
H A D | btf_dump.c | 335 case BTF_KIND_VAR: in btf_dump_mark_referenced() 605 case BTF_KIND_VAR: in btf_dump_order_type() 2491 case BTF_KIND_VAR: in btf_dump_dump_type_data()
|
H A D | linker.c | 1353 case BTF_KIND_VAR: in glob_sym_btf_matches() 1407 case BTF_KIND_VAR: in glob_sym_btf_matches()
|
H A D | libbpf.c | 2209 case BTF_KIND_VAR: return "var"; 5056 BTF_TYPE_ENC(1, BTF_INFO_ENC(BTF_KIND_VAR, 0, 0), 1), 5086 BTF_TYPE_ENC(1, BTF_INFO_ENC(BTF_KIND_VAR, 0, 0), 1), 7717 BTF_KIND_VAR : BTF_KIND_FUNC; 8080 id = find_ksym_btf_id(obj, ext->name, BTF_KIND_VAR, &btf, &mod_btf);
|
/third_party/libbpf/include/uapi/linux/ |
H A D | btf.h | 74 BTF_KIND_VAR = 14, /* Variable */ enumerator 162 /* BTF_KIND_VAR is followed by a single "struct btf_var" to describe 170 * to describe all BTF_KIND_VAR types it contains along with it's
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 331 Kind = BTF::BTF_KIND_VAR; in BTFKindVar() 1097 // section flags. Whether a BTF_KIND_VAR is a weak symbol or not in processGlobals()
|
Completed in 32 milliseconds