Searched refs:lex_got (Results 1 – 12 of 12) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2013 | 100 * config/tc-i386.c (lex_got): Add a dummy "int bnd_prefix" 141 (lex_got): Add an argument, bnd_prefix, to indicate if 144 (x86_cons): Update lex_got call. 150 * config/tc-i386-intel.c (i386_operator): Update lex_got call. 1906 (lex_got): Likewise. 1922 (lex_got): Support "symbol@SIZE" and don't create GOT symbol 1936 * config/tc-i386.c (lex_got): Increment length by 1 if the
|
D | ChangeLog-2014 | 137 from lex_got call. 146 * (lex_got): Remove bnd_prefix from parameters' list in macro and 148 * (x86_cons): Update call to lex_got accordingly.
|
D | ChangeLog-2005 | 1134 (lex_got): Likewise. Remove static mode_name. Change array size 1586 (lex_got): Define to NULL when not ELF or when LEX_AT. Check IS_ELF. 1601 (lex_got): Convert to ISO C90. Add third parameter. Add new field to 1607 (x86_cons): Pass additional argument to lex_got. 1609 additional argument to lex_got. Mask out operand types not supported 1872 (lex_got): Use BFD_RELOC_X86_64_GOTOFF64 for 64-bit @gotoff.
|
D | ChangeLog-2007 | 43 (lex_got): Likewise. 1123 * config/tc-i386.c (lex_got): Don't scan past a comma. 1646 * config/tc-i386.c (lex_got): Don't replace the reloc token with
|
D | ChangeLog-2012 | 805 * config/tc-i386.c (lex_got): Provide implementation for PE 1931 (lex_got): Also defined for Mach-O.
|
D | ChangeLog-2006 | 2250 (lex_got): Recognize @PLTOFF and @GOTPLT. Make @GOT accept also 2717 (lex_got): Handle @tlsdesc and @tlscall.
|
D | ChangeLog-2010 | 1803 * config/tc-i386.c (lex_got): Use STRING_COMMA_LEN on gotrel.
|
D | ChangeLog-0203 | 4032 (lex_got): Handle @tlsgd, @dtpoff and @tpoff in 64-bit mode, add 4102 (lex_got): Handle @GOTNTPOFF and @INDNTPOFF. 5761 (lex_got): Support @TLSGD, @TLSLDM, @GOTTPOFF, @TPOFF, @DTPOFF
|
D | ChangeLog-0001 | 1716 * config/tc-i386.c (lex_got): Match lower case relocation tokens. 3018 (lex_got): New function. 3022 (i386_immediate): Use lex_got here, replacing inline code. Change
|
D | ChangeLog | 1220 * config/tc-i386.c (lex_got): Likewise.
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-i386-intel.c | 142 char *gotfree_input_line = lex_got (&i.reloc[this_operand], in i386_operator()
|
D | tc-i386.c | 7582 # define lex_got(reloc, adjust, types) NULL macro 7594 lex_got (enum bfd_reloc_code_real *rel, in lex_got() function 7746 #ifdef lex_got 7747 #undef lex_got 7761 lex_got (enum bfd_reloc_code_real *rel ATTRIBUTE_UNUSED, in lex_got() function 7864 gotfree_input_line = lex_got (&got_reloc, &adjust, NULL); in x86_cons() 8098 gotfree_input_line = lex_got (&i.reloc[this_operand], NULL, &types); in i386_immediate() 8355 gotfree_input_line = lex_got (&i.reloc[this_operand], NULL, &types); in i386_displacement()
|