HomeSort by relevance Sort by last modified time
    Searched full:formal_entry (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.27/gas/
macro.h 52 } formal_entry; typedef in typeref:struct:formal_struct
54 /* Other values found in the index field of a formal_entry. */
65 formal_entry *formals; /* Pointer to list of formal_structs. */
macro.c 469 static formal_entry *
472 formal_entry *formal;
474 formal = XNEW (formal_entry);
487 del_formal (formal_entry *formal)
500 formal_entry **p = &macro->formals;
506 formal_entry *formal = new_formal ();
595 formal_entry *formal = new_formal ();
629 formal_entry *formal;
633 formal_entry *f;
748 formal_entry *ptr
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-iq2000.c 249 formal_entry ** p = &macro->formals;
256 formal_entry *formal;
258 formal = XNEW (formal_entry);
tc-tic54x.c     [all...]

Completed in 165 milliseconds