Lines Matching refs:sym_sec
1432 asection *sym_sec ATTRIBUTE_UNUSED, in mn10300_elf_final_link_relocate()
1537 && sym_sec != bfd_abs_section_ptr in mn10300_elf_final_link_relocate()
2703 asection *sym_sec = NULL; in mn10300_elf_relax_section() local
2756 sym_sec = NULL; in mn10300_elf_relax_section()
2767 sym_sec = bfd_und_section_ptr; in mn10300_elf_relax_section()
2769 sym_sec = bfd_abs_section_ptr; in mn10300_elf_relax_section()
2771 sym_sec = bfd_com_section_ptr; in mn10300_elf_relax_section()
2773 sym_sec in mn10300_elf_relax_section()
2795 sprintf (new_name, "%s_%08x", sym_name, sym_sec->id); in mn10300_elf_relax_section()
2883 sym_sec = bfd_und_section_ptr; in mn10300_elf_relax_section()
2885 sym_sec = bfd_abs_section_ptr; in mn10300_elf_relax_section()
2887 sym_sec = bfd_com_section_ptr; in mn10300_elf_relax_section()
2889 sym_sec in mn10300_elf_relax_section()
2904 sprintf (new_name, "%s_%08x", sym_name, sym_sec->id); in mn10300_elf_relax_section()
3085 asection *sym_sec = NULL; in mn10300_elf_relax_section() local
3095 sym_sec = bfd_und_section_ptr; in mn10300_elf_relax_section()
3097 sym_sec = bfd_abs_section_ptr; in mn10300_elf_relax_section()
3099 sym_sec = bfd_com_section_ptr; in mn10300_elf_relax_section()
3101 sym_sec in mn10300_elf_relax_section()
3115 sprintf (new_name, "%s_%08x", sym_name, sym_sec->id); in mn10300_elf_relax_section()
3331 asection *sym_sec = NULL; in mn10300_elf_relax_section() local
3377 sym_sec = bfd_und_section_ptr; in mn10300_elf_relax_section()
3379 sym_sec = bfd_abs_section_ptr; in mn10300_elf_relax_section()
3381 sym_sec = bfd_com_section_ptr; in mn10300_elf_relax_section()
3383 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx); in mn10300_elf_relax_section()
3389 if ((sym_sec->flags & SEC_MERGE) in mn10300_elf_relax_section()
3390 && sym_sec->sec_info_type == SEC_INFO_TYPE_MERGE) in mn10300_elf_relax_section()
3407 symval = _bfd_merged_section_offset (abfd, & sym_sec, in mn10300_elf_relax_section()
3408 elf_section_data (sym_sec)->sec_info, in mn10300_elf_relax_section()
3414 symval += sym_sec->output_section->vma in mn10300_elf_relax_section()
3415 + sym_sec->output_offset - irel->r_addend; in mn10300_elf_relax_section()
3419 + sym_sec->output_section->vma in mn10300_elf_relax_section()
3420 + sym_sec->output_offset); in mn10300_elf_relax_section()
3427 sprintf (new_name, "%s_%08x", sym_name, sym_sec->id); in mn10300_elf_relax_section()
3455 sym_sec = h->root.root.u.def.section->output_section; in mn10300_elf_relax_section()
3558 if (sec->output_section == sym_sec->output_section) in mn10300_elf_relax_section()