Searched refs:relP (Results 1 – 3 of 3) sorted by relevance
757 arelent *relP; in tc_gen_reloc() local774 relP = xmalloc (sizeof (arelent)); in tc_gen_reloc()775 gas_assert (relP != 0); in tc_gen_reloc()776 relP->sym_ptr_ptr = xmalloc (sizeof (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()[all …]
3915 arelent *relP; in tc_gen_reloc() local3962 relP = (arelent *) xmalloc (sizeof (arelent)); in tc_gen_reloc()3963 gas_assert (relP != 0); in tc_gen_reloc()3964 relP->sym_ptr_ptr = (asymbol **) xmalloc (sizeof (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 …]
2620 arelent *relP; in tc_gen_reloc() local2875 relP = (arelent *) xmalloc (sizeof (arelent)); in tc_gen_reloc()2876 gas_assert (relP != 0); in tc_gen_reloc()2877 relP->sym_ptr_ptr = (asymbol **) xmalloc (sizeof (asymbol *)); in tc_gen_reloc()2878 *relP->sym_ptr_ptr = baddsy; in tc_gen_reloc()2879 relP->address = fixP->fx_frag->fr_address + fixP->fx_where; in tc_gen_reloc()2881 relP->addend = addend; in tc_gen_reloc()2886 relP->howto = bfd_reloc_type_lookup (stdoutput, code); in tc_gen_reloc()2887 if (! relP->howto) in tc_gen_reloc()2898 return relP; in tc_gen_reloc()