Searched refs:tsec (Results 1 – 6 of 6) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elf32-xstormy16.c | 616 asection *tsec; in xstormy16_elf_relax_section() local 626 tsec = bfd_abs_section_ptr; in xstormy16_elf_relax_section() 628 tsec = bfd_com_section_ptr; in xstormy16_elf_relax_section() 630 tsec = bfd_section_from_elf_index (ibfd, isym->st_shndx); in xstormy16_elf_relax_section() 632 address = (tsec->output_section->vma in xstormy16_elf_relax_section() 633 + tsec->output_offset in xstormy16_elf_relax_section()
|
| D | elfxx-ia64.c | 867 asection *tsec; member 925 asection *tsec; local 996 tsec = bfd_abs_section_ptr; 998 tsec = bfd_com_section_ptr; 1000 tsec = bfd_com_section_ptr; 1002 tsec = bfd_section_from_elf_index (abfd, isym->st_shndx); 1032 tsec = ia64_info->plt_sec; 1048 tsec = h->root.u.def.section; 1055 if (tsec->sec_info_type == ELF_INFO_TYPE_MERGE) 1076 toff = _bfd_merged_section_offset (abfd, &tsec, [all …]
|
| D | elf32-ppc.c | 4858 asection *tsec; in ppc_elf_relax_section() member 4903 asection *tsec; in ppc_elf_relax_section() local 4950 tsec = bfd_abs_section_ptr; in ppc_elf_relax_section() 4952 tsec = bfd_com_section_ptr; in ppc_elf_relax_section() 4954 tsec = bfd_section_from_elf_index (abfd, isym->st_shndx); in ppc_elf_relax_section() 4972 tsec = NULL; in ppc_elf_relax_section() 4983 tsec = htab->glink; in ppc_elf_relax_section() 4988 tsec = htab->plt; in ppc_elf_relax_section() 4993 if (tsec != NULL) in ppc_elf_relax_section() 4998 tsec = h->root.u.def.section; in ppc_elf_relax_section() [all …]
|
| D | elf64-alpha.c | 2888 asection *tsec; member 3046 if (info->sec == info->tsec) in elf64_alpha_relax_opt_call() 3055 (info->abfd, info->tsec, (PTR) NULL, in elf64_alpha_relax_opt_call() 3060 tsec_relend = tsec_relocs + info->tsec->reloc_count; in elf64_alpha_relax_opt_call() 3065 ofs = (symval - info->tsec->output_section->vma in elf64_alpha_relax_opt_call() 3066 - info->tsec->output_offset); in elf64_alpha_relax_opt_call() 3084 if (info->link_info->hash->creator != info->tsec->owner->xvec in elf64_alpha_relax_opt_call() 3085 || info->gotobj != alpha_elf_tdata (info->tsec->owner)->gotobj) in elf64_alpha_relax_opt_call() 3697 info.tsec = bfd_abs_section_ptr; in elf64_alpha_relax_section() 3706 info.tsec = bfd_abs_section_ptr; in elf64_alpha_relax_section() [all …]
|
| D | xcofflink.c | 823 asection *tsec; in xcoff_link_create_extra_sections() local 825 tsec = bfd_make_section_anyway (abfd, ".tc"); in xcoff_link_create_extra_sections() 826 if (tsec == NULL) in xcoff_link_create_extra_sections() 829 xcoff_hash_table (info)->toc_section = tsec; in xcoff_link_create_extra_sections() 830 tsec->flags |= (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS in xcoff_link_create_extra_sections() 832 tsec->alignment_power = 2; in xcoff_link_create_extra_sections() 4887 asection *tsec; in xcoff_write_global_symbol() local 4972 tsec = coff_section_from_bfd_index (output_bfd, in xcoff_write_global_symbol() 4980 irel->r_symndx = tsec->output_section->target_index; in xcoff_write_global_symbol() 4987 if (strcmp (tsec->output_section->name, ".text") == 0) in xcoff_write_global_symbol() [all …]
|
| D | elflink.c | 923 asection *ntsec, *tsec; in _bfd_elf_merge_symbol() local 931 tsec = oldsec; in _bfd_elf_merge_symbol() 940 tsec = sec; in _bfd_elf_merge_symbol() 947 tbfd, tsec, ntbfd, ntsec, h->root.root.string); in _bfd_elf_merge_symbol() 955 tbfd, tsec, ntbfd, h->root.root.string); in _bfd_elf_merge_symbol()
|