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

  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 11135 fragS *poolend;
11142 poolend = poolbeg->fr_next;
11143 gas_assert (poolend->fr_type == rs_machine_dependent &&
11144 poolend->fr_subtype == RELAX_LITERAL_POOL_END);
11148 lsym = (symbolS *) local_symbol_make (label, lps->seg, poolend, 0);
11118 fragS *poolend; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 11135 fragS *poolend;
11142 poolend = poolbeg->fr_next;
11143 gas_assert (poolend->fr_type == rs_machine_dependent &&
11144 poolend->fr_subtype == RELAX_LITERAL_POOL_END);
11148 lsym = (symbolS *) local_symbol_make (label, lps->seg, poolend, 0);
11118 fragS *poolend; local

Completed in 40 milliseconds