Searched refs:eq_string (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/binutils-2.27/binutils/ |
H A D | objcopy.c | 923 eq_string (const void *s1, const void *s2) in eq_string() function 931 return htab_create_alloc (16, htab_hash_string, eq_string, NULL, xcalloc, free); in create_symbol_htab()
|
/dflybsd-src/contrib/binutils-2.34/binutils/ |
H A D | objcopy.c | 1023 eq_string (const void *s1, const void *s2) in eq_string() function 1031 return htab_create_alloc (16, htab_hash_string, eq_string, NULL, xcalloc, free); in create_symbol_htab()
|