Home | History | Annotate | Download | only in bfd

Lines Matching refs:rel

252      Elf_Internal_Rela * rel,
256 contents, rel->r_offset,
257 relocation, rel->r_addend);
269 actually uses Rel structures, the r_addend field will always be
306 Elf_Internal_Rela * rel;
313 for (rel = relocs; rel < relend; rel ++)
325 r_type = ELF32_R_TYPE (rel->r_info);
327 r_symndx = ELF32_R_SYM (rel->r_info);
329 howto = mt_elf_howto_table + ELF32_R_TYPE (rel->r_info);
338 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
349 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
359 rel, 1, relend, howto, 0, contents);
368 r = mt_elf_relocate_hi16 (input_bfd, rel, contents, relocation);
372 contents, rel, relocation);
386 input_bfd, input_section, rel->r_offset);
391 (info, name, input_bfd, input_section, rel->r_offset, TRUE);
409 (info, msg, name, input_bfd, input_section, rel->r_offset);
432 const Elf_Internal_Rela * rel;
442 for (rel = relocs; rel < rel_end; rel++)
447 r_symndx = ELF32_R_SYM (rel->r_info);