Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/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.
DChangeLog1734 * config/tc-i386.c (lex_got): Adjust surrounding #if. Fold TE_PE
3143 * config/tc-i386.c (lex_got::gotrel): Add need_GOT_symbol.
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
DChangeLog-20163547 * config/tc-i386.c (lex_got): Likewise.
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-i386-intel.c155 char *gotfree_input_line = lex_got (&i.reloc[this_operand], in i386_operator()
Dtc-csky.c2223 lex_got (enum bfd_reloc_code_real *reloc, in lex_got() function
2298 lex_got (&insn_reloc, NULL); in parse_exp()
3798 lex_got (&r, &len); in get_operand_value()
7663 lex_got (&reloc, NULL); in csky_cons()
Dtc-i386.c12199 # define lex_got(reloc, adjust, types) NULL macro
12211 lex_got (enum bfd_reloc_code_real *rel, in lex_got() function
12408 gotfree_input_line = lex_got (&got_reloc, &adjust, NULL); in x86_cons()
13573 gotfree_input_line = lex_got (&i.reloc[this_operand], NULL, &types); in i386_immediate()
13849 gotfree_input_line = lex_got (&i.reloc[this_operand], NULL, &types); in i386_displacement()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git115073 Furthermore the type mask returned by lex_got() also needs to be