Searched refs:sym_sec (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Delfxx-sparc.h62 struct sym_sec_cache sym_sec; member in struct:_bfd_sparc_elf_link_hash_table
H A Delf32-spu.c479 spu_stub_name (const asection *sym_sec, argument
506 sym_sec->id & 0xffffffff,
715 asection *sym_sec,
723 if (sym_sec == NULL
724 || sym_sec->output_section == NULL
725 || spu_elf_section_data (sym_sec->output_section) == NULL)
736 if (spu_elf_section_data (sym_sec->output_section)->ovl_index == 0
742 if (spu_elf_section_data (sym_sec->output_section)->ovl_index
921 asection *sym_sec; local
940 if (!get_sym_h (&h, &sym, &sym_sec, psym
714 needs_ovl_stub(const char *sym_name, asection *sym_sec, asection *input_section, struct spu_link_hash_table *htab, bfd_boolean is_branch) argument
1923 asection *sym_sec; local
1961 sym_sec->owner, sym_sec); local
[all...]
H A Delf64-ppc.c3521 struct sym_sec_cache sym_sec;
3743 const asection *sym_sec,
3776 sym_sec->id & 0xffffffff,
3790 const asection *sym_sec,
3815 stub_name = ppc_stub_name (id_sec, sym_sec, h, rel);
4745 dest = bfd_section_from_r_symndx (abfd, &htab->sym_sec,
4867 s = bfd_section_from_r_symndx (abfd, &htab->sym_sec, sec,
5003 s = bfd_section_from_r_symndx (abfd, &htab->sym_sec,
6247 asection *sym_sec;
6264 sym_sec
3517 struct sym_sec_cache sym_sec; member in struct:ppc_link_hash_table
3738 ppc_stub_name(const asection *input_section, const asection *sym_sec, const struct ppc_link_hash_entry *h, const Elf_Internal_Rela *rel) argument
3785 ppc_get_stub_entry(const asection *input_section, const asection *sym_sec, struct ppc_link_hash_entry *h, const Elf_Internal_Rela *rel, struct ppc_link_hash_table *htab) argument
6243 asection *sym_sec; local
6293 dec_dynrel_count(bfd_vma r_info, asection *sec, struct bfd_link_info *info, Elf_Internal_Sym **local_syms, struct elf_link_hash_entry *h, asection *sym_sec) argument
6502 asection *sym_sec; local
6659 asection *sym_sec; local
6938 asection *sym_sec; local
7375 asection *sym_sec; local
7480 asection *sym_sec; local
7637 asection *sym_sec; local
9033 asection *sym_sec; local
9436 asection *sym_sec, *code_sec; local
[all...]
H A Delf32-cr16.c1102 asection *sym_sec; local
1106 sym_sec = bfd_und_section_ptr;
1108 sym_sec = bfd_abs_section_ptr;
1110 sym_sec = bfd_com_section_ptr;
1112 sym_sec = bfd_section_from_elf_index (abfd, isym->st_shndx);
1114 + sym_sec->output_section->vma
1115 + sym_sec->output_offset);
H A Delf-eh-frame.c709 asection *sym_sec; local
713 sym_sec = (bfd_section_from_elf_index
715 if (sym_sec != NULL)
717 if (sym_sec->kept_section != NULL)
718 sym_sec = sym_sec->kept_section;
719 if (sym_sec->output_section != NULL)
722 + sym_sec->output_offset
723 + sym_sec->output_section->vma);
H A Delfxx-ia64.c4671 asection *sym_sec;
4691 sym_sec = NULL;
4699 sym_sec = local_sections[r_symndx];
4700 msec = sym_sec;
4703 && (sym_sec->flags & SEC_MERGE) != 0
4705 && sym_sec->sec_info_type == ELF_INFO_TYPE_MERGE)
4719 msec = sym_sec;
4729 - sym_sec->output_section->vma
4730 - sym_sec->output_offset;
4754 h, sym_sec, valu
4665 asection *sym_sec; local
[all...]
H A Delf32-arm.c2247 struct sym_sec_cache sym_sec; member in struct:elf32_arm_link_hash_table
2494 ret->sym_sec.abfd = NULL;
4035 asection * sym_sec,
4068 if (sym_sec != NULL
4069 && sym_sec->owner != NULL
4070 && !INTERWORK_FLAG (sym_sec->owner))
4075 sym_sec->owner, input_bfd, name);
4141 asection * sym_sec,
4164 if (sym_sec != NULL
4165 && sym_sec
4029 elf32_thumb_to_arm_stub(struct bfd_link_info * info, const char * name, bfd * input_bfd, bfd * output_bfd, asection * input_section, bfd_byte * hit_data, asection * sym_sec, bfd_vma offset, bfd_signed_vma addend, bfd_vma val, char **error_message) argument
4137 elf32_arm_create_thumb_stub(struct bfd_link_info * info, const char * name, bfd * input_bfd, bfd * output_bfd, asection * sym_sec, bfd_vma val, asection *s, char **error_message) argument
4230 elf32_arm_to_thumb_stub(struct bfd_link_info * info, const char * name, bfd * input_bfd, bfd * output_bfd, asection * input_section, bfd_byte * hit_data, asection * sym_sec, bfd_vma offset, bfd_signed_vma addend, bfd_vma val, char **error_message) argument
4494 elf32_arm_final_link_relocate(reloc_howto_type * howto, bfd * input_bfd, bfd * output_bfd, asection * input_section, bfd_byte * contents, Elf_Internal_Rela * rel, bfd_vma value, struct bfd_link_info * info, asection * sym_sec, const char * sym_name, int sym_flags, struct elf_link_hash_entry * h, bfd_boolean * unresolved_reloc_p, char **error_message) argument
[all...]
H A Delfxx-mips.c6816 asection *sym_sec;
6847 sym_sec = h->root.root.u.def.section;
6848 if (sym_sec->output_section)
6850 + sym_sec->output_section->vma
6851 + sym_sec->output_offset);
6875 sym_sec = bfd_abs_section_ptr;
6877 sym_sec = bfd_com_section_ptr;
6879 sym_sec
6882 + sym_sec->output_section->vma
6883 + sym_sec
6787 asection *sym_sec; local
[all...]
H A Delf32-i386.c688 struct sym_sec_cache sym_sec;
760 ret->sym_sec.abfd = NULL;
1242 s = bfd_section_from_r_symndx (abfd, &htab->sym_sec,
686 struct sym_sec_cache sym_sec; member in struct:elf_i386_link_hash_table
H A Delf32-s390.c733 struct sym_sec_cache sym_sec; member in struct:elf_s390_link_hash_table
802 ret->sym_sec.abfd = NULL;
1335 s = bfd_section_from_r_symndx (abfd, &htab->sym_sec,
H A Delf64-s390.c688 struct sym_sec_cache sym_sec; member in struct:elf_s390_link_hash_table
757 ret->sym_sec.abfd = NULL;
1303 s = bfd_section_from_r_symndx (abfd, &htab->sym_sec,
H A Delf64-x86-64.c493 struct sym_sec_cache sym_sec;
561 ret->sym_sec.abfd = NULL;
1094 s = bfd_section_from_r_symndx (abfd, &htab->sym_sec,
491 struct sym_sec_cache sym_sec; member in struct:elf64_x86_64_link_hash_table
H A Delf32-ppc.c2514 struct sym_sec_cache sym_sec;
3503 s = bfd_section_from_r_symndx (abfd, &htab->sym_sec, sec,
3650 s = bfd_section_from_r_symndx (abfd, &htab->sym_sec,
2509 struct sym_sec_cache sym_sec; member in struct:ppc_elf_link_hash_table
H A Delf.c436 asection *sym_sec)
454 else if (sym_sec && *name == '\0')
455 name = bfd_section_name (abfd, sym_sec);
433 bfd_elf_sym_name(bfd *abfd, Elf_Internal_Shdr *symtab_hdr, Elf_Internal_Sym *isym, asection *sym_sec) argument
H A Delfxx-sparc.c1482 s = bfd_section_from_r_symndx (abfd, &htab->sym_sec,
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjdump.c1643 asection *sym_sec;
1645 sym_sec = bfd_get_section (*q->sym_ptr_ptr);
1646 sym_name = bfd_get_section_name (aux->abfd, sym_sec);
1639 asection *sym_sec; local

Completed in 303 milliseconds