Home
last modified time | relevance | path

Searched refs:eq_pointer (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dhashtab.c72 static int eq_pointer (const void *, const void *);
80 htab_eq htab_eq_pointer = eq_pointer;
205 eq_pointer (const PTR p1, const PTR p2) in eq_pointer() function