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

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 471 const gdb_byte *hash_table, *unit_table; member in struct:dwp_hash_table
8031 Parallel Table of Indices dwp_hash_table.unit_table
8181 htab->unit_table = htab->hash_table + sizeof (uint64_t) * nr_slots;
8203 htab->unit_table + sizeof (uint32_t) * nr_slots;
8209 const gdb_byte *ids_ptr = htab->unit_table + sizeof (uint32_t) * nr_slots;
8286 const gdb_byte *ids_ptr = htab->unit_table + sizeof (uint32_t) * nr_slots;
9016 dwp_htab->unit_table + hash * sizeof (uint32_t));
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
read.c 534 const gdb_byte *hash_table, *unit_table; member in struct:dwp_hash_table
6510 Parallel Table of Indices dwp_hash_table.unit_table
6651 htab->unit_table = htab->hash_table + sizeof (uint64_t) * nr_slots;
6673 htab->unit_table + sizeof (uint32_t) * nr_slots;
6679 const gdb_byte *ids_ptr = htab->unit_table + sizeof (uint32_t) * nr_slots;
6756 const gdb_byte *ids_ptr = htab->unit_table + sizeof (uint32_t) * nr_slots;
7469 dwp_htab->unit_table + hash * sizeof (uint32_t));

Completed in 71 milliseconds