Searched refs:BTF_INFO_KFLAG (Results 1 – 7 of 7) sorted by relevance
57 #define BTF_INFO_KFLAG(info) ((info) >> 31) macro
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()1578 bool local_f = BTF_INFO_KFLAG(local_t->info); in __bpf_core_types_match()1582 return local_f == BTF_INFO_KFLAG(targ_t->info); in __bpf_core_types_match()1594 return local_f == BTF_INFO_KFLAG(targ_t->info); in __bpf_core_types_match()1606 bool targ_f = BTF_INFO_KFLAG(targ_t->info); in __bpf_core_types_match()
332 return BTF_INFO_KFLAG(t->info); in btf_kflag()
479 kind_flag = BTF_INFO_KFLAG(t->info); in btf_dumper_struct()664 BTF_INFO_KFLAG(t->info) ? "union" : "struct", in __btf_dumper_type_only()
179 if (BTF_INFO_KFLAG(t->info)) { in dump_btf_type()288 const char *fwd_kind = BTF_INFO_KFLAG(t->info) ? "union" in dump_btf_type()
401 return BTF_INFO_KFLAG(t->info); in btf_type_kflag()