Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Decoff.c929 } 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 Decoff.c929 } 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 Dd-target.cc170 Type::thash_t = Type::tsize_t; in _init()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-target.cc158 Type::thash_t = Type::tsize_t; in _init()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dclone.c721 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 Dmtype.h202 static Type *thash_t; // matches hash_t alias variable
H A Dmtype.c106 Type *Type::thash_t;
280 thash_t = tsize_t; in _init()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dclone.d788 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 Dmtype.h197 static Type *thash_t; // matches hash_t alias variable
H A Dmtype.d404 extern (C++) __gshared Type thash_t; // matches hash_t alias
876 thash_t = tsize_t; in _init()