Searched refs:strhash (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/ |
H A D | strtab.h | 38 typedef struct strhash { struct 43 struct strhash *str_next; /* next string in hash chain */ argument
|
/netbsd-src/lib/libintl/ |
H A D | Makefile | 6 SRCS= gettext.c textdomain.c gettext_iconv.c gettext_dummy.c strhash.c \
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | dllwrap.c | 114 static int strhash (const char *); 450 strhash (const char *str) in strhash() function 942 unsigned long hash = strhash (dll_file_name); in main()
|
H A D | wrstabs.c | 147 struct string_hash_table strhash; member 333 h = string_hash_lookup (&info->strhash, string, true, true); in stab_write_symbol() 484 if (!bfd_hash_table_init (&info.strhash.table, string_hash_newfunc, in write_stabs_in_sections_debugging_info() 560 if (info.strhash.table.memory) in write_stabs_in_sections_debugging_info() 561 bfd_hash_table_free (&info.strhash.table); in write_stabs_in_sections_debugging_info()
|
H A D | ChangeLog-0203 | 1773 (strhash, main): Likewise. 1777 (strhash): Likewise.
|
H A D | ChangeLog-9899 | 1036 * dllwrap.c (strhash): New function.
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | dllwrap.c | 114 static int strhash (const char *); 450 strhash (const char *str) in strhash() function 942 unsigned long hash = strhash (dll_file_name); in main()
|
H A D | wrstabs.c | 147 struct string_hash_table strhash; member 350 h = string_hash_lookup (&info->strhash, string, true, true); in stab_write_symbol() 483 if (!bfd_hash_table_init (&info.strhash.table, string_hash_newfunc, in write_stabs_in_sections_debugging_info()
|
H A D | ChangeLog-0203 | 1773 (strhash, main): Likewise. 1777 (strhash): Likewise.
|
H A D | ChangeLog-9899 | 1036 * dllwrap.c (strhash): New function.
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
H A D | pep.em | 912 strhash (const char *str) 939 bfd_vma hash = (bfd_vma) strhash (ofile);
|
H A D | pe.em | 969 strhash (const char *str) 996 unsigned long hash = strhash (ofile);
|
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
H A D | pep.em | 978 strhash (const char *str) 1005 bfd_vma hash = (bfd_vma) strhash (ofile);
|
H A D | pe.em | 1018 strhash (const char *str) 1045 unsigned long hash = strhash (ofile);
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ChangeLog-0001 | 2654 (strhash): Likewise. 2731 (strhash): New static function.
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ChangeLog-0001 | 2654 (strhash): Likewise. 2731 (strhash): New static function.
|