Home
last modified time | relevance | path

Searched refs:eif (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/binutils/bfd/
Delflink.c1695 struct elf_info_failed *eif = data; in _bfd_elf_export_symbol() local
1698 if (!eif->info->export_dynamic && !h->dynamic) in _bfd_elf_export_symbol()
1715 for (t = eif->verdefs; t != NULL; t = t->next) in _bfd_elf_export_symbol()
1732 if (!eif->verdefs) in _bfd_elf_export_symbol()
1735 if (! bfd_elf_link_record_dynamic_symbol (eif->info, h)) in _bfd_elf_export_symbol()
1737 eif->failed = TRUE; in _bfd_elf_export_symbol()
1834 struct elf_info_failed eif; in _bfd_elf_link_assign_sym_version() local
1845 eif.failed = FALSE; in _bfd_elf_link_assign_sym_version()
1846 eif.info = info; in _bfd_elf_link_assign_sym_version()
1847 if (! _bfd_elf_fix_symbol_flags (h, &eif)) in _bfd_elf_link_assign_sym_version()
[all …]
DChangeLog-00013962 (elf_export_symbol): Check eif->verdefs to decide if a symbol