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

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c704 literal_pool * list_of_pools = NULL;
2721 for (pool = list_of_pools; pool != NULL; pool = pool->next)
2750 pool->next = list_of_pools;
2754 list_of_pools = pool;
19498 for (pool = list_of_pools; pool; pool = pool->next)
703 literal_pool * list_of_pools = NULL; variable

Completed in 85 milliseconds