Lines Matching refs:block_count
869 int blk, block_count;
911 block_count = 0;
968 blocks[block_count].address = address;
969 blocks[block_count].size = bfd_get_32 (abfd, table_data + off + 4);
971 blocks[block_count].flags = predef_flags;
973 blocks[block_count].flags = bfd_get_32 (abfd, table_data + off + 8);
974 block_count++;
980 if (block_count > 0)
983 qsort (blocks, block_count, sizeof (property_table_entry),
988 for (blk = 1; blk < block_count; blk++)
1008 return block_count;