Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
[glibc.git] / sysdeps / x86 / cpu-features-offsets.sym
blob33dd094e37f0fec723538429685e4a1441ec9e28
1 #define SHARED 1
3 #include <ldsodefs.h>
5 #define rtld_global_ro_offsetof(mem) offsetof (struct rtld_global_ro, mem)
7 RTLD_GLOBAL_RO_DL_X86_CPU_FEATURES_OFFSET rtld_global_ro_offsetof (_dl_x86_cpu_features)
9 CPU_FEATURES_SIZE       sizeof (struct cpu_features)
10 CPUID_OFFSET            offsetof (struct cpu_features, cpuid)
11 CPUID_SIZE              sizeof (struct cpuid_registers)
12 CPUID_EAX_OFFSET        offsetof (struct cpuid_registers, eax)
13 CPUID_EBX_OFFSET        offsetof (struct cpuid_registers, ebx)
14 CPUID_ECX_OFFSET        offsetof (struct cpuid_registers, ecx)
15 CPUID_EDX_OFFSET        offsetof (struct cpuid_registers, edx)
16 FAMILY_OFFSET           offsetof (struct cpu_features, family)
17 MODEL_OFFSET            offsetof (struct cpu_features, model)
18 XSAVE_STATE_SIZE_OFFSET offsetof (struct cpu_features, xsave_state_size)
19 FEATURE_OFFSET          offsetof (struct cpu_features, feature)
20 FEATURE_SIZE            sizeof (unsigned int)
22 COMMON_CPUID_INDEX_1
23 COMMON_CPUID_INDEX_7
24 FEATURE_INDEX_1