Home
last modified time | relevance | path

Searched defs:macro_struct (Results 1 – 1 of 1) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gas/
Dmacro.h63 typedef struct macro_struct struct
65 sb sub; /* Substitution text. */
66 int formal_count; /* Number of formal args. */
67 formal_entry *formals; /* Pointer to list of formal_structs. */
68 struct hash_control *formal_hash; /* Hash table of formals. */
69 const char *name; /* Macro name. */
70 char *file; /* File the macro was defined in. */
71 unsigned int line; /* Line number of definition. */