Lines Matching refs:rel
196 bfd_mach_o_i386_swap_reloc_out (arelent *rel, bfd_mach_o_reloc_info *rinfo)
198 rinfo->r_address = rel->address;
199 switch (rel->howto->type)
208 rinfo->r_pcrel = rel->howto->pc_relative;
209 rinfo->r_length = rel->howto->size; /* Correct in practice. */
210 if ((*rel->sym_ptr_ptr)->flags & BSF_SECTION_SYM)
214 (*rel->sym_ptr_ptr)->section->output_section->target_index;
219 rinfo->r_value = (*rel->sym_ptr_ptr)->udata.i;
226 rinfo->r_length = rel->howto->size;
228 rinfo->r_value = rel->addend;
234 rinfo->r_length = rel->howto->size;
236 rinfo->r_value = rel->addend;
243 rinfo->r_length = rel->howto->size;
245 rinfo->r_value = rel->addend;