Searched refs:BTFEncoding (Results 1 – 1 of 1) sorted by relevance
130 uint8_t BTFEncoding; in BTFTypeInt() local133 BTFEncoding = BTF::INT_BOOL; in BTFTypeInt()137 BTFEncoding = BTF::INT_SIGNED; in BTFTypeInt()141 BTFEncoding = 0; in BTFTypeInt()150 IntVal = (BTFEncoding << 24) | OffsetInBits << 16 | SizeInBits; in BTFTypeInt()