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

/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drand_win.c401 HEAPENTRY32 hentry; local
460 ZeroMemory(&hentry, sizeof(HEAPENTRY32));
461 hentry.dwSize = sizeof(HEAPENTRY32);
462 if (heap_first(&hentry,
467 RAND_add(&hentry, hentry.dwSize, 5);
468 while (heap_next(&hentry)
491 hentry.dwSize = sizeof(HEAPENTRY32);
492 if (heap_first(&hentry,
497 RAND_add(&hentry, hentr
[all...]
/freebsd-9.3-release/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...]

Completed in 69 milliseconds