Searched refs:lex_got (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-i386.c | 3517 static char *lex_got PARAMS ((enum bfd_reloc_code_real *, int *)); 3529 lex_got (reloc, adjust) in lex_got() function 3641 gotfree_input_line = lex_got (&got_reloc, &adjust); 3692 gotfree_input_line = lex_got (&i.reloc[this_operand], NULL); 3874 gotfree_input_line = lex_got (&i.reloc[this_operand], NULL);
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-i386.c | 3858 # define lex_got(reloc, adjust, types) NULL macro 3870 lex_got (enum bfd_reloc_code_real *reloc, in lex_got() function 3986 gotfree_input_line = lex_got (&got_reloc, &adjust, NULL); 4065 gotfree_input_line = lex_got (&i.reloc[this_operand], NULL, &types); 4276 gotfree_input_line = lex_got (&i.reloc[this_operand], NULL, &types);
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | ChangeLog-2005 | 1136 (lex_got): Likewise. Remove static mode_name. Change array size 1588 (lex_got): Define to NULL when not ELF or when LEX_AT. Check IS_ELF. 1603 (lex_got): Convert to ISO C90. Add third parameter. Add new field to 1609 (x86_cons): Pass additional argument to lex_got. 1611 additional argument to lex_got. Mask out operand types not supported 1901 (lex_got): Use BFD_RELOC_X86_64_GOTOFF64 for 64-bit @gotoff.
|
| H A D | ChangeLog | 718 (lex_got): Handle @tlsdesc and @tlscall.
|
| H A D | ChangeLog-0203 | 4040 (lex_got): Handle @tlsgd, @dtpoff and @tpoff in 64-bit mode, add 4110 (lex_got): Handle @GOTNTPOFF and @INDNTPOFF. 5769 (lex_got): Support @TLSGD, @TLSLDM, @GOTTPOFF, @TPOFF, @DTPOFF
|
| H A D | ChangeLog-0001 | 1726 * config/tc-i386.c (lex_got): Match lower case relocation tokens. 3028 (lex_got): New function. 3032 (i386_immediate): Use lex_got here, replacing inline code. Change
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | ChangeLog-0203 | 4040 (lex_got): Handle @tlsgd, @dtpoff and @tpoff in 64-bit mode, add 4110 (lex_got): Handle @GOTNTPOFF and @INDNTPOFF. 5769 (lex_got): Support @TLSGD, @TLSLDM, @GOTTPOFF, @TPOFF, @DTPOFF
|
| H A D | ChangeLog-0001 | 1726 * config/tc-i386.c (lex_got): Match lower case relocation tokens. 3028 (lex_got): New function. 3032 (i386_immediate): Use lex_got here, replacing inline code. Change
|