Home
last modified time | relevance | path

Searched refs:BTF_INFO_KFLAG (Results 1 – 5 of 5) sorted by relevance

/tools/include/uapi/linux/
A Dbtf.h58 #define BTF_INFO_KFLAG(info) ((info) >> 31) macro
/tools/lib/bpf/
A Drelo_core.c794 *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()
A Dbtf.h375 return BTF_INFO_KFLAG(t->info); in btf_kflag()
/tools/bpf/bpftool/
A Dbtf_dumper.c479 kind_flag = BTF_INFO_KFLAG(t->info); in btf_dumper_struct()
664 BTF_INFO_KFLAG(t->info) ? "union" : "struct", in __btf_dumper_type_only()
A Dbtf.c196 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