Home | History | Annotate | Download | only in config

Lines Matching refs:reloc

309     enum bfd_reloc_code_real reloc[MAX_OPERANDS];
2834 reloc (unsigned int size,
3469 i.reloc[j] = NO_RELOC;
3683 calls are pc relative, we need to generate a reloc. */
4101 temp_reloc = i.reloc[xchg2];
4102 i.reloc[xchg2] = i.reloc[xchg1];
4103 i.reloc[xchg1] = temp_reloc;
4359 else if (i.reloc[op] == BFD_RELOC_386_TLS_DESC_CALL
4360 || i.reloc[op] == BFD_RELOC_X86_64_TLSDESC_CALL)
4363 i.op[op].disps, 0, i.reloc[op]);
6486 && (i.reloc[op] == BFD_RELOC_386_TLS_DESC_CALL
6487 || i.reloc[op] == BFD_RELOC_X86_64_TLSDESC_CALL))
6782 Pass reloc in fr_var. */
6785 || i.reloc[0] != NO_RELOC
6787 ? i.reloc[0]
6865 i.op[0].disps, 1, reloc (size, 1, 1,
6868 i.reloc[0]));
6934 i.op[1].imms, 0, reloc (size, 0, 0, 0, i.reloc[1]));
7021 && i.reloc[0] == BFD_RELOC_X86_64_GOTTPOFF
7213 reloc_type = reloc (size, pcrel, sign,
7216 i.reloc[n]);
7307 reloc_type = reloc (size, 0, sign, 0, i.reloc[n]);
7394 reloc is needed. We use this hook to get the correct .got reloc. */
7401 r = reloc (len, 0, cons_sign, 0, r);
7427 # define lex_got(reloc, adjust, types, bnd_prefix) NULL
7433 If we find one, set up the correct relocation in RELOC and copy the
7448 and adjust the reloc according to the real size in reloc(). */
7553 /* The second part goes from after the reloc token until
7582 as_bad (_("@%s reloc is not supported with %d-bit output format"),
7600 If we find one, set up the correct relocation in RELOC and copy the
7664 /* The second part goes from after the reloc token until
7685 as_bad (_("@%s reloc is not supported with %d-bit output format"),
7947 gotfree_input_line = lex_got (&i.reloc[this_operand], NULL, &types,
8206 gotfree_input_line = lex_got (&i.reloc[this_operand], NULL, &types,
8246 if (i.reloc[this_operand] == BFD_RELOC_386_GOTOFF
8247 || i.reloc[this_operand] == BFD_RELOC_X86_64_GOTPCREL
8248 || i.reloc[this_operand] == BFD_RELOC_X86_64_GOTOFF64)
8259 if (i.reloc[this_operand] == BFD_RELOC_X86_64_GOTPCREL)
8260 i.reloc[this_operand] = BFD_RELOC_32_PCREL;
8261 else if (i.reloc[this_operand] == BFD_RELOC_X86_64_GOTOFF64)
8262 i.reloc[this_operand] = BFD_RELOC_64;
8264 i.reloc[this_operand] = BFD_RELOC_32;
8926 reloc so that weak symbols can be overridden. */