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

/freebsd-11-stable/contrib/binutils/gas/
H A Dmacro.h51 } formal_entry; typedef in typeref:struct:formal_struct
53 /* Other values found in the index field of a formal_entry. */
64 formal_entry *formals; /* Pointer to list of formal_structs. */
H A Dmacro.c38 static formal_entry *new_formal (void);
39 static void del_formal (formal_entry *);
44 (sb *, sb *, formal_entry *, struct hash_control *, const macro_entry *);
455 static formal_entry *
458 formal_entry *formal;
460 formal = xmalloc (sizeof (formal_entry));
473 del_formal (formal_entry *formal)
486 formal_entry **p = &macro->formals;
492 formal_entry *formal = new_formal ();
580 formal_entry *forma
[all...]

Completed in 164 milliseconds