Searched refs:BTFEncoding (Results 1 – 1 of 1) sorted by relevance
131 uint8_t BTFEncoding; in BTFTypeInt() local134 BTFEncoding = BTF::INT_BOOL; in BTFTypeInt()138 BTFEncoding = BTF::INT_SIGNED; in BTFTypeInt()142 BTFEncoding = 0; in BTFTypeInt()151 IntVal = (BTFEncoding << 24) | OffsetInBits << 16 | SizeInBits; in BTFTypeInt()