Searched refs:BTF_INFO_VLEN (Results 1 - 2 of 2) sorted by relevance
/third_party/libbpf/include/uapi/linux/ | ||
H A D | btf.h | 56 #define BTF_INFO_VLEN(info) ((info) & 0xffff) macro |
/third_party/libbpf/src/ | ||
H A D | btf.h | 327 return BTF_INFO_VLEN(t->info); in btf_vlen() |
Completed in 2 milliseconds