Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Dpro_reloc.c91 data->rb_next_slot_to_use = 0; in _dwarf_pro_pre_alloc_n_reloc_slots()
143 data->rb_next_slot_to_use = 0; in _dwarf_pro_alloc_reloc_slots()
172 (data->rb_next_slot_to_use >= data->rb_slots_in_block)) { in _dwarf_pro_reloc_get_a_slot()
186 data->rb_next_slot_to_use += 1; in _dwarf_pro_reloc_get_a_slot()
H A Dpro_reloc_symbolic.c266 new_blk->rb_next_slot_to_use = ct; in _dwarf_symbolic_relocs_to_disk()
H A Dpro_opaque.h275 Dwarf_Unsigned rb_next_slot_to_use; /* counter, start at 0. */ member