Home
last modified time | relevance | path

Searched refs:BTF_INT_CHAR (Results 1 - 2 of 2) sorted by relevance

/third_party/libbpf/include/uapi/linux/
H A Dbtf.h98 #define BTF_INT_CHAR (1 << 1) macro
/third_party/libbpf/src/
H A Dbtf.c2014 * - encoding is a combination of BTF_INT_SIGNED, BTF_INT_CHAR, BTF_INT_BOOL.
2030 if (encoding & ~(BTF_INT_SIGNED | BTF_INT_CHAR | BTF_INT_BOOL))

Completed in 8 milliseconds