/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-wasm32.c | 344 int gotrel = 0; in wasm32_leb128() local 386 gotrel = 1; in wasm32_leb128() 393 gotrel = 1; in wasm32_leb128() 430 if (gotrel && code) in wasm32_leb128() 432 else if (gotrel) in wasm32_leb128()
|
H A D | tc-csky.c | 2209 static const struct _gotrel gotrel[] = in lex_got() local 2231 for (j = 0; j < sizeof (gotrel) / sizeof (gotrel[0]); j++) in lex_got() 2233 int len = strlen (gotrel[j].str); in lex_got() 2235 if (strncasecmp (cp + 1, gotrel[j].str, len) == 0) in lex_got() 2237 if (gotrel[j].rel != 0) in lex_got() 2239 *reloc = gotrel[j].rel; in lex_got() 2250 (void *)gotrel[j].str, NULL); in lex_got()
|
H A D | tc-i386.c | 10270 gotrel[] = in lex_got() local 10347 for (j = 0; j < ARRAY_SIZE (gotrel); j++) in lex_got() 10349 int len = gotrel[j].len; in lex_got() 10350 if (strncasecmp (cp + 1, gotrel[j].str, len) == 0) in lex_got() 10352 if (gotrel[j].rel[object_64bit] != 0) in lex_got() 10357 *rel = gotrel[j].rel[object_64bit]; in lex_got() 10367 *types = gotrel[j].types64; in lex_got() 10370 if (gotrel[j].need_GOT_symbol && GOT_symbol == NULL) in lex_got() 10404 gotrel[j].str, 1 << (5 + object_64bit)); in lex_got()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-wasm32.c | 344 int gotrel = 0; in wasm32_leb128() local 386 gotrel = 1; in wasm32_leb128() 393 gotrel = 1; in wasm32_leb128() 430 if (gotrel && code) in wasm32_leb128() 432 else if (gotrel) in wasm32_leb128()
|
H A D | tc-csky.c | 2231 static const struct _gotrel gotrel[] = in lex_got() local 2253 for (j = 0; j < sizeof (gotrel) / sizeof (gotrel[0]); j++) in lex_got() 2255 int len = strlen (gotrel[j].str); in lex_got() 2257 if (strncasecmp (cp + 1, gotrel[j].str, len) == 0) in lex_got() 2259 if (gotrel[j].rel != 0) in lex_got() 2261 *reloc = gotrel[j].rel; in lex_got() 2272 (void *)gotrel[j].str, NULL); in lex_got()
|
H A D | tc-i386.c | 12228 gotrel[] = in lex_got() local 12321 for (j = 0; j < ARRAY_SIZE (gotrel); j++) in lex_got() 12323 int len = gotrel[j].len; in lex_got() 12324 if (strncasecmp (cp + 1, gotrel[j].str, len) == 0) in lex_got() 12326 if (gotrel[j].rel[object_64bit] != 0) in lex_got() 12331 *rel = gotrel[j].rel[object_64bit]; in lex_got() 12341 *types = gotrel[j].types64; in lex_got() 12344 if (gotrel[j].need_GOT_symbol && GOT_symbol == NULL) in lex_got() 12378 gotrel[j].str, 1 << (5 + object_64bit)); in lex_got()
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-2005 | 1135 of gotrel's rel field, and adjust its initializer. Adjust diagnostic. 1602 local structure and initialize gotrel accordingly. Pass caller as
|
H A D | ChangeLog-2010 | 1803 * config/tc-i386.c (lex_got): Use STRING_COMMA_LEN on gotrel.
|
H A D | ChangeLog-2009 | 707 (gotrel): Update variable to use enum name instead of integer value.
|
H A D | ChangeLog-2007 | 979 (gotrel): Likewise.
|
H A D | ChangeLog | 3143 * config/tc-i386.c (lex_got::gotrel): Add need_GOT_symbol.
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-2005 | 1135 of gotrel's rel field, and adjust its initializer. Adjust diagnostic. 1602 local structure and initialize gotrel accordingly. Pass caller as
|
H A D | ChangeLog-2010 | 1803 * config/tc-i386.c (lex_got): Use STRING_COMMA_LEN on gotrel.
|
H A D | ChangeLog-2009 | 707 (gotrel): Update variable to use enum name instead of integer value.
|
H A D | ChangeLog-2007 | 979 (gotrel): Likewise.
|
H A D | ChangeLog | 2448 * config/tc-i386.c (lex_got::gotrel): Add need_GOT_symbol.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/cris/ |
H A D | cris.md | 998 internal_error ("expand_binop failed in movsi gotrel");
|
/netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
H A D | ChangeLog-2004 | 4920 sizing of gotrel.
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | ChangeLog-2004 | 4920 sizing of gotrel.
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | ChangeLog-2004 | 4920 sizing of gotrel.
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-2004 | 4920 sizing of gotrel.
|