Searched refs:eif (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/regress/sys/net/pflow/ |
| D | flow.pl | 180 my ($iif, $eif, $start, $end); 190 $eif = unpack('N', 217 'egressInterface > 0: ', ($iif == $eif && $eif > 0);
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elflink.c | 1414 struct elf_info_failed *eif = data; in _bfd_elf_export_symbol() local 1430 for (t = eif->verdefs; t != NULL; t = t->next) in _bfd_elf_export_symbol() 1447 if (!eif->verdefs) in _bfd_elf_export_symbol() 1450 if (! bfd_elf_link_record_dynamic_symbol (eif->info, h)) in _bfd_elf_export_symbol() 1452 eif->failed = TRUE; in _bfd_elf_export_symbol() 1549 struct elf_info_failed eif; in _bfd_elf_link_assign_sym_version() local 1560 eif.failed = FALSE; in _bfd_elf_link_assign_sym_version() 1561 eif.info = info; in _bfd_elf_link_assign_sym_version() 1562 if (! _bfd_elf_fix_symbol_flags (h, &eif)) in _bfd_elf_link_assign_sym_version() 1564 if (eif.failed) in _bfd_elf_link_assign_sym_version() [all …]
|
| D | elflink.h | 3217 struct elf_info_failed eif; variable 3289 eif.info = info; 3290 eif.verdefs = verdefs; 3291 eif.failed = FALSE; 3298 (PTR) &eif); 3299 if (eif.failed) 3392 (PTR) &eif); 3393 if (eif.failed) 4059 elf_fix_symbol_flags (h, eif) in elf_fix_symbol_flags() argument 4061 struct elf_info_failed *eif; [all …]
|
| D | ChangeLog-0001 | 3962 (elf_export_symbol): Check eif->verdefs to decide if a symbol
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | elflink.c | 1594 struct elf_info_failed *eif = data; in _bfd_elf_export_symbol() local 1610 for (t = eif->verdefs; t != NULL; t = t->next) in _bfd_elf_export_symbol() 1627 if (!eif->verdefs) in _bfd_elf_export_symbol() 1630 if (! bfd_elf_link_record_dynamic_symbol (eif->info, h)) in _bfd_elf_export_symbol() 1632 eif->failed = TRUE; in _bfd_elf_export_symbol() 1729 struct elf_info_failed eif; in _bfd_elf_link_assign_sym_version() local 1740 eif.failed = FALSE; in _bfd_elf_link_assign_sym_version() 1741 eif.info = info; in _bfd_elf_link_assign_sym_version() 1742 if (! _bfd_elf_fix_symbol_flags (h, &eif)) in _bfd_elf_link_assign_sym_version() 1744 if (eif.failed) in _bfd_elf_link_assign_sym_version() [all …]
|
| D | ChangeLog-0001 | 3962 (elf_export_symbol): Check eif->verdefs to decide if a symbol
|