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

/haiku-buildtools/binutils/gas/config/
H A Dtc-aarch64.c488 static literal_pool *list_of_pools = NULL;
1633 for (pool = list_of_pools; pool != NULL; pool = pool->next)
1669 pool->next = list_of_pools;
1673 list_of_pools = pool;
8020 for (pool = list_of_pools; pool; pool = pool->next)
487 static literal_pool *list_of_pools = NULL; variable
H A Dtc-arm.c856 literal_pool * list_of_pools = NULL; variable
3142 for (pool = list_of_pools; pool != NULL; pool = pool->next)
3171 pool->next = list_of_pools;
3176 list_of_pools = pool;
24793 for (pool = list_of_pools; pool; pool = pool->next)
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c614 literal_pool * list_of_pools = NULL;
1803 for (pool = list_of_pools; pool != NULL; pool = pool->next)
1832 pool->next = list_of_pools;
1836 list_of_pools = pool;
12735 for (pool = list_of_pools; pool; pool = pool->next)
613 literal_pool * list_of_pools = NULL; variable

Completed in 409 milliseconds