Searched refs:ABBREV_HASH_SIZE (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gdb/bfd/
H A Ddwarf2.c196 #ifndef ABBREV_HASH_SIZE
197 #define ABBREV_HASH_SIZE 121 macro
407 hash_number = number % ABBREV_HASH_SIZE;
464 amt = sizeof (struct abbrev_info*) * ABBREV_HASH_SIZE;
512 hash_number = abbrev_number % ABBREV_HASH_SIZE;
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddwarf2read.c215 #ifndef ABBREV_HASH_SIZE
216 #define ABBREV_HASH_SIZE 121 macro
4963 (ABBREV_HASH_SIZE
4966 ABBREV_HASH_SIZE * sizeof (struct abbrev_info *));
5029 hash_number = abbrev_number % ABBREV_HASH_SIZE;
5071 hash_number = number % ABBREV_HASH_SIZE;

Completed in 56 milliseconds