Home | History | Annotate | Download | only in bfd

Lines Matching refs:rel

342   Elf_Internal_Rela *rel, *relend;
347 rel = relocs;
349 for (; rel < relend; rel++)
360 r_symndx = ELF32_R_SYM (rel->r_info);
361 r_type = ELF32_R_TYPE (rel->r_info);
371 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
377 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
385 rel, 1, relend, howto, 0, contents);
392 contents, rel->r_offset,
393 relocation, rel->r_addend,
417 rel->r_offset)))
424 rel->r_offset, TRUE)))
447 rel->r_offset)))