Home
last modified time | relevance | path

Searched refs:table_size (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dsunos.c331 bfd_size_type table_size; in sunos_canonicalize_dynamic_symtab() local
337 table_size = info->dyninfo.ld_stab - info->dyninfo.ld_hash; in sunos_canonicalize_dynamic_symtab()
338 table = bfd_malloc (table_size); in sunos_canonicalize_dynamic_symtab()
339 if (table == NULL && table_size != 0) in sunos_canonicalize_dynamic_symtab()
342 || bfd_bread ((void *) table, table_size, abfd) != table_size) in sunos_canonicalize_dynamic_symtab()
360 if (hash == 0 || hash >= table_size / HASH_ENTRY_SIZE) in sunos_canonicalize_dynamic_symtab()
Delf32-rx.c3655 int table_size; member
3788 for (idx = 0; idx < info->table_size; idx ++) in rx_table_map_2()
3846 info->table_size = (int) (end_addr - start_addr) / 4; in rx_table_map()
3847 info->table_handlers = (bfd_vma *) malloc (info->table_size * sizeof (bfd_vma)); in rx_table_map()
3848 …info->table_entries = (struct bfd_link_hash_entry **) malloc (info->table_size * sizeof (struct bf… in rx_table_map()
3871 tname, info->table_size, start_addr); in rx_table_map()
3884 for (idx = 0; idx < info->table_size; idx ++) in rx_table_map()
Dxsym.c127 size_t table_size = dshb->dshb_nte.dti_page_count * dshb->dshb_page_size; in bfd_sym_read_name_table() local
130 rstr = bfd_alloc (abfd, table_size); in bfd_sym_read_name_table()
135 ret = bfd_bread (rstr, table_size, abfd); in bfd_sym_read_name_table()
136 if (ret < 0 || (unsigned long) ret != table_size) in bfd_sym_read_name_table()
Dcoffcode.h1692 const unsigned int table_size) in coff_set_custom_section_alignment() argument
1697 for (i = 0; i < table_size; ++i) in coff_set_custom_section_alignment()
1707 if (i >= table_size) in coff_set_custom_section_alignment()
Delf32-xtensa.c784 bfd_size_type table_size = 0; in xtensa_read_table_entries() local
804 table_size = table_section->size; in xtensa_read_table_entries()
806 if (table_size == 0) in xtensa_read_table_entries()
817 num_records = table_size / table_entry_size; in xtensa_read_table_entries()
841 for (off = 0; off < table_size; off += table_entry_size) in xtensa_read_table_entries()
/toolchain/binutils/binutils-2.25/libiberty/
Dregex.c2952 int32_t table_size; in PREFIX() local
2968 table_size = in PREFIX()
2982 elem = hash % table_size; in PREFIX()
2983 second = hash % (table_size - 2); in PREFIX()
3506 int32_t table_size; in PREFIX() local
3514 table_size = in PREFIX()
3528 elem = hash % table_size; in PREFIX()
3529 second = hash % (table_size - 2); in PREFIX()