Searched refs:BTF_KIND_CONST (Results 1 – 13 of 13) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | btf.h | 69 #define BTF_KIND_CONST 10 /* Const */ macro
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_btf.h | 52 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_CONST, 0, 0), type)
|
D | test_btf.c | 219 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_CONST, 0, 0), 1), 223 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_CONST, 0, 0), 6), 1076 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_CONST, 0, 0), 0), 1109 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_CONST, 0, 0), 0), 1139 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_CONST, 0, 0), 0), 1166 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_CONST, 0, 0), 0), 1402 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_CONST, 0, 0), 4), 1434 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_CONST, 0, 0), 5), 1438 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_CONST, 0, 0), 7), 1668 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_CONST, 0, 0), 1), [all …]
|
/external/llvm-project/llvm/test/CodeGen/BPF/BTF/ |
D | ptr-const-void.ll | 27 ; CHECK-NEXT: .long 0 # BTF_KIND_CONST(id = 2)
|
D | static-var-readonly.ll | 45 ; CHECK-NEXT: .long 0 # BTF_KIND_CONST(id = 4) 59 ; CHECK-NEXT: .long 0 # BTF_KIND_CONST(id = 8)
|
D | static-var-readonly-sec.ll | 45 ; CHECK-NEXT: .long 0 # BTF_KIND_CONST(id = 4) 59 ; CHECK-NEXT: .long 0 # BTF_KIND_CONST(id = 8)
|
D | ptr-volatile-const-void.ll | 27 ; CHECK-NEXT: .long 0 # BTF_KIND_CONST(id = 2)
|
D | map-def-3.ll | 20 ; CHECK-NEXT: .long 0 # BTF_KIND_CONST(id = 2)
|
D | global-var-sec-readonly.ll | 22 ; CHECK-NEXT: .long 0 # BTF_KIND_CONST(id = 1)
|
D | static-var-derived-type.ll | 76 ; CHECK-NEXT: .long 0 # BTF_KIND_CONST(id = 10) 93 ; CHECK-NEXT: .long 0 # BTF_KIND_CONST(id = 15)
|
D | pruning-const.ll | 40 ; CHECK: .long 0 # BTF_KIND_CONST(id = 4)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 51 Kind = BTF::BTF_KIND_CONST; in BTFTypeDerived() 81 assert((Kind == BTF::BTF_KIND_PTR || Kind == BTF::BTF_KIND_CONST || in completeType()
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 52 Kind = BTF::BTF_KIND_CONST; in BTFTypeDerived() 82 assert((Kind == BTF::BTF_KIND_PTR || Kind == BTF::BTF_KIND_CONST || in completeType()
|