Home
last modified time | relevance | path

Searched refs:gotrel (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-wasm32.c344 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 Dtc-csky.c2209 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 Dtc-i386.c10270 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 Dtc-wasm32.c344 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 Dtc-csky.c2231 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 Dtc-i386.c12228 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 DChangeLog-20051135 of gotrel's rel field, and adjust its initializer. Adjust diagnostic.
1602 local structure and initialize gotrel accordingly. Pass caller as
H A DChangeLog-20101803 * config/tc-i386.c (lex_got): Use STRING_COMMA_LEN on gotrel.
H A DChangeLog-2009707 (gotrel): Update variable to use enum name instead of integer value.
H A DChangeLog-2007979 (gotrel): Likewise.
H A DChangeLog3143 * config/tc-i386.c (lex_got::gotrel): Add need_GOT_symbol.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-20051135 of gotrel's rel field, and adjust its initializer. Adjust diagnostic.
1602 local structure and initialize gotrel accordingly. Pass caller as
H A DChangeLog-20101803 * config/tc-i386.c (lex_got): Use STRING_COMMA_LEN on gotrel.
H A DChangeLog-2009707 (gotrel): Update variable to use enum name instead of integer value.
H A DChangeLog-2007979 (gotrel): Likewise.
H A DChangeLog2448 * config/tc-i386.c (lex_got::gotrel): Add need_GOT_symbol.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/cris/
H A Dcris.md998 internal_error ("expand_binop failed in movsi gotrel");
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20044920 sizing of gotrel.
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DChangeLog-20044920 sizing of gotrel.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DChangeLog-20044920 sizing of gotrel.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20044920 sizing of gotrel.