Home | History | Annotate | Download | only in bfd

Lines Matching refs:rel

346   Elf_Internal_Rela *rel, *relend;
351 rel = relocs;
353 for (; rel < relend; rel++)
363 r_symndx = ELF32_R_SYM (rel->r_info);
364 r_type = ELF32_R_TYPE (rel->r_info);
372 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
378 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
392 rel, 1, relend, howto, 0, contents);
400 contents, rel->r_offset,
401 relocation, rel->r_addend,