Home
last modified time | relevance | path

Searched refs:lex_got (Results 1 – 12 of 12) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/
DChangeLog-2013100 * 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
DChangeLog-2014137 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.
DChangeLog-20051134 (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.
DChangeLog-200743 (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
DChangeLog-2012805 * config/tc-i386.c (lex_got): Provide implementation for PE
1931 (lex_got): Also defined for Mach-O.
DChangeLog-20062250 (lex_got): Recognize @PLTOFF and @GOTPLT. Make @GOT accept also
2717 (lex_got): Handle @tlsdesc and @tlscall.
DChangeLog-20101803 * config/tc-i386.c (lex_got): Use STRING_COMMA_LEN on gotrel.
DChangeLog-02034032 (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
DChangeLog-00011716 * 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
DChangeLog1220 * config/tc-i386.c (lex_got): Likewise.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-i386-intel.c142 char *gotfree_input_line = lex_got (&i.reloc[this_operand], in i386_operator()
Dtc-i386.c7582 # 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()