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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dsymtab.c95 } Symtab; variable in typeref:struct:symtab_t
122 Symtab.Line = line; /* Set, don't clear. */
148 Symtab.Function = free_entry(Symtab.Function);
149 Symtab.Args = free_entry_table(Symtab.Args);
150 Symtab.Prototype[0] = NULL;
151 Symtab.Formals[0] = NULL;
152 Symtab.Actuals[0] = NULL;
153 Symtab
[all...]

Completed in 56 milliseconds