Searched refs:BTF_INT_CHAR (Results 1 – 2 of 2) sorted by relevance
/third_party/libbpf/include/uapi/linux/ | ||
D | btf.h | 98 #define BTF_INT_CHAR (1 << 1) macro |
/third_party/libbpf/src/ | ||
D | btf.c | 1881 if (encoding & ~(BTF_INT_SIGNED | BTF_INT_CHAR | BTF_INT_BOOL)) |