Lines Matching refs:Strings

121   static const char *Strings[] = {
129 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
152 static const char *Strings[] = { "Not Permitted", "Permitted" };
156 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
162 static const char *Strings[] = { "Not Permitted", "Thumb-1", "Thumb-2" };
166 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
172 static const char *Strings[] = {
179 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
185 static const char *Strings[] = { "Not Permitted", "WMMXv1", "WMMXv2" };
189 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
195 static const char *Strings[] = {
201 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
207 static const char *Strings[] = {
214 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
220 static const char *Strings[] = { "v6", "Static Base", "TLS", "Unused" };
224 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
230 static const char *Strings[] = {
236 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
242 static const char *Strings[] = { "Absolute", "PC-relative", "Not Permitted" };
246 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
252 static const char *Strings[] = { "Not Permitted", "Direct", "GOT-Indirect" };
256 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
262 static const char *Strings[] = {
268 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
274 static const char *Strings[] = { "IEEE-754", "Runtime" };
278 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
284 static const char *Strings[] = { "Unsupported", "IEEE-754", "Sign Only" };
288 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
294 static const char *Strings[] = { "Not Permitted", "IEEE-754" };
298 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
305 static const char *Strings[] = { "Not Permitted", "IEEE-754" };
309 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
315 static const char *Strings[] = {
321 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
327 static const char *Strings[] = {
334 if (Value < array_lengthof(Strings))
335 Description = std::string(Strings[Value]);
347 static const char *Strings[] = {
355 if (Value < array_lengthof(Strings))
356 Description = std::string(Strings[Value]);
368 static const char *Strings[] = {
374 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
380 static const char *Strings[] = {
386 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
392 static const char *Strings[] = {
398 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
404 static const char *Strings[] = { "AAPCS", "iWMMX", "Custom" };
408 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
415 static const char *Strings[] = {
422 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
429 static const char *Strings[] = {
436 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
464 static const char *Strings[] = { "Not Permitted", "v6-style" };
468 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
474 static const char *Strings[] = { "If Available", "Permitted" };
478 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
484 static const char *Strings[] = { "Not Permitted", "IEEE-754", "VFPv3" };
488 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
494 static const char *Strings[] = { "Not Permitted", "Permitted" };
498 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
504 static const char *Strings[] = {
510 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
516 static const char *Strings[] = { "Not Permitted", "Permitted" };
520 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
526 static const char *Strings[] = {
533 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;