Searched refs:input_sec (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf-vxworks.c134 asection *input_sec ATTRIBUTE_UNUSED,
H A Delflink.c7655 asection *input_sec,
7669 if (! (*output_symbol_hook) (finfo->info, name, elfsym, input_sec, h))
7675 else if (input_sec->flags & SEC_EXCLUDE)
7896 asection *input_sec;
8027 input_sec = bfd_und_section_ptr;
8034 input_sec = h->root.u.def.section; local
8035 if (input_sec->output_section != NULL)
8039 input_sec->output_section);
8044 finfo->output_bfd, input_sec->output_section, input_sec);
7642 elf_link_output_sym(struct elf_final_link_info *finfo, const char *name, Elf_Internal_Sym *elfsym, asection *input_sec, struct elf_link_hash_entry *h) argument
7886 asection *input_sec; local
[all...]
H A Delf64-ppc.c8279 ppc_type_of_stub (asection *input_sec,
8324 location = (input_sec->output_offset
8325 + input_sec->output_section->vma
11561 asection *input_sec,
11570 opd_adjust = get_opd_info (input_sec);
11574 value = elfsym->st_value - input_sec->output_offset;
11576 value -= input_sec->output_section->vma;
8275 ppc_type_of_stub(asection *input_sec, const Elf_Internal_Rela *rel, struct ppc_link_hash_entry **hash, bfd_vma destination) argument
11554 ppc64_elf_output_symbol_hook(struct bfd_link_info *info, const char *name ATTRIBUTE_UNUSED, Elf_Internal_Sym *elfsym, asection *input_sec, struct elf_link_hash_entry *h) argument
H A Delf32-score.c2774 asection *input_sec,
2780 if (sym->st_shndx == SHN_COMMON && strcmp (input_sec->name, ".scommon") == 0)
2771 _bfd_score_elf_link_output_symbol_hook(struct bfd_link_info *info ATTRIBUTE_UNUSED, const char *name ATTRIBUTE_UNUSED, Elf_Internal_Sym *sym, asection *input_sec, struct elf_link_hash_entry *h ATTRIBUTE_UNUSED) argument
H A Delfxx-mips.c5925 asection *input_sec, struct elf_link_hash_entry *h ATTRIBUTE_UNUSED)
5931 && strcmp (input_sec->name, ".scommon") == 0)
5896 _bfd_mips_elf_link_output_symbol_hook(struct bfd_link_info *info ATTRIBUTE_UNUSED, const char *name ATTRIBUTE_UNUSED, Elf_Internal_Sym *sym, asection *input_sec, struct elf_link_hash_entry *h ATTRIBUTE_UNUSED) argument

Completed in 129 milliseconds