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

  /src/external/gpl3/binutils/dist/gas/config/
tc-aarch64.c 596 typedef struct literal_pool
605 struct literal_pool *next; typedef in typeref:struct:literal_pool
606 } literal_pool;
609 static literal_pool *list_of_pools = NULL;
1970 static literal_pool *
1973 literal_pool *pool;
1985 static literal_pool *
1990 literal_pool *pool;
1997 pool = XNEW (literal_pool);
2035 literal_pool *pool
595 typedef struct literal_pool struct
    [all...]
tc-xtensa.c 11288 fragS *search_frag, *next_frag, *literal_pool, *insert_after;
11323 literal_pool = NULL;
11355 literal_pool = search_frag->tc_frag_data.literal_frag;
11356 gas_assert (literal_pool->fr_subtype == RELAX_LITERAL_POOL_BEGIN);
11357 frchain_to = literal_pool->tc_frag_data.lit_frchain;
11383 if (literal_pool->fr_next->fr_type == rs_machine_dependent &&
11384 literal_pool->fr_next->fr_subtype == RELAX_LITERAL_POOL_END)
11386 segT pool_seg = literal_pool->fr_next->tc_frag_data.lit_seg;
11397 align_frag->fr_next = literal_pool->fr_next;
11398 literal_pool->fr_next = align_frag
11271 fragS *search_frag, *next_frag, *literal_pool, *insert_after; local
    [all...]
tc-arm.c 963 typedef struct literal_pool struct
974 struct literal_pool * next;
976 } literal_pool; typedef in typeref:struct:literal_pool
979 literal_pool * list_of_pools = NULL;
3445 static literal_pool *
3448 literal_pool * pool;
3460 static literal_pool *
3465 literal_pool * pool;
3472 pool = XNEW (literal_pool);
3507 literal_pool * pool
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-aarch64.c 591 typedef struct literal_pool
600 struct literal_pool *next; typedef in typeref:struct:literal_pool
601 } literal_pool;
604 static literal_pool *list_of_pools = NULL;
1969 static literal_pool *
1972 literal_pool *pool;
1984 static literal_pool *
1989 literal_pool *pool;
1996 pool = XNEW (literal_pool);
2034 literal_pool *pool
590 typedef struct literal_pool struct
    [all...]
tc-xtensa.c 11288 fragS *search_frag, *next_frag, *literal_pool, *insert_after;
11323 literal_pool = NULL;
11355 literal_pool = search_frag->tc_frag_data.literal_frag;
11356 gas_assert (literal_pool->fr_subtype == RELAX_LITERAL_POOL_BEGIN);
11357 frchain_to = literal_pool->tc_frag_data.lit_frchain;
11383 if (literal_pool->fr_next->fr_type == rs_machine_dependent &&
11384 literal_pool->fr_next->fr_subtype == RELAX_LITERAL_POOL_END)
11386 segT pool_seg = literal_pool->fr_next->tc_frag_data.lit_seg;
11397 align_frag->fr_next = literal_pool->fr_next;
11398 literal_pool->fr_next = align_frag
11271 fragS *search_frag, *next_frag, *literal_pool, *insert_after; local
    [all...]
tc-arm.c 967 typedef struct literal_pool struct
978 struct literal_pool * next;
980 } literal_pool; typedef in typeref:struct:literal_pool
983 literal_pool * list_of_pools = NULL;
3444 static literal_pool *
3447 literal_pool * pool;
3459 static literal_pool *
3464 literal_pool * pool;
3471 pool = XNEW (literal_pool);
3506 literal_pool * pool
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 389 bool literal_pool; member in struct:s390_address
2949 bool literal_pool = false; local
3030 base = fake_pool_base, literal_pool = true;
3039 &literal_pool))
3044 &literal_pool))
3144 out->literal_pool = literal_pool;
3333 if (addr.literal_pool)
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 393 bool literal_pool; member in struct:s390_address
3096 bool literal_pool = false; local
3177 base = fake_pool_base, literal_pool = true;
3186 &literal_pool))
3191 &literal_pool))
3291 out->literal_pool = literal_pool;
3480 if (addr.literal_pool)

Completed in 77 milliseconds