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

  /src/external/gpl3/binutils/dist/gas/config/
xtensa-relax.c 138 /* The "precond_list" and its element structure "precond_e" represents
140 In the "precond_e" structure, a variable is identified by the name
144 typedef struct precond_e_struct precond_e; typedef in typeref:struct:precond_e_struct
154 precond_e *next;
159 precond_e *head;
160 precond_e **tail;
946 precond_e *e;
1255 parse_precond (const char *s, precond_e *precond)
1469 precond_e *cond = XNEW (precond_e);
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
xtensa-relax.c 138 /* The "precond_list" and its element structure "precond_e" represents
140 In the "precond_e" structure, a variable is identified by the name
144 typedef struct precond_e_struct precond_e; typedef in typeref:struct:precond_e_struct
154 precond_e *next;
159 precond_e *head;
160 precond_e **tail;
946 precond_e *e;
1255 parse_precond (const char *s, precond_e *precond)
1469 precond_e *cond = XNEW (precond_e);
    [all...]

Completed in 25 milliseconds