Searched refs:___bpf_typeof (Results 1 - 1 of 1) sorted by last modified time

/linux-master/tools/lib/bpf/
H A Dbpf_core_read.h156 #define ___bpf_typeof(type) ((typeof(type) *) 0)
162 #define ___bpf_typeof(type) ___bpf_typeof1(type, __COUNTER__)
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_typ
155 #define ___bpf_typeof macro
161 #define ___bpf_typeof macro
[all...]

Completed in 210 milliseconds