Lines Matching defs:rel

701   const Elf_Internal_Rela *rel;
724 for (rel = relocs; rel < rel_end; rel++)
729 r_symndx = ELF32_R_SYM (rel->r_info);
747 switch (ELF32_R_TYPE (rel->r_info))
761 switch (ELF32_R_TYPE (rel->r_info))
1381 Elf_Internal_Rela *rel, *relend;
1386 rel = relocs;
1388 for (; rel < relend; rel++)
1399 r_symndx = ELF32_R_SYM (rel->r_info);
1400 r_type = ELF32_R_TYPE (rel->r_info);
1410 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
1416 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
1424 rel, 1, relend, howto, 0, contents);
1431 contents, rel->r_offset,
1432 relocation, rel->r_addend,
1457 (bfd_vma) 0, input_bfd, input_section, rel->r_offset);
1462 (info, name, input_bfd, input_section, rel->r_offset, TRUE);
1483 input_section, rel->r_offset);
2203 Elf_Internal_Rela *rel,
2207 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym);
2248 /* We need to create .plt, .rel[a].plt, .got, .got.plt, .dynbss, and
2249 .rel[a].bss sections. */
2256 ? ".rela.plt" : ".rel.plt"),
2279 /* The .rel[a].bss section holds copy relocs. This section is not
2294 ? ".rela.bss" : ".rel.bss"),
2614 Elf_Internal_Rela rel;
2622 rel.r_offset = (sgot->output_section->vma
2635 rel.r_info = ELF32_R_INFO (0, R_CR16_GOT_REGREL20);
2636 rel.r_addend = (h->root.u.def.value
2643 rel.r_info = ELF32_R_INFO (h->dynindx, R_CR16_GOT_REGREL20);
2644 rel.r_addend = 0;
2647 bfd_elf32_swap_reloca_out (output_bfd, &rel,
2656 Elf_Internal_Rela rel;
2666 rel.r_offset = (h->root.u.def.value
2669 rel.r_info = ELF32_R_INFO (h->dynindx, R_CR16_GOT_REGREL20);
2670 rel.r_addend = 0;
2671 bfd_elf32_swap_reloca_out (output_bfd, &rel,
2760 /* Given a .data.rel section and a .emreloc in-memory section, store