HomeSort by relevance Sort by last modified time
    Searched refs:relP (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-moxie.c 758 arelent *relP;
775 relP = xmalloc (sizeof (arelent));
776 gas_assert (relP != 0);
777 relP->sym_ptr_ptr = xmalloc (sizeof (asymbol *));
778 *relP->sym_ptr_ptr = symbol_get_bfdsym (fixP->fx_addsy);
779 relP->address = fixP->fx_frag->fr_address + fixP->fx_where;
781 relP->addend = fixP->fx_offset;
809 relP->addend -= S_GET_VALUE (fixP->fx_addsy);
812 relP->howto = bfd_reloc_type_lookup (stdoutput, code);
813 if (! relP->howto
    [all...]
tc-cris.c     [all...]
tc-mmix.c     [all...]

Completed in 165 milliseconds