Searched refs:st_base (Results 1 – 1 of 1) sorted by relevance
105 Dwarf_Signed *st_base; member115 dwarf_dealloc(dbg,ms->st_base,DW_DLA_STRING); in free_macro_stack()123 ms->st_base = 0; in _dwarf_reset_index_macro_stack()149 if(ms->st_base) { in _dwarf_macro_stack_push_index()150 memcpy(newbase, ms->st_base, in _dwarf_macro_stack_push_index()152 dwarf_dealloc(dbg, ms->st_base, DW_DLA_STRING); in _dwarf_macro_stack_push_index()154 ms->st_base = newbase; in _dwarf_macro_stack_push_index()157 ms->st_base[ms->next_to_use] = indx; in _dwarf_macro_stack_push_index()170 return (ms->st_base[ms->next_to_use]); in _dwarf_macro_stack_pop_index()