Searched refs:reloc2 (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-visium/ |
D | reloc.d | 2 #source: reloc2.s
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-mn10300.c | 2207 arelent * reloc2 = XNEW (arelent); in tc_gen_reloc() local 2209 relocs[0] = reloc2; in tc_gen_reloc() 2212 reloc2->address = reloc->address; in tc_gen_reloc() 2213 reloc2->howto = bfd_reloc_type_lookup (stdoutput, BFD_RELOC_MN10300_SYM_DIFF); in tc_gen_reloc() 2214 reloc2->addend = - S_GET_VALUE (fixp->fx_subsy); in tc_gen_reloc() 2215 reloc2->sym_ptr_ptr = XNEW (asymbol *); in tc_gen_reloc() 2216 *reloc2->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_subsy); in tc_gen_reloc()
|
D | tc-msp430.c | 4241 arelent * reloc2 = XNEW (arelent); in tc_gen_reloc() local 4243 relocs[0] = reloc2; in tc_gen_reloc() 4246 reloc2->address = reloc->address; in tc_gen_reloc() 4247 reloc2->howto = bfd_reloc_type_lookup (stdoutput, in tc_gen_reloc() 4249 reloc2->addend = - S_GET_VALUE (fixp->fx_subsy); in tc_gen_reloc() 4252 reloc2->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr; in tc_gen_reloc() 4255 reloc2->sym_ptr_ptr = XNEW (asymbol *); in tc_gen_reloc() 4256 *reloc2->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_subsy); in tc_gen_reloc()
|
D | tc-score7.c | 121 #define s7_RELAX_ENCODE(old, new, type, reloc1, reloc2, opt) \ argument 127 | ((reloc2) << 1) \
|
D | tc-score.c | 279 #define s3_RELAX_ENCODE(old, new, type, reloc1, reloc2, opt) \ argument 285 | ((reloc2) << 1) \
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-0203 | 1672 (tc_gen_reloc): Use appropriate value for reloc2 addend. Remove
|