Home
last modified time | relevance | path

Searched refs:btf_int_offset (Results 1 – 4 of 4) sorted by relevance

/linux/tools/lib/bpf/
H A Drelo_core.c183 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()
H A Dbtf.h505 static inline __u8 btf_int_offset(const struct btf_type *t) in btf_int_offset() function
/linux/tools/testing/selftests/bpf/
H A Dbtf_helpers.c106 t->size, btf_int_offset(t), btf_int_bits(t), in fprintf_btf_type_raw()
/linux/include/linux/
H A Dbtf.h340 static inline u8 btf_int_offset(const struct btf_type *t) in btf_int_offset() function