Searched refs:BTF_INFO_KFLAG (Results 1 – 3 of 3) sorted by relevance
778 *val = (btf_is_any_enum(mt) && BTF_INFO_KFLAG(mt->info)) || in bpf_core_calc_field_relo()1193 fmt_str = BTF_INFO_KFLAG(t->info) ? "::%s = %d" : "::%s = %u"; in bpf_core_format_spec()1201 fmt_str = BTF_INFO_KFLAG(t->info) ? "::%s = %lld" : "::%s = %llu"; in bpf_core_format_spec()1581 bool local_f = BTF_INFO_KFLAG(local_t->info); in __bpf_core_types_match()1585 return local_f == BTF_INFO_KFLAG(targ_t->info); in __bpf_core_types_match()1597 return local_f == BTF_INFO_KFLAG(targ_t->info); in __bpf_core_types_match()1609 bool targ_f = BTF_INFO_KFLAG(targ_t->info); in __bpf_core_types_match()
332 return BTF_INFO_KFLAG(t->info); in btf_kflag()
57 #define BTF_INFO_KFLAG(info) ((info) >> 31) macro