Searched refs:BTF_MAX_VLEN (Results 1 – 2 of 2) sorted by relevance
/third_party/libbpf/include/uapi/linux/ | ||
D | btf.h | 29 #define BTF_MAX_VLEN 0xffff macro |
/third_party/libbpf/src/ | ||
D | libbpf_internal.h | 107 ((!!(kind_flag) << 31) | ((kind) << 24) | ((vlen) & BTF_MAX_VLEN)) |