Searched refs:btf_int_offset (Results 1 – 4 of 4) sorted by relevance
106 t->size, btf_int_offset(t), btf_int_bits(t), in fprintf_btf_type_raw()
182 return btf_int_offset(local_type) == 0 && btf_int_offset(targ_type) == 0; in __bpf_core_types_are_compat()455 return btf_int_offset(local_type) == 0 && in bpf_core_fields_are_compat()456 btf_int_offset(targ_type) == 0; in bpf_core_fields_are_compat()
584 static inline __u8 btf_int_offset(const struct btf_type *t) in btf_int_offset() function
353 static inline u8 btf_int_offset(const struct btf_type *t) in btf_int_offset() function