Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/mach-o/
Dcodesign.h54 unsigned char hash_size[1]; member
70 unsigned char hash_size; member
/toolchain/binutils/binutils-2.25/opcodes/
Dcgen-dis.c179 unsigned int hash_size = cd->dis_hash_size; in build_dis_hash_table() local
188 xmalloc (hash_size * sizeof (CGEN_INSN_LIST *)); in build_dis_hash_table()
189 memset (dis_hash_table, 0, hash_size * sizeof (CGEN_INSN_LIST *)); in build_dis_hash_table()
Dcgen-asm.c126 unsigned int hash_size = cd->asm_hash_size; in build_asm_hash_table() local
135 xmalloc (hash_size * sizeof (CGEN_INSN_LIST *)); in build_asm_hash_table()
136 memset (asm_hash_table, 0, hash_size * sizeof (CGEN_INSN_LIST *)); in build_asm_hash_table()
/toolchain/binutils/binutils-2.25/intl/
Dloadmsgcat.c1040 domain->hash_size = W (domain->must_swap, data->hash_tab_size);
1042 (domain->hash_size > 2
1117 + domain->hash_size * sizeof (nls_uint32);
1165 mem += domain->hash_size * sizeof (nls_uint32);
1227 for (i = 0; i < domain->hash_size; i++)
1234 nls_uint32 idx = hash_val % domain->hash_size;
1235 nls_uint32 incr = 1 + (hash_val % (domain->hash_size - 2));
1246 if (idx >= domain->hash_size - incr)
1247 idx -= domain->hash_size - incr;
Ddcigettext.c755 nls_uint32 idx = hash_val % domain->hash_size;
756 nls_uint32 incr = 1 + (hash_val % (domain->hash_size - 2));
787 if (idx >= domain->hash_size - incr)
788 idx -= domain->hash_size - incr;
DgettextP.h117 nls_uint32 hash_size; member
/toolchain/binutils/binutils-2.25/include/som/
Dlst.h34 unsigned char hash_size[4]; member
Dinternal.h190 unsigned int hash_size; member
/toolchain/binutils/binutils-2.25/bfd/
Dsom.c1929 dst->hash_size = bfd_getb32 (src->hash_size); in som_swap_lst_header_in()
5875 amt = lst_header->hash_size * 4; in som_bfd_count_ar_symbols()
5890 for (i = 0; i < lst_header->hash_size; i++) in som_bfd_count_ar_symbols()
5957 amt = lst_header->hash_size * 4; in som_bfd_fill_in_ar_symbols()
5983 for (i = 0; i < lst_header->hash_size; i++) in som_bfd_fill_in_ar_symbols()
6307 unsigned int hash_size; in som_bfd_ar_write_symbol_stuff() local
6309 hash_size = bfd_getb32 (lst.hash_size); in som_bfd_ar_write_symbol_stuff()
6310 amt = hash_size * 4; in som_bfd_ar_write_symbol_stuff()
6312 if (hash_table == NULL && hash_size != 0) in som_bfd_ar_write_symbol_stuff()
6321 amt = hash_size * sizeof (struct som_external_lst_symbol_record *); in som_bfd_ar_write_symbol_stuff()
[all …]
Dhash.c664 bfd_hash_set_default_size (unsigned long hash_size) in bfd_hash_set_default_size() argument
675 if (hash_size <= hash_size_primes[_index]) in bfd_hash_set_default_size()
DChangeLog-20112576 arg. Add 65537 to hash_size primes.
/toolchain/binutils/binutils-2.25/binutils/
Dod-macho.c1102 dst->hash_size = src->hash_size[0]; in swap_code_codedirectory_v1_in()
1163 cd.hash_offset - cd.nbr_special_slots * cd.hash_size); in dump_code_signature_codedirectory()
1166 printf (_(" hash size: %02x\n"), cd.hash_size); in dump_code_signature_codedirectory()