Searched refs:HTAB_EMPTY_ENTRY (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dhashtab.c284 hash table entries are HTAB_EMPTY_ENTRY). The function returns the
395 if (entries[i] != HTAB_EMPTY_ENTRY && entries[i] != HTAB_DELETED_ENTRY)
421 if (entries[i] != HTAB_EMPTY_ENTRY && entries[i] != HTAB_DELETED_ENTRY)
463 if (*slot == HTAB_EMPTY_ENTRY)
476 if (*slot == HTAB_EMPTY_ENTRY)
538 if (x != HTAB_EMPTY_ENTRY && x != HTAB_DELETED_ENTRY)
571 if (entry == HTAB_EMPTY_ENTRY
584 if (entry == HTAB_EMPTY_ENTRY
630 if (entry == HTAB_EMPTY_ENTRY)
646 if (entry == HTAB_EMPTY_ENTRY)
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dhashtab.c284 hash table entries are HTAB_EMPTY_ENTRY). The function returns the
395 if (entries[i] != HTAB_EMPTY_ENTRY && entries[i] != HTAB_DELETED_ENTRY)
421 if (entries[i] != HTAB_EMPTY_ENTRY && entries[i] != HTAB_DELETED_ENTRY)
463 if (*slot == HTAB_EMPTY_ENTRY)
476 if (*slot == HTAB_EMPTY_ENTRY)
538 if (x != HTAB_EMPTY_ENTRY && x != HTAB_DELETED_ENTRY)
571 if (entry == HTAB_EMPTY_ENTRY
584 if (entry == HTAB_EMPTY_ENTRY
630 if (entry == HTAB_EMPTY_ENTRY)
646 if (entry == HTAB_EMPTY_ENTRY)
[all...]
/freebsd-11-stable/contrib/gcclibs/include/
H A Dhashtab.h86 #define HTAB_EMPTY_ENTRY ((PTR) 0) macro
/freebsd-11-stable/contrib/binutils/include/
H A Dhashtab.h86 #define HTAB_EMPTY_ENTRY ((PTR) 0) macro
/freebsd-11-stable/contrib/gcc/
H A Dtree-flow-inline.h39 if (x != HTAB_EMPTY_ENTRY && x != HTAB_DELETED_ENTRY)
68 if (x != HTAB_EMPTY_ENTRY && x != HTAB_DELETED_ENTRY)
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-eh-frame.c928 if (*loc != HTAB_EMPTY_ENTRY)

Completed in 232 milliseconds