Lines Matching refs:subsection
1343 /* A non-local label will create a new subsection, so start a new
1375 gas_assert (frag_now->obj_frag_data.subsection == NULL);
1376 frag_now->obj_frag_data.subsection = sp;
1619 /* Here we count up frags in each subsection (where a sub-section is defined
1622 be attached as one anonymous subsection. */
1639 /* Attach every frag to a subsection. */
1643 if (frag->obj_frag_data.subsection == NULL)
1644 frag->obj_frag_data.subsection = cur_subsection;
1647 cur_subsection = frag->obj_frag_data.subsection;
1653 /* Update subsection size. */
1946 /* One of the symbols is not in a subsection. */
1950 return fa->obj_frag_data.subsection != fb->obj_frag_data.subsection;
1973 /* Force a reloc if the target is not in the same subsection.
1974 FIXME: handle (a - b) where a and b belongs to the same subsection ? */
1977 symbolS *subsec = fix->fx_frag->obj_frag_data.subsection;