Home
last modified time | relevance | path

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

/Linux-v5.10/tools/lib/bpf/
Dbtf.h293 static inline __u8 btf_int_offset(const struct btf_type *t) in btf_int_offset() function
Dlibbpf.c4733 return btf_int_offset(local_type) == 0 && in bpf_core_fields_are_compat()
4734 btf_int_offset(targ_type) == 0; in bpf_core_fields_are_compat()
4889 return btf_int_offset(local_type) == 0 && btf_int_offset(targ_type) == 0; in bpf_core_types_are_compat()