Home
last modified time | relevance | path

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

/third_party/libbpf/include/uapi/linux/
H A Dbtf.h92 #define BTF_INT_ENCODING(VAL) (((VAL) & 0x0f000000) >> 24) macro
96 /* Attributes stored in the BTF_INT_ENCODING */
/third_party/libbpf/src/
H A Dbtf.h466 return BTF_INT_ENCODING(*(__u32 *)(t + 1)); in btf_int_encoding()

Completed in 3 milliseconds