Searched refs:int_type (Results 1 – 1 of 1) sorted by relevance
344 static void btf_dumper_int_bits(__u32 int_type, __u8 bit_offset, in btf_dumper_int_bits() argument348 int nr_bits = BTF_INT_BITS(int_type); in btf_dumper_int_bits()354 total_bits_offset = bit_offset + BTF_INT_OFFSET(int_type); in btf_dumper_int_bits()365 __u32 *int_type; in btf_dumper_int() local368 int_type = (__u32 *)(t + 1); in btf_dumper_int()369 nr_bits = BTF_INT_BITS(*int_type); in btf_dumper_int()371 if (bit_offset || BTF_INT_OFFSET(*int_type) || in btf_dumper_int()373 btf_dumper_int_bits(*int_type, bit_offset, data, jw, in btf_dumper_int()383 switch (BTF_INT_ENCODING(*int_type)) { in btf_dumper_int()385 if (BTF_INT_BITS(*int_type) == 64) in btf_dumper_int()[all …]