Searched refs:relP (Results 1 – 4 of 4) sorted by relevance
567 arelent *relP; in tc_gen_reloc() local587 relP = XNEW (arelent); in tc_gen_reloc()588 gas_assert (relP != 0); in tc_gen_reloc()589 relP->sym_ptr_ptr = XNEW (asymbol *); in tc_gen_reloc()590 *relP->sym_ptr_ptr = symbol_get_bfdsym (fixP->fx_addsy); in tc_gen_reloc()591 relP->address = fixP->fx_frag->fr_address + fixP->fx_where; in tc_gen_reloc()593 relP->addend = fixP->fx_offset; in tc_gen_reloc()595 relP->howto = bfd_reloc_type_lookup (stdoutput, code); in tc_gen_reloc()596 if (! relP->howto) in tc_gen_reloc()607 return relP; in tc_gen_reloc()
758 arelent *relP; in tc_gen_reloc() local775 relP = XNEW (arelent); in tc_gen_reloc()776 relP->sym_ptr_ptr = XNEW (asymbol *); in tc_gen_reloc()777 *relP->sym_ptr_ptr = symbol_get_bfdsym (fixP->fx_addsy); in tc_gen_reloc()778 relP->address = fixP->fx_frag->fr_address + fixP->fx_where; in tc_gen_reloc()780 relP->addend = fixP->fx_offset; in tc_gen_reloc()808 relP->addend -= S_GET_VALUE (fixP->fx_addsy); in tc_gen_reloc()811 relP->howto = bfd_reloc_type_lookup (stdoutput, code); in tc_gen_reloc()812 if (! relP->howto) in tc_gen_reloc()823 return relP; in tc_gen_reloc()
3915 arelent *relP; in tc_gen_reloc() local3962 relP = XNEW (arelent); in tc_gen_reloc()3963 gas_assert (relP != 0); in tc_gen_reloc()3964 relP->sym_ptr_ptr = XNEW (asymbol *); in tc_gen_reloc()3965 *relP->sym_ptr_ptr = symbol_get_bfdsym (fixP->fx_addsy); in tc_gen_reloc()3966 relP->address = fixP->fx_frag->fr_address + fixP->fx_where; in tc_gen_reloc()3968 relP->addend = fixP->fx_offset; in tc_gen_reloc()3996 relP->addend -= S_GET_VALUE (fixP->fx_addsy); in tc_gen_reloc()3999 relP->howto = bfd_reloc_type_lookup (stdoutput, code); in tc_gen_reloc()4000 if (! relP->howto) in tc_gen_reloc()[all …]
2622 arelent *relP; in tc_gen_reloc() local2877 relP = XNEW (arelent); in tc_gen_reloc()2878 gas_assert (relP != 0); in tc_gen_reloc()2879 relP->sym_ptr_ptr = XNEW (asymbol *); in tc_gen_reloc()2880 *relP->sym_ptr_ptr = baddsy; in tc_gen_reloc()2881 relP->address = fixP->fx_frag->fr_address + fixP->fx_where; in tc_gen_reloc()2883 relP->addend = addend; in tc_gen_reloc()2888 relP->howto = bfd_reloc_type_lookup (stdoutput, code); in tc_gen_reloc()2889 if (! relP->howto) in tc_gen_reloc()2900 return relP; in tc_gen_reloc()