Searched refs:BTF_INFO_KFLAG (Results 1 – 5 of 5) sorted by relevance
58 #define BTF_INFO_KFLAG(info) ((info) >> 31) macro
794 *val = (btf_is_any_enum(mt) && BTF_INFO_KFLAG(mt->info)) || in bpf_core_calc_field_relo()1209 fmt_str = BTF_INFO_KFLAG(t->info) ? "::%s = %d" : "::%s = %u"; in bpf_core_format_spec()1217 fmt_str = BTF_INFO_KFLAG(t->info) ? "::%s = %lld" : "::%s = %llu"; in bpf_core_format_spec()1594 bool local_f = BTF_INFO_KFLAG(local_t->info); in __bpf_core_types_match()1598 return local_f == BTF_INFO_KFLAG(targ_t->info); in __bpf_core_types_match()1610 return local_f == BTF_INFO_KFLAG(targ_t->info); in __bpf_core_types_match()1622 bool targ_f = BTF_INFO_KFLAG(targ_t->info); in __bpf_core_types_match()
375 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()
196 if (BTF_INFO_KFLAG(t->info)) { in dump_btf_type()305 const char *fwd_kind = BTF_INFO_KFLAG(t->info) ? "union" in dump_btf_type()
Completed in 13 milliseconds