Home
last modified time | relevance | path

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

/titanic_44/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_alloc.c164 struct ial_s index_into_allocated[ALLOC_AREA_INDEX_TABLE_MAX] = { variable
485 index = index_into_allocated[type].ia_al_num; in _dwarf_get_alloc()
535 if (index_into_allocated[type].specialconstructor) { in _dwarf_get_alloc()
537 index_into_allocated[type]. in _dwarf_get_alloc()
582 if (index_into_allocated[type].specialconstructor) { in _dwarf_get_alloc()
584 index_into_allocated[type].specialconstructor(dbg, ret_mem); in _dwarf_get_alloc()
664 index = index_into_allocated[type].ia_al_num; in dwarf_dealloc()
762 if (index_into_allocated[type].specialdestructor) { in dwarf_dealloc()
763 index_into_allocated[type].specialdestructor(space); in dwarf_dealloc()
886 const struct ial_s *ialp = &index_into_allocated[i]; in _dwarf_setup_debug()
[all …]