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

  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 10393 fragS *lit_fragP = fragP->tc_frag_data.literal_frags[slot];
10394 if (lit_fragP)
10397 lit_fragP->tc_frag_data.unreported_expansion += literal_diff;
10401 gas_assert (lit_fragP->fr_type == rs_machine_dependent
10402 && lit_fragP->fr_subtype == RELAX_LITERAL);
10403 lit_fragP->fr_subtype = RELAX_LITERAL_NR;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 10393 fragS *lit_fragP = fragP->tc_frag_data.literal_frags[slot];
10394 if (lit_fragP)
10397 lit_fragP->tc_frag_data.unreported_expansion += literal_diff;
10401 gas_assert (lit_fragP->fr_type == rs_machine_dependent
10402 && lit_fragP->fr_subtype == RELAX_LITERAL);
10403 lit_fragP->fr_subtype = RELAX_LITERAL_NR;

Completed in 37 milliseconds