Home
last modified time | relevance | path

Searched refs:BTF_VAR_STATIC (Results 1 – 5 of 5) sorted by relevance

/third_party/libbpf/include/uapi/linux/
Dbtf.h151 BTF_VAR_STATIC = 0, enumerator
/third_party/libbpf/src/
Dlinker.c1397 is_static1 = btf_var(t1)->linkage == BTF_VAR_STATIC; in glob_sym_btf_matches()
1398 is_static2 = btf_var(t2)->linkage == BTF_VAR_STATIC; in glob_sym_btf_matches()
1642 return (btf_is_var(t) && btf_var(t)->linkage != BTF_VAR_STATIC) in btf_is_non_static()
1686 if (btf_is_var(t) && btf_var(t)->linkage == BTF_VAR_STATIC) in find_glob_sym_btf()
Dlibbpf.c1702 if (btf_var(vt)->linkage != BTF_VAR_STATIC)
2592 case BTF_VAR_STATIC: return "static";
3075 if (var->linkage == BTF_VAR_STATIC || var->linkage == BTF_VAR_GLOBAL_EXTERN)
3104 var->linkage = BTF_VAR_STATIC;
4955 BTF_VAR_STATIC,
4985 BTF_VAR_STATIC,
Dbtf.c2600 if (linkage != BTF_VAR_STATIC && linkage != BTF_VAR_GLOBAL_ALLOCATED &&
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h37806 BTF_VAR_STATIC = 0, enumerator