• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/cxxfilt-11/cxxfilt/bfd/

Lines Matching refs:rel

668   const Elf_Internal_Rela *rel;
692 for (rel = relocs; rel < rel_end; rel++)
697 r_symndx = ELF32_R_SYM (rel->r_info);
711 switch (ELF32_R_TYPE (rel->r_info))
731 switch (ELF32_R_TYPE (rel->r_info))
736 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
743 if (!bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
924 Elf_Internal_Rela *rel,
929 switch (ELF32_R_TYPE (rel->r_info))
936 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym);
1364 Elf_Internal_Rela *rel, *relend;
1372 rel = relocs;
1374 for (; rel < relend; rel++)
1385 r_symndx = ELF32_R_SYM (rel->r_info);
1386 r_type = ELF32_R_TYPE (rel->r_info);
1401 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
1409 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
1449 (long) rel->r_offset,
1456 contents, rel->r_offset,
1457 relocation, rel->r_addend,
1483 input_section, rel->r_offset)))
1490 rel->r_offset, TRUE)))
1518 rel->r_offset)))
3977 /* We need to create .plt, .rel[a].plt, .got, .got.plt, .dynbss, and
3978 .rel[a].bss sections. */
3985 ? ".rela.plt" : ".rel.plt"),
4033 /* The .rel[a].bss section holds copy relocs. This section is not
4048 ? ".rela.bss" : ".rel.bss"),
4426 Elf_Internal_Rela rel;
4490 rel.r_offset = (sgot->output_section->vma
4493 rel.r_info = ELF32_R_INFO (h->dynindx, R_MN10300_JMP_SLOT);
4494 rel.r_addend = 0;
4495 bfd_elf32_swap_reloca_out (output_bfd, &rel,
4509 Elf_Internal_Rela rel;
4517 rel.r_offset = (sgot->output_section->vma
4530 rel.r_info = ELF32_R_INFO (0, R_MN10300_RELATIVE);
4531 rel.r_addend = (h->root.u.def.value
4538 rel.r_info = ELF32_R_INFO (h->dynindx, R_MN10300_GLOB_DAT);
4539 rel.r_addend = 0;
4542 bfd_elf32_swap_reloca_out (output_bfd, &rel,
4551 Elf_Internal_Rela rel;
4562 rel.r_offset = (h->root.u.def.value
4565 rel.r_info = ELF32_R_INFO (h->dynindx, R_MN10300_COPY);
4566 rel.r_addend = 0;
4567 bfd_elf32_swap_reloca_out (output_bfd, &rel,