Lines Matching refs:frag
41 RELAX_DESIRE_ALIGN_IF_TARGET, the amount a frag might grow is stored
56 /* The next non-empty frag contains a loop instruction. Check to see
98 might be relaxed. If the branch is relaxed, then this frag will be
99 a branch target and this frag will be changed to RELAX_DESIRE_ALIGN
100 frag. */
109 fragment with a NOP in it. Once a frag has been converted to
173 branch is relaxed, then this frag will be converted to a
174 RELAX_UNREACHABLE frag. */
177 /* This marks the location as having previously been an rs_org frag.
180 prevent the linker from changing the size of any frag between the
181 section start and the org frag. */
201 When is_assembly_state_set is false, the frag inherits some of the
202 state settings from the previous frag in this segment. Because it
204 frag_append_1_char can close a frag), we use a pass after initial
230 /* A frag with this bit set is the first in a loop that actually
234 /* A frag with this bit set is a branch that we are using to
239 variable points to the frag where the literal will be stored. For
241 location frag. This literal frag will be moved to after this
243 to the frag immediately before the corresponding RELAX_LITERAL_POOL_END
244 frag, to make moving frags for this literal pool efficient. */
252 /* Frag chain for LITERAL_POOL_BEGIN frags. */
344 #define TC_FRAG_INIT(frag) xtensa_frag_init (frag)