Home
last modified time | relevance | path

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

/third_party/libbpf/src/
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()
Dbtf.h469 static inline __u8 btf_int_offset(const struct btf_type *t) in btf_int_offset() function