Home | History | Annotate | Download | only in config

Lines Matching defs:frag

575       /* Detach from old frag.  */
1342 frag. */
1630 fragS *frag;
1637 /* Attach every frag to a subsection. */
1639 for (frag = chain->frch_root; frag != NULL; frag = frag->fr_next)
1641 if (frag->obj_frag_data.subsection == NULL)
1642 frag->obj_frag_data.subsection = cur_subsection;
1645 frag->obj_frag_data.subsection;
1652 cur_subsection_data->subsection_size += frag->fr_fix;