Home | History | Annotate | Download | only in config

Lines Matching refs:endp

985      resolve those now.  We only handle prologue, body, and endp directives
994 case endp:
1767 unw_rec_list *ptr = alloc_record (endp);
2413 case endp:
2792 && (list->next->r.type == endp
2793 || (list->next->r.type == body && list->next->next->r.type == endp)))
2834 || last->r.type == body || last->r.type == endp)
3224 && (!unwind.saved_text_seg || strcmp (directive, "endp") == 0))
3734 /* Remember which segment we're in so we can switch back after .endp */
4259 : as_bad) (_("Missing .endp after previous .proc"));
4417 if (!in_procedure ("endp"))
4538 : as_bad) (_("Empty argument of .endp"));
4563 language spec even says all arguments to .endp are ignored. */
4567 as_warn (_("`%s' should be an operand to this .endp"),
5280 { "endp", dot_endp, 0 },