Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_alloc.h44 typedef struct Dwarf_Alloc_Area_s *Dwarf_Alloc_Area; typedef
102 Dwarf_Alloc_Area ah_alloc_area_head;
107 Dwarf_Alloc_Area ah_last_alloc_area;
143 Dwarf_Alloc_Area aa_next;
144 Dwarf_Alloc_Area aa_prev;
H A Ddwarf_alloc.c312 Dwarf_Alloc_Area alloc_area; in _dwarf_find_memory()
355 *(Dwarf_Alloc_Area *) ret_mem = alloc_area; in _dwarf_find_memory()
400 alloc_area = (Dwarf_Alloc_Area) mem_block; in _dwarf_find_memory()
435 *(Dwarf_Alloc_Area *) ret_mem = alloc_area; in _dwarf_find_memory()
630 Dwarf_Alloc_Area alloc_area; in dwarf_dealloc()
641 *(Dwarf_Alloc_Area *) ((char *) space - DW_RESERVE); in dwarf_dealloc()
773 alloc_area = *(Dwarf_Alloc_Area *) ((char *) space - DW_RESERVE); in dwarf_dealloc()
1001 _dwarf_recursive_free(Dwarf_Alloc_Area alloc_area) in _dwarf_recursive_free()
1128 Dwarf_Alloc_Area ptr_not_used; in _dwarf_special_no_dbg_error_malloc()