| /src/external/gpl3/binutils/dist/gas/ |
| cond.c | 63 static struct conditional_frame *current_cframe = NULL; variable in typeref:struct:conditional_frame 113 current_cframe = obstack_alloc (&cond_obstack, sizeof cframe); 114 memcpy (current_cframe, &cframe, sizeof cframe); 140 if (current_cframe != NULL && current_cframe->ignoring) 170 current_cframe = obstack_alloc (&cond_obstack, sizeof cframe); 171 memcpy (current_cframe, & cframe, sizeof cframe); 206 current_cframe = obstack_alloc (&cond_obstack, sizeof cframe); 207 memcpy (current_cframe, &cframe, sizeof cframe); 286 current_cframe = obstack_alloc (&cond_obstack, sizeof cframe) [all...] |
| /src/external/gpl3/binutils.old/dist/gas/ |
| cond.c | 63 static struct conditional_frame *current_cframe = NULL; variable in typeref:struct:conditional_frame 113 current_cframe = obstack_alloc (&cond_obstack, sizeof cframe); 114 memcpy (current_cframe, &cframe, sizeof cframe); 140 if (current_cframe != NULL && current_cframe->ignoring) 170 current_cframe = obstack_alloc (&cond_obstack, sizeof cframe); 171 memcpy (current_cframe, & cframe, sizeof cframe); 206 current_cframe = obstack_alloc (&cond_obstack, sizeof cframe); 207 memcpy (current_cframe, &cframe, sizeof cframe); 286 current_cframe = obstack_alloc (&cond_obstack, sizeof cframe) [all...] |