Searched refs:current_cframe (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dcond.c62 static struct conditional_frame *current_cframe = NULL; variable in typeref:struct:conditional_frame
112 current_cframe = ((struct conditional_frame *)
140 if (current_cframe != NULL && current_cframe->ignoring)
170 current_cframe = ((struct conditional_frame *)
206 current_cframe = ((struct conditional_frame *)
287 current_cframe = ((struct conditional_frame *)
305 if (current_cframe == NULL)
309 else if (current_cframe->else_seen)
312 as_bad_where (current_cframe
[all...]

Completed in 60 milliseconds