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

  /src/external/gpl3/binutils/dist/bfd/
dwarf2.c 541 #ifndef ABBREV_HASH_SIZE
542 #define ABBREV_HASH_SIZE 121
1112 hash_number = number % ABBREV_HASH_SIZE;
1158 for (i = 0; i < ABBREV_HASH_SIZE; i++)
1205 amt = sizeof (struct abbrev_info*) * ABBREV_HASH_SIZE;
1267 hash_number = abbrev_number % ABBREV_HASH_SIZE;
1299 for (i = 0; i < ABBREV_HASH_SIZE; i++)
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c 541 #ifndef ABBREV_HASH_SIZE
542 #define ABBREV_HASH_SIZE 121
1112 hash_number = number % ABBREV_HASH_SIZE;
1158 for (i = 0; i < ABBREV_HASH_SIZE; i++)
1205 amt = sizeof (struct abbrev_info*) * ABBREV_HASH_SIZE;
1267 hash_number = abbrev_number % ABBREV_HASH_SIZE;
1299 for (i = 0; i < ABBREV_HASH_SIZE; i++)
  /src/external/gpl3/gdb/dist/bfd/
dwarf2.c 541 #ifndef ABBREV_HASH_SIZE
542 #define ABBREV_HASH_SIZE 121
1112 hash_number = number % ABBREV_HASH_SIZE;
1158 for (i = 0; i < ABBREV_HASH_SIZE; i++)
1205 amt = sizeof (struct abbrev_info*) * ABBREV_HASH_SIZE;
1267 hash_number = abbrev_number % ABBREV_HASH_SIZE;
1299 for (i = 0; i < ABBREV_HASH_SIZE; i++)
  /src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c 544 #ifndef ABBREV_HASH_SIZE
545 #define ABBREV_HASH_SIZE 121
1115 hash_number = number % ABBREV_HASH_SIZE;
1161 for (i = 0; i < ABBREV_HASH_SIZE; i++)
1208 amt = sizeof (struct abbrev_info*) * ABBREV_HASH_SIZE;
1270 hash_number = abbrev_number % ABBREV_HASH_SIZE;
1302 for (i = 0; i < ABBREV_HASH_SIZE; i++)

Completed in 106 milliseconds