HomeSort by: relevance | last modified time | path
    Searched defs:current_cframe (Results 1 - 2 of 2) sorted by relevancy

  /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...]

Completed in 27 milliseconds