Home
last modified time | relevance | path

Searched refs:tsec (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-xstormy16.c638 asection *tsec; in xstormy16_elf_relax_section() local
648 tsec = bfd_abs_section_ptr; in xstormy16_elf_relax_section()
650 tsec = bfd_com_section_ptr; in xstormy16_elf_relax_section()
652 tsec = bfd_section_from_elf_index (ibfd, isym->st_shndx); in xstormy16_elf_relax_section()
654 address = (tsec->output_section->vma in xstormy16_elf_relax_section()
655 + tsec->output_offset in xstormy16_elf_relax_section()
Delfnn-ia64.c326 asection *tsec; in elfNN_ia64_relax_section() member
393 asection *tsec; in elfNN_ia64_relax_section() local
465 tsec = bfd_abs_section_ptr; in elfNN_ia64_relax_section()
467 tsec = bfd_com_section_ptr; in elfNN_ia64_relax_section()
469 tsec = bfd_com_section_ptr; in elfNN_ia64_relax_section()
471 tsec = bfd_section_from_elf_index (abfd, isym->st_shndx); in elfNN_ia64_relax_section()
501 tsec = ia64_info->root.splt; in elfNN_ia64_relax_section()
517 tsec = h->root.u.def.section; in elfNN_ia64_relax_section()
524 if (tsec->sec_info_type == SEC_INFO_TYPE_MERGE) in elfNN_ia64_relax_section()
545 toff = _bfd_merged_section_offset (abfd, &tsec, in elfNN_ia64_relax_section()
[all …]
Delf64-ia64-vms.c329 asection *tsec; in elf64_ia64_relax_section() member
395 asection *tsec; in elf64_ia64_relax_section() local
466 tsec = bfd_abs_section_ptr; in elf64_ia64_relax_section()
468 tsec = bfd_com_section_ptr; in elf64_ia64_relax_section()
470 tsec = bfd_com_section_ptr; in elf64_ia64_relax_section()
472 tsec = bfd_section_from_elf_index (abfd, isym->st_shndx); in elf64_ia64_relax_section()
501 tsec = ia64_info->root.splt; in elf64_ia64_relax_section()
517 tsec = h->root.u.def.section; in elf64_ia64_relax_section()
524 symaddr = tsec->output_section->vma + tsec->output_offset + toff; in elf64_ia64_relax_section()
543 if (tsec == ia64_info->root.splt) in elf64_ia64_relax_section()
[all …]
Delf32-m32c.c1138 asection *tsec; in m32c_elf_relax_plt_section() local
1148 tsec = bfd_abs_section_ptr; in m32c_elf_relax_plt_section()
1150 tsec = bfd_com_section_ptr; in m32c_elf_relax_plt_section()
1152 tsec = bfd_section_from_elf_index (ibfd, isym->st_shndx); in m32c_elf_relax_plt_section()
1154 address = (tsec->output_section->vma in m32c_elf_relax_plt_section()
1155 + tsec->output_offset in m32c_elf_relax_plt_section()
Delf64-alpha.c3015 asection *tsec; member
3178 if (info->sec == info->tsec) in elf64_alpha_relax_opt_call()
3187 (info->abfd, info->tsec, NULL, in elf64_alpha_relax_opt_call()
3192 tsec_relend = tsec_relocs + info->tsec->reloc_count; in elf64_alpha_relax_opt_call()
3197 ofs = (symval - info->tsec->output_section->vma in elf64_alpha_relax_opt_call()
3198 - info->tsec->output_offset); in elf64_alpha_relax_opt_call()
3216 if (info->link_info->output_bfd->xvec != info->tsec->owner->xvec in elf64_alpha_relax_opt_call()
3217 || info->gotobj != alpha_elf_tdata (info->tsec->owner)->gotobj) in elf64_alpha_relax_opt_call()
3900 info.tsec = bfd_abs_section_ptr; in elf64_alpha_relax_section()
3909 info.tsec = bfd_abs_section_ptr; in elf64_alpha_relax_section()
[all …]
Delf32-ppc.c6700 asection *tsec; in ppc_elf_relax_section() member
6789 asection *tsec; in ppc_elf_relax_section() local
6837 tsec = bfd_und_section_ptr; in ppc_elf_relax_section()
6839 tsec = bfd_abs_section_ptr; in ppc_elf_relax_section()
6841 tsec = bfd_com_section_ptr; in ppc_elf_relax_section()
6843 tsec = bfd_section_from_elf_index (abfd, isym->st_shndx); in ppc_elf_relax_section()
6863 tsec = h->root.u.def.section; in ppc_elf_relax_section()
6869 tsec = bfd_und_section_ptr; in ppc_elf_relax_section()
6969 tsec = htab->glink; in ppc_elf_relax_section()
6974 tsec = htab->plt; in ppc_elf_relax_section()
[all …]
Delf32-rl78.c1398 asection *tsec; in rl78_elf_relax_plt_section() local
1408 tsec = bfd_abs_section_ptr; in rl78_elf_relax_plt_section()
1410 tsec = bfd_com_section_ptr; in rl78_elf_relax_plt_section()
1412 tsec = bfd_section_from_elf_index (ibfd, isym->st_shndx); in rl78_elf_relax_plt_section()
1414 address = (tsec->output_section->vma in rl78_elf_relax_plt_section()
1415 + tsec->output_offset in rl78_elf_relax_plt_section()
Dxcofflink.c1084 asection *tsec; in xcoff_link_create_extra_sections() local
1088 tsec = bfd_make_section_anyway_with_flags (abfd, ".tc", flags); in xcoff_link_create_extra_sections()
1089 if (tsec == NULL) in xcoff_link_create_extra_sections()
1092 xcoff_hash_table (info)->toc_section = tsec; in xcoff_link_create_extra_sections()
1093 tsec->alignment_power = 2; in xcoff_link_create_extra_sections()
5446 asection *tsec; in xcoff_write_global_symbol() local
5514 tsec = coff_section_from_bfd_index (output_bfd, in xcoff_write_global_symbol()
5522 irel->r_symndx = tsec->output_section->target_index; in xcoff_write_global_symbol()
5529 output_bfd, irel, tsec, NULL)) in xcoff_write_global_symbol()
Delflink.c1098 asection *ntsec, *tsec; in _bfd_elf_merge_symbol() local
1106 tsec = oldsec; in _bfd_elf_merge_symbol()
1115 tsec = sec; in _bfd_elf_merge_symbol()
1123 tbfd, tsec, ntbfd, ntsec, h->root.root.string); in _bfd_elf_merge_symbol()
1133 tbfd, tsec, ntbfd, h->root.root.string); in _bfd_elf_merge_symbol()
DChangeLog-2009287 (elfNN_ia64_relax_section): Pass tsec->output_section to
DChangeLog-98994725 * elf64-alpha.c (struct alpha_relax_info): Add tsec & elfsym members.