Searched refs:___bpf_typeof (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dbpf_core_read.h155 #define ___bpf_typeof(type) ((typeof(type) *) 0) macro
161 #define ___bpf_typeof(type) ___bpf_typeof1(type, __COUNTER__) macro
166 #define ___bpf_field_ref2(type, field) (___bpf_typeof(type)->field)
169 #define ___bpf_field_ref2(type, field) (&(___bpf_typeof(type)->field))
220 __builtin_btf_type_id(*___bpf_typeof(type), BPF_TYPE_ID_LOCAL)
230 __builtin_btf_type_id(*___bpf_typeof(type), BPF_TYPE_ID_TARGET)
240 __builtin_preserve_type_info(*___bpf_typeof(type), BPF_TYPE_EXISTS)
250 __builtin_preserve_type_info(*___bpf_typeof(type), BPF_TYPE_MATCHES)
260 __builtin_preserve_type_info(*___bpf_typeof(type), BPF_TYPE_SIZE)
275 __builtin_preserve_enum_value(___bpf_typeof(enum_typ
[all...]

Completed in 211 milliseconds