Searched refs:thash_t (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ecoff.c | 929 } thash_t; typedef 950 thash_t *thash_head[THASH_SIZE]; 1037 thash_t thash [ PAGE_SIZE / sizeof (thash_t) ]; 1422 thash_t **hash_tbl); 1465 static thash_t *allocate_thash (void); 1849 thash_t **hash_tbl /* pointer to hash table to use */) in add_aux_sym_tir() 1899 thash_t *hash_ptr; in add_aux_sym_tir() 1906 hash_ptr != (thash_t *)0; in add_aux_sym_tir() 1913 if (hash_ptr != (thash_t *) NULL && state == hash_yes) in add_aux_sym_tir() 1916 if (hash_ptr == (thash_t *) NULL) in add_aux_sym_tir() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ecoff.c | 929 } thash_t; typedef 950 thash_t *thash_head[THASH_SIZE]; 1037 thash_t thash [ PAGE_SIZE / sizeof (thash_t) ]; 1422 thash_t **hash_tbl); 1465 static thash_t *allocate_thash (void); 1849 thash_t **hash_tbl /* pointer to hash table to use */) in add_aux_sym_tir() 1898 thash_t *hash_ptr; in add_aux_sym_tir() 1905 hash_ptr != (thash_t *)0; in add_aux_sym_tir() 1912 if (hash_ptr != (thash_t *) NULL && state == hash_yes) in add_aux_sym_tir() 1915 if (hash_ptr == (thash_t *) NULL) in add_aux_sym_tir() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-target.cc | 170 Type::thash_t = Type::tsize_t; in _init()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-target.cc | 158 Type::thash_t = Type::tsize_t; in _init()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | clone.c | 721 tftohash = new TypeFunction(NULL, Type::thash_t, 0, LINKd); in buildXtoHash() 743 … TypeFunction *tf = new TypeFunction(parameters, Type::thash_t, 0, LINKd, STCnothrow | STCtrusted); in buildXtoHash()
|
H A D | mtype.h | 202 static Type *thash_t; // matches hash_t alias variable
|
H A D | mtype.c | 106 Type *Type::thash_t; 280 thash_t = tsize_t; in _init()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | clone.d | 788 tftohash = new TypeFunction(ParameterList(), Type.thash_t, LINK.d); in buildXtoHash() 820 …auto tf = new TypeFunction(ParameterList(parameters), Type.thash_t, LINK.d, STC.nothrow_ | STC.tru… in buildXtoHash()
|
H A D | mtype.h | 197 static Type *thash_t; // matches hash_t alias variable
|
H A D | mtype.d | 404 extern (C++) __gshared Type thash_t; // matches hash_t alias 876 thash_t = tsize_t; in _init()
|