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

/macosx-10.9.5/cctools-845/as/
H A Darm.c713 unsigned int next_free_entry;
2690 pool->next_free_entry = 0;
2724 for (entry = 0; entry < pool->next_free_entry; entry ++)
2750 if (entry == pool->next_free_entry)
2759 pool->next_free_entry += 1;
2831 || pool->next_free_entry == 0)
2859 for (entry = 0; entry < pool->next_free_entry; entry ++)
2864 pool->next_free_entry = 0;
712 unsigned int next_free_entry; member in struct:literal_pool

Completed in 201 milliseconds