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()
183 return btf_int_offset(local_type) == 0 && btf_int_offset(targ_type) == 0; in __bpf_core_types_are_compat()454 return btf_int_offset(local_type) == 0 && in bpf_core_fields_are_compat()455 btf_int_offset(targ_type) == 0; in bpf_core_fields_are_compat()
469 static inline __u8 btf_int_offset(const struct btf_type *t) in btf_int_offset() function
324 static inline u8 btf_int_offset(const struct btf_type *t) in btf_int_offset() function