| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-wasm32.c | 344 int gotrel = 0; local 386 gotrel = 1; 393 gotrel = 1; 430 if (gotrel && code) 432 else if (gotrel)
|
| tc-csky.c | 2255 static const struct _gotrel gotrel[] = local 2277 for (j = 0; j < sizeof (gotrel) / sizeof (gotrel[0]); j++) 2279 int len = strlen (gotrel[j].str); 2281 if (strncasecmp (cp + 1, gotrel[j].str, len) == 0) 2283 if (gotrel[j].rel != 0) 2285 *reloc = gotrel[j].rel; 2296 (void *)gotrel[j].str, NULL);
|
| tc-i386.c | 395 /* Has relocation entry from the gotrel array. */ 1380 gotrel[] = variable in typeref:struct:__anon10027 7108 for (k = 0; k < ARRAY_SIZE (gotrel); k++) 7109 if (gotrel[k].rel[object_64bit] == r_type) 7116 gotrel[k].str, insn_name (&i.tm)); 7121 gotrel[k].str, insn_name (&i.tm)); 7125 as_bad (_("@%s operator requires no SIB"), gotrel[k].str); 7129 as_bad (_("@%s operator requires base register"), gotrel[k].str); 7134 gotrel[k].str); 7138 as_bad (_("@%s operator requires no base register"), gotrel[k].str) [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-wasm32.c | 344 int gotrel = 0; local 386 gotrel = 1; 393 gotrel = 1; 430 if (gotrel && code) 432 else if (gotrel)
|
| tc-csky.c | 2255 static const struct _gotrel gotrel[] = local 2277 for (j = 0; j < sizeof (gotrel) / sizeof (gotrel[0]); j++) 2279 int len = strlen (gotrel[j].str); 2281 if (strncasecmp (cp + 1, gotrel[j].str, len) == 0) 2283 if (gotrel[j].rel != 0) 2285 *reloc = gotrel[j].rel; 2296 (void *)gotrel[j].str, NULL);
|
| tc-i386.c | 395 /* Has relocation entry from the gotrel array. */ 1359 gotrel[] = variable in typeref:struct:__anon11499 6946 for (k = 0; k < ARRAY_SIZE (gotrel); k++) 6947 if (gotrel[k].rel[object_64bit] == r_type) 6954 gotrel[k].str, insn_name (&i.tm)); 6959 gotrel[k].str, insn_name (&i.tm)); 6963 as_bad (_("@%s operator requires no SIB"), gotrel[k].str); 6967 as_bad (_("@%s operator requires base register"), gotrel[k].str); 6972 gotrel[k].str); 6976 as_bad (_("@%s operator requires no base register"), gotrel[k].str) [all...] |