Symbol: btf_type_kflag
include/linux/btf.h
441
return btf_type_kflag(struct_type) ? BTF_MEMBER_BIT_OFFSET(member->offset)
include/linux/btf.h
448
return btf_type_kflag(struct_type) ? BTF_MEMBER_BITFIELD_SIZE(member->offset)
kernel/bpf/btf.c
1030
if (btf_type_kflag(s)) {
kernel/bpf/btf.c
1639
if (btf_type_kflag(struct_type))
kernel/bpf/btf.c
2384
if (btf_type_kflag(t)) {
kernel/bpf/btf.c
2717
if (btf_type_kflag(t) && !btf_type_is_type_tag(t)) {
kernel/bpf/btf.c
2992
btf_verifier_log(env, "%s", btf_type_kflag(t) ? "union" : "struct");
kernel/bpf/btf.c
3058
if (btf_type_kflag(t)) {
kernel/bpf/btf.c
3385
if (btf_type_kflag(v->t))
kernel/bpf/btf.c
3415
if (btf_type_kflag(v->t))
kernel/bpf/btf.c
3485
is_type_tag = btf_type_is_type_tag(t) && !btf_type_kflag(t);
kernel/bpf/btf.c
4487
fmt_str = btf_type_kflag(t) ? "\t%s val=%d\n" : "\t%s val=%u\n";
kernel/bpf/btf.c
4529
if (btf_type_kflag(t))
kernel/bpf/btf.c
4596
fmt_str = btf_type_kflag(t) ? "\t%s val=%lld\n" : "\t%s val=%llu\n";
kernel/bpf/btf.c
4632
if (btf_type_kflag(t))
kernel/bpf/btf.c
4666
if (btf_type_kflag(t)) {
kernel/bpf/btf.c
4750
if (btf_type_kflag(t)) {
kernel/bpf/btf.c
4803
if (btf_type_kflag(t)) {
kernel/bpf/btf.c
4869
if (btf_type_kflag(t)) {
kernel/bpf/btf.c
5009
if (btf_type_kflag(t)) {
kernel/bpf/btf.c
7001
if (btf_type_is_type_tag(t) && !btf_type_kflag(t)) {
kernel/bpf/btf.c
7261
if (btf_type_is_type_tag(t) && !btf_type_kflag(t)) {
kernel/bpf/btf.c
7695
(btf_type_is_fwd(t) && btf_type_kflag(t) == 0)) {
kernel/trace/trace_probe.c
597
if (btf_type_kflag(type)) {
tools/lib/bpf/btf_relocate.c
21
#define btf_kflag btf_type_kflag