Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_alloc.c358 alloc_area->aa_blob_start += alloc_hdr->ah_bytes_one_struct; in _dwarf_find_memory()
428 ret_mem + alloc_hdr->ah_bytes_one_struct; in _dwarf_find_memory()
441 memset(ret_mem, 0, alloc_hdr->ah_bytes_one_struct - DW_RESERVE); in _dwarf_find_memory()
527 if (alloc_hdr->ah_bytes_one_struct > 0) { in _dwarf_get_alloc()
529 size = alloc_hdr->ah_bytes_one_struct; in _dwarf_get_alloc()
894 alloc_hdr->ah_bytes_one_struct = (Dwarf_Half) rnded_size; in _dwarf_setup_debug()
980 if (alloc_hdr->ah_bytes_one_struct != 1) { in dwarf_print_memory_stats()
H A Ddwarf_alloc.h84 Dwarf_Half ah_bytes_one_struct; member