Searched refs:hentry (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/binutils/bfd/
H A Dxcofflink.c2982 struct xcoff_link_hash_entry *hentry;
3020 hentry = NULL;
3023 hentry = xcoff_link_hash_lookup (xcoff_hash_table (info), entry,
3025 if (hentry != NULL)
3026 hentry->flags |= XCOFF_ENTRY;
3083 || hentry == NULL
3084 || (hentry->root.type != bfd_link_hash_defined
3085 && hentry->root.type != bfd_link_hash_defweak))
3108 if (! xcoff_mark (info, hentry->root.u.def.section))
4891 struct xcoff_link_hash_entry *hentry;
2977 struct xcoff_link_hash_entry *hentry; local
4885 struct xcoff_link_hash_entry *hentry; local
[all...]
/freebsd-11-stable/contrib/mtree/
H A Donly.c56 struct hentry { struct
59 struct hentry *next;
62 static struct hentry *table[1024];
79 struct hentry *e;
91 struct hentry *e;

Completed in 174 milliseconds