HomeSort by: relevance | last modified time | path
    Searched defs:list_of_pools (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.c 609 static literal_pool *list_of_pools = NULL;
1975 for (pool = list_of_pools; pool != NULL; pool = pool->next)
2011 pool->next = list_of_pools;
2015 list_of_pools = pool;
10380 for (pool = list_of_pools; pool; pool = pool->next)
608 static literal_pool *list_of_pools = NULL; variable
tc-arm.c 979 literal_pool * list_of_pools = NULL; variable
3450 for (pool = list_of_pools; pool != NULL; pool = pool->next)
3479 pool->next = list_of_pools;
3484 list_of_pools = pool;
29850 for (pool = list_of_pools; pool; pool = pool->next)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.c 604 static literal_pool *list_of_pools = NULL;
1974 for (pool = list_of_pools; pool != NULL; pool = pool->next)
2010 pool->next = list_of_pools;
2014 list_of_pools = pool;
10265 for (pool = list_of_pools; pool; pool = pool->next)
603 static literal_pool *list_of_pools = NULL; variable
tc-arm.c 983 literal_pool * list_of_pools = NULL; variable
3449 for (pool = list_of_pools; pool != NULL; pool = pool->next)
3478 pool->next = list_of_pools;
3483 list_of_pools = pool;
29857 for (pool = list_of_pools; pool; pool = pool->next)

Completed in 128 milliseconds