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

/haiku-fatelf/src/bin/gdb/bfd/
H A Decoff.c3519 unsigned int armap_count;
3543 armap_count = H_GET_32 (abfd, raw_armap);
3546 for (i = 1; i < armap_count; i <<= 1)
3548 BFD_ASSERT (i == armap_count);
3551 stringbase = (const char *) raw_armap + armap_count * 8 + 8;
3593 hash = ecoff_armap_hash (h->root.string, &rehash, armap_count,
3613 for (srch = (hash + rehash) & (armap_count - 1);
3615 srch = (srch + rehash) & (armap_count - 1))
3509 unsigned int armap_count; local

Completed in 83 milliseconds