Home | History | Annotate | Download | only in config

Lines Matching refs:rel

5095   arelent *rel;
5099 rel = (arelent *) xmalloc (sizeof (arelent));
5100 rel->sym_ptr_ptr = (asymbol **) xmalloc (sizeof (asymbol *));
5101 *rel->sym_ptr_ptr = sym;
5102 /* We assume that all rel->address are host byte offsets. */
5103 rel->address = fixP->fx_frag->fr_address + fixP->fx_where;
5104 rel->address /= OCTETS_PER_BYTE;
5105 rel->howto = bfd_reloc_type_lookup (stdoutput, code);
5107 rel->howto += HOWTO_BANK;
5109 if (!rel->howto)
5118 return rel;