HomeSort by: relevance | last modified time | path
    Searched defs:name_count (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
rescoff.c 68 bfd_byte name_count[2]; member in struct:extern_res_directory
212 int name_count, id_count, i;
242 name_count = windres_get_16 (wrbfd, erd->name_count);
251 for (i = 0; i < name_count; i++, ere++)
824 windres_put_16 (cwi->wrbfd, erd->name_count, cn);
211 int name_count, id_count, i; local
dwarf.c 10687 uint64_t bucket_count, name_count, abbrev_table_size; local
10744 SAFE_BYTE_GET_AND_INC (name_count, hdrptr, 4, unit_end);
10827 + name_count * (sizeof (uint32_t) + 2 * offset_size)
10840 hdrptr += name_count * sizeof (uint32_t);
10842 hdrptr += name_count * offset_size;
10844 hdrptr += name_count * offset_size;
10871 for (hashi = 0; hashi < name_count; hashi++)
10890 name_count, hash_clash_count, longest_clash);
10892 if (name_count != buckets_filled + hash_clash_count)
10893 warn (_("The name_count (%" PRIu64 ")
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
rescoff.c 68 bfd_byte name_count[2]; member in struct:extern_res_directory
212 int name_count, id_count, i;
242 name_count = windres_get_16 (wrbfd, erd->name_count);
251 for (i = 0; i < name_count; i++, ere++)
810 windres_put_16 (cwi->wrbfd, erd->name_count, cn);
211 int name_count, id_count, i; local
dwarf.c 10597 uint64_t bucket_count, name_count, abbrev_table_size; local
10654 SAFE_BYTE_GET_AND_INC (name_count, hdrptr, 4, unit_end);
10737 + name_count * (sizeof (uint32_t) + 2 * offset_size)
10750 hdrptr += name_count * sizeof (uint32_t);
10752 hdrptr += name_count * offset_size;
10754 hdrptr += name_count * offset_size;
10781 for (hashi = 0; hashi < name_count; hashi++)
10800 name_count, hash_clash_count, longest_clash);
10802 if (name_count != buckets_filled + hash_clash_count)
10803 warn (_("The name_count (%" PRIu64 ")
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
darwin-nat-info.c 199 unsigned int name_count, type_count; local
208 result = mach_port_names (task, &names, &name_count, &types, &type_count);
211 gdb_assert (name_count == type_count);
215 for (index = 0; index < name_count; ++index)
295 (name_count * sizeof (mach_port_t)));
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read-debug-names.c 79 uint32_t tu_count = 0, bucket_count = 0, name_count = 0; member in struct:mapped_debug_names_reader
277 all_entries.resize (name_count);
280 for (uint32_t i = 0; i < name_count; ++i)
512 /* name_count - The number of unique names in the index. */
513 map.name_count = read_4_bytes (abfd, addr);
561 addr += map.name_count * 4;
565 addr += map.name_count * map.offset_size;
567 addr += map.name_count * map.offset_size;
721 if (map.name_count == 0)
index-write.c 692 const size_t name_count = m_name_to_value_set.size (); local
693 m_name_table_string_offs.reserve (name_count);
694 m_name_table_entry_offs.reserve (name_count);
822 uint32_t name_count () const function
1453 /* name_count - The number of unique names in the index. */
1454 header.append_uint (4, dwarf5_byte_order, nametable.name_count ());
  /src/external/gpl3/gdb.old/dist/gdb/
darwin-nat-info.c 199 unsigned int name_count, type_count; local
208 result = mach_port_names (task, &names, &name_count, &types, &type_count);
211 gdb_assert (name_count == type_count);
215 for (index = 0; index < name_count; ++index)
295 (name_count * sizeof (mach_port_t)));
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read-debug-names.c 79 uint32_t tu_count = 0, bucket_count = 0, name_count = 0; member in struct:mapped_debug_names_reader
277 all_entries.resize (name_count);
280 for (uint32_t i = 0; i < name_count; ++i)
512 /* name_count - The number of unique names in the index. */
513 map.name_count = read_4_bytes (abfd, addr);
561 addr += map.name_count * 4;
565 addr += map.name_count * map.offset_size;
567 addr += map.name_count * map.offset_size;
721 if (map.name_count == 0)
index-write.c 694 const size_t name_count = m_name_to_value_set.size (); local
695 m_name_table_string_offs.reserve (name_count);
696 m_name_table_entry_offs.reserve (name_count);
824 uint32_t name_count () const function
1455 /* name_count - The number of unique names in the index. */
1456 header.append_uint (4, dwarf5_byte_order, nametable.name_count ());

Completed in 46 milliseconds