Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_macro.c92 long st_next_to_use; member
110 ms->st_next_to_use = 0; in _dwarf_reset_index_macro_stack()
118 if (!ms->st_max || ms->st_next_to_use >= ms->st_max) { in _dwarf_macro_stack_push_index()
136 ms->st_next_to_use * sizeof(Dwarf_Signed)); in _dwarf_macro_stack_push_index()
142 ms->st_base[ms->st_next_to_use] = indx; in _dwarf_macro_stack_push_index()
143 ++ms->st_next_to_use; in _dwarf_macro_stack_push_index()
153 if (ms->st_next_to_use > 0) { in _dwarf_macro_stack_pop_index()
154 ms->st_next_to_use--; in _dwarf_macro_stack_pop_index()
155 return (ms->st_base[ms->st_next_to_use]); in _dwarf_macro_stack_pop_index()