Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A 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. */
/openbsd/gnu/usr.bin/binutils/gas/
H A Dmacro.h57 typedef struct macro_struct struct
59 sb sub; /* Substitution text. */
60 int formal_count; /* Number of formal args. */
61 formal_entry *formals; /* Pointer to list of formal_structs. */
62 struct hash_control *formal_hash; /* Hash table of formals. */
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-tic54x.c2749 struct macro_struct struct
2751 sb sub; /* Substitution text. */
2752 int formal_count; /* Number of formal args. */
2753 struct formal_struct *formals; /* Pointer to list of
2755 struct hash_control *formal_hash; /* Hash table of formals. */