Home
last modified time | relevance | path

Searched refs:BTF_INT_BOOL (Results 1 - 3 of 3) sorted by relevance

/third_party/libbpf/include/uapi/linux/
H A Dbtf.h99 #define BTF_INT_BOOL (1 << 2) 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))
H A Dlibbpf.c4040 if (enc & BTF_INT_BOOL)

Completed in 23 milliseconds