32bit memcmp/strcmp/strncmp optimized for SSSE3/SSS4.2
[glibc.git] / stdio-common / psiginfo-define.h
blobe1d1a351f8fb2bd06588e44bdf6457ae1b0effcc
1 static const union C(codestrs_t_, NOW) {
2 struct {
3 #define P(n, s) char MF(__LINE__)[sizeof (s)];
4 #include "psiginfo-data.h"
5 };
6 char str[0];
7 } C(codestrs_, NOW) = { {
8 #define P(n, s) s,
9 #include "psiginfo-data.h"
10 } };
11 static const uint8_t C(codes_, NOW)[] = {
12 #define P(n, s) [(n) - 1] = offsetof (union C(codestrs_t_, NOW), MF(__LINE__)),
13 #include "psiginfo-data.h"
15 #undef NOW