Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_macro.c90 Dwarf_Signed *st_base; member
100 dwarf_dealloc(dbg,ms->st_base,DW_DLA_STRING); in free_macro_stack()
108 ms->st_base = 0; in _dwarf_reset_index_macro_stack()
134 if (ms->st_base) { in _dwarf_macro_stack_push_index()
135 memcpy(newbase, ms->st_base, in _dwarf_macro_stack_push_index()
137 dwarf_dealloc(dbg, ms->st_base, DW_DLA_STRING); in _dwarf_macro_stack_push_index()
139 ms->st_base = newbase; in _dwarf_macro_stack_push_index()
142 ms->st_base[ms->st_next_to_use] = indx; in _dwarf_macro_stack_push_index()
155 return (ms->st_base[ms->st_next_to_use]); in _dwarf_macro_stack_pop_index()