Lines Matching defs:relocs
150 /* The relocs associated with the instruction, if any. */
860 /* The list of unmatched HI relocs. */
1921 /* The relocatable field in an instruction and the relocs associated
2998 bfd_reloc_code_real_type relocs[3];
3204 token.u.integer.relocs[0] = BFD_RELOC_UNUSED;
3205 token.u.integer.relocs[1] = BFD_RELOC_UNUSED;
3206 token.u.integer.relocs[2] = BFD_RELOC_UNUSED;
3207 my_getSmallExpression (&token.u.integer.value, token.u.integer.relocs, s);
4213 /* VxWorks R_MIPS_GOT16 relocs never need a matching %lo();
4799 memcpy (r, arg->token->u.integer.relocs, 3 * sizeof (*r));
7042 static const bfd_reloc_code_real_type relocs[][2] =
7078 for (i = 0; i < ARRAY_SIZE (relocs); i++)
7080 r = relocs[i][0];
7084 return relocs[i][1];
7580 /* Use fx_tcbit to mark compound relocs. */
14776 /* Sort any unmatched HI16 and GOT16 relocs so that they immediately precede
14778 tc_gen_reloc. Unmatched relocs can only be generated by use of explicit
17995 /* This function is called after the relocs have been generated.