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

Lines Matching refs:rel

1141   static const char dname[] = ".rel.dyn";
1179 /* Create a rel.dyn relocation for the dynamic linker to resolve. REL
1187 const Elf_Internal_Rela *rel,
1199 r_type = ELF32_R_TYPE (rel->r_info);
1207 _bfd_elf_section_offset (output_bfd, info, input_section, rel[0].r_offset);
1209 _bfd_elf_section_offset (output_bfd, info, input_section, rel[1].r_offset);
1211 _bfd_elf_section_offset (output_bfd, info, input_section, rel[2].r_offset);
1840 Elf_Internal_Rela *rel,
1852 bfd_byte *hit_data = contents + rel->r_offset;
1900 r_symndx = ELF32_R_SYM (rel->r_info);
1901 r_type = ELF32_R_TYPE (rel->r_info);
1902 rel_addr = (input_section->output_section->vma + input_section->output_offset + rel->r_offset);
1903 local_p = score_elf_local_relocation_p (input_bfd, rel, local_sections, TRUE);
1914 lo16_rel = score_elf_next_relocation (input_bfd, R_SCORE_GOT_LO16, rel, relend);
2004 if (!score_elf_create_dynamic_relocation (output_bfd, info, rel, h,
2127 forced = ! score_elf_local_relocation_p (input_bfd, rel,
2208 Elf_Internal_Rela *rel;
2244 rel = relocs;
2246 for (; rel < relend; rel++)
2258 r_symndx = ELF32_R_SYM (rel->r_info);
2259 r_type = ELF32_R_TYPE (rel->r_info);
2261 _bfd_score_info_to_howto (input_bfd, &bfd_reloc, (Elf_Internal_Rela *) rel);
2276 score_elf_add_to_rel (input_bfd, contents + rel->r_offset,
2308 hi16_addend = bfd_get_32 (input_bfd, contents + rel->r_offset - 4);
2310 value = bfd_get_32 (input_bfd, contents + rel->r_offset);
2321 bfd_put_32 (input_bfd, hi16_value, contents + rel->r_offset - 4);
2325 bfd_put_32 (input_bfd, value, contents + rel->r_offset);
2328 value = bfd_get_32 (input_bfd, contents + rel->r_offset);
2336 bfd_put_32 (input_bfd, value, contents + rel->r_offset);
2339 value = bfd_get_32 (input_bfd, contents + rel->r_offset);
2354 bfd_put_32 (input_bfd, value, contents + rel->r_offset);
2423 input_section, rel->r_offset,
2432 input_section, contents, rel, relocs,
2451 input_bfd, input_section, rel->r_offset))))
2456 (info, name, input_bfd, input_section, rel->r_offset, TRUE)))
2478 (info, msg, name, input_bfd, input_section, rel->r_offset)))
2503 const Elf_Internal_Rela *rel;
2540 for (rel = relocs; rel < rel_end; ++rel)
2546 r_symndx = ELF32_R_SYM (rel->r_info);
2547 r_type = ELF32_R_TYPE (rel->r_info);
2596 if (! score_elf_record_local_got_symbol (abfd, r_symndx, rel->r_addend, g))
2607 abfd, (unsigned long) rel->r_offset);
2642 in the .rel.dyn reloc section. */
2684 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
2691 if (!bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_offset))
3015 if (CONST_STRNEQ (name, ".rel"))
3037 If the relocation section is .rel.dyn, we always
3045 && (target->flags & SEC_ALLOC) != 0) || strcmp (outname, ".rel.dyn") == 0)
3050 if (strcmp (name, ".rel.dyn") != 0)
3576 cookie->rel = cookie->rels;
3619 Elf_Internal_Rela *rel,
3624 switch (ELF32_R_TYPE (rel->r_info))
3631 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym);