Lines Matching refs:body

762   unsigned int body : 1;
1142 resolve those now. We only handle prologue, body, and endp directives
1150 case body:
1252 if (rtype == body)
1292 if (rtype == body)
1835 body region. */
1867 unw_rec_list *ptr = alloc_record (body);
2580 case body:
2921 by ".body", then we can optimize the unwind directives away. */
2924 || (list->next->r.type == body && list->next->next->r.type == endp)))
2954 case body:
2963 /* Find either the next body/prologue start, or the end of
2967 || last->r.type == body || last->r.type == endp)
2976 if (ptr->r.type == body)
3381 /* Return 1 if a directive is in a body, -1 if a directive isn't in
3382 a body but the unwind directive check is set to warning, 0 if
3383 a directive isn't in a body and the unwind directive check is set
3391 if (in > 0 && !unwind.body)
3392 in = unwind_diagnostic ("body region", directive);
4477 unwind.body = 0;
4487 if (!in_procedure ("body"))
4489 if (!unwind.prologue && !unwind.body && unwind.insn)
4490 as_warn ("Initial .body should precede any instructions");
4495 unwind.body = 1;
4514 if (!unwind.body && unwind.insn)
4566 unwind.body = 0;
5469 { "body", dot_body, 0 },
6744 /* Find the last prologue/body record in the list for the current
6746 This needs to be done now, because prologue/body records refer to
6749 meanwhile. Any non-prologue non-body record followed by a
6750 prologue/body record must also refer to the current point. */
6757 || ptr->r.type == body)
6761 /* Make last_ptr point one after the last prologue/body
7045 current insn. There can not be any prologue/body unwind records