Searched refs:___bpf_typeof (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/lib/bpf/ |
D | bpf_core_read.h | 156 #define ___bpf_typeof(type) ((typeof(type) *) 0) macro 162 #define ___bpf_typeof(type) ___bpf_typeof1(type, __COUNTER__) macro 167 #define ___bpf_field_ref2(type, field) (___bpf_typeof(type)->field) 170 #define ___bpf_field_ref2(type, field) (&(___bpf_typeof(type)->field)) 221 __builtin_btf_type_id(*___bpf_typeof(type), BPF_TYPE_ID_LOCAL) 231 __builtin_btf_type_id(*___bpf_typeof(type), BPF_TYPE_ID_TARGET) 241 __builtin_preserve_type_info(*___bpf_typeof(type), BPF_TYPE_EXISTS) 251 __builtin_preserve_type_info(*___bpf_typeof(type), BPF_TYPE_MATCHES) 261 __builtin_preserve_type_info(*___bpf_typeof(type), BPF_TYPE_SIZE) 276 __builtin_preserve_enum_value(___bpf_typeof(enum_type), enum_value, BPF_ENUMVAL_EXISTS) [all …]
|