Home
last modified time | relevance | path

Searched refs:allocate_entry (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dsymtab.c102 static ENTRY *allocate_entry(ENTRY *, char *, int, char *, int,
356 Symtab.Function = allocate_entry(Symtab.Function, in symtab_set_function()
376 Symtab.Exception = allocate_entry(Symtab.Exception, in symtab_set_exception()
398 Symtab.Errval = allocate_entry(Symtab.Errval, in symtab_set_errval()
766 allocate_entry(ENTRY *e, in allocate_entry() function