Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-i386.c3537 } gotrel[] = { local
3559 for (j = 0; j < sizeof (gotrel) / sizeof (gotrel[0]); j++)
3563 len = strlen (gotrel[j].str);
3564 if (strncasecmp (cp + 1, gotrel[j].str, len) == 0)
3566 if (gotrel[j].rel[(unsigned int) flag_code] != 0)
3571 *reloc = gotrel[j].rel[(unsigned int) flag_code];
3603 gotrel[j].str, mode_name[(unsigned int) flag_code]);
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i386.c3883 } gotrel[] = { in lex_got() local
3912 for (j = 0; j < sizeof (gotrel) / sizeof (gotrel[0]); j++) in lex_got()
3916 len = strlen (gotrel[j].str); in lex_got()
3917 if (strncasecmp (cp + 1, gotrel[j].str, len) == 0) in lex_got()
3919 if (gotrel[j].rel[object_64bit] != 0) in lex_got()
3924 *reloc = gotrel[j].rel[object_64bit]; in lex_got()
3933 *types = gotrel[j].types64; in lex_got()
3964 gotrel[j].str, 1 << (5 + object_64bit)); in lex_got()
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A DChangeLog1089 sizing of gotrel.
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-20051137 of gotrel's rel field, and adjust its initializer. Adjust diagnostic.
1604 local structure and initialize gotrel accordingly. Pass caller as
/openbsd-src/gnu/gcc/gcc/config/cris/
H A Dcris.md842 internal_error ("expand_binop failed in movsi gotrel");
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A DChangeLog-20044920 sizing of gotrel.