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

/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dcond.c45 struct conditional_frame *previous_cframe; member in struct:conditional_frame
117 && (cframe.previous_cframe == NULL
118 || ! cframe.previous_cframe->ignoring))
174 && (cframe.previous_cframe == NULL
175 || ! cframe.previous_cframe->ignoring))
211 && (cframe.previous_cframe == NULL
212 || ! cframe.previous_cframe->ignoring))
291 && (cframe.previous_cframe == NULL
292 || ! cframe.previous_cframe->ignoring))
364 && (current_cframe->previous_cframe
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dcond.c45 struct conditional_frame *previous_cframe; member in struct:conditional_frame
117 && (cframe.previous_cframe == NULL
118 || ! cframe.previous_cframe->ignoring))
174 && (cframe.previous_cframe == NULL
175 || ! cframe.previous_cframe->ignoring))
257 && (cframe.previous_cframe == NULL
258 || ! cframe.previous_cframe->ignoring))
330 && (current_cframe->previous_cframe == NULL
331 || ! current_cframe->previous_cframe->ignoring))
355 && (current_cframe->previous_cframe
[all...]

Completed in 61 milliseconds