Searched refs:lit_fragP (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-xtensa.c8795 fragS *lit_fragP;
8851 lit_fragP = 0;
8881 lit_fragP = fragP->tc_frag_data.literal_frags[slot];
8882 if (lit_fragP)
8885 lit_fragP->tc_frag_data.unreported_expansion += literal_diff;
8889 assert (lit_fragP->fr_type == rs_machine_dependent
8890 && lit_fragP->fr_subtype == RELAX_LITERAL);
8891 lit_fragP->fr_subtype = RELAX_LITERAL_NR;
8781 fragS *lit_fragP; local
/haiku-buildtools/binutils/gas/config/
H A Dtc-xtensa.c10212 fragS *lit_fragP = fragP->tc_frag_data.literal_frags[slot];
10213 if (lit_fragP)
10216 lit_fragP->tc_frag_data.unreported_expansion += literal_diff;
10220 gas_assert (lit_fragP->fr_type == rs_machine_dependent
10221 && lit_fragP->fr_subtype == RELAX_LITERAL);
10222 lit_fragP->fr_subtype = RELAX_LITERAL_NR;
10198 fragS *lit_fragP = fragP->tc_frag_data.literal_frags[slot]; local

Completed in 163 milliseconds