Searched refs:reloc2 (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/binutils/ld/testsuite/ld-visium/
H A Dreloc.d2 #source: reloc2.s
/haiku-buildtools/binutils/gas/config/
H A Dtc-mn10300.c2210 arelent * reloc2 = XNEW (arelent);
2212 relocs[0] = reloc2;
2215 reloc2->address = reloc->address;
2216 reloc2->howto = bfd_reloc_type_lookup (stdoutput, BFD_RELOC_MN10300_SYM_DIFF);
2217 reloc2->addend = - S_GET_VALUE (fixp->fx_subsy);
2218 reloc2->sym_ptr_ptr = XNEW (asymbol *);
2219 *reloc2->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_subsy);
2207 arelent * reloc2 = XNEW (arelent); local
H A Dtc-msp430.c4241 arelent * reloc2 = XNEW (arelent); local
4243 relocs[0] = reloc2;
4246 reloc2->address = reloc->address;
4247 reloc2->howto = bfd_reloc_type_lookup (stdoutput,
4249 reloc2->addend = - S_GET_VALUE (fixp->fx_subsy);
4252 reloc2->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr;
4255 reloc2->sym_ptr_ptr = XNEW (asymbol *);
4256 *reloc2->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_subsy);
H A Dtc-score.c279 #define s3_RELAX_ENCODE(old, new, type, reloc1, reloc2, opt) \
285 | ((reloc2) << 1) \
H A Dtc-score7.c121 #define s7_RELAX_ENCODE(old, new, type, reloc1, reloc2, opt) \
127 | ((reloc2) << 1) \
/haiku-buildtools/gcc/gcc/
H A Dvarasm.c4130 int reloc = 0, reloc2;
4165 reloc2 = compute_reloc_for_constant (TREE_OPERAND (exp, 1));
4167 if (reloc == 1 && reloc2 == 1)
4170 reloc |= reloc2;
4108 int reloc = 0, reloc2; local

Completed in 94 milliseconds