HomeSort by: relevance | last modified time | path
    Searched defs:hentry (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/mtree/
only.c 56 struct hentry { struct
59 struct hentry *next;
62 static struct hentry *table[1024];
79 struct hentry *e;
91 struct hentry *e;
  /src/external/gpl3/binutils/dist/bfd/
xcofflink.c 6609 struct xcoff_link_hash_entry *hentry;
6633 hentry = h->descriptor;
6634 BFD_ASSERT (hentry != NULL
6635 && (hentry->root.type == bfd_link_hash_defined
6636 || hentry->root.type == bfd_link_hash_defweak));
6637 esec = hentry->root.u.def.section;
6662 + hentry->root.u.def.value),
6674 + hentry->root.u.def.value),
6597 struct xcoff_link_hash_entry *hentry; local
  /src/external/gpl3/binutils.old/dist/bfd/
xcofflink.c 6609 struct xcoff_link_hash_entry *hentry;
6633 hentry = h->descriptor;
6634 BFD_ASSERT (hentry != NULL
6635 && (hentry->root.type == bfd_link_hash_defined
6636 || hentry->root.type == bfd_link_hash_defweak));
6637 esec = hentry->root.u.def.section;
6662 + hentry->root.u.def.value),
6674 + hentry->root.u.def.value),
6597 struct xcoff_link_hash_entry *hentry; local
  /src/external/gpl3/gdb/dist/bfd/
xcofflink.c 6562 struct xcoff_link_hash_entry *hentry;
6586 hentry = h->descriptor;
6587 BFD_ASSERT (hentry != NULL
6588 && (hentry->root.type == bfd_link_hash_defined
6589 || hentry->root.type == bfd_link_hash_defweak));
6590 esec = hentry->root.u.def.section;
6615 + hentry->root.u.def.value),
6627 + hentry->root.u.def.value),
6550 struct xcoff_link_hash_entry *hentry; local
  /src/external/gpl3/gdb.old/dist/bfd/
xcofflink.c 6570 struct xcoff_link_hash_entry *hentry;
6594 hentry = h->descriptor;
6595 BFD_ASSERT (hentry != NULL
6596 && (hentry->root.type == bfd_link_hash_defined
6597 || hentry->root.type == bfd_link_hash_defweak));
6598 esec = hentry->root.u.def.section;
6623 + hentry->root.u.def.value),
6635 + hentry->root.u.def.value),
6558 struct xcoff_link_hash_entry *hentry; local

Completed in 42 milliseconds