Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_access.c707 Dwarf_Small *mspace = 0; in loop_through_relocations() local
724 mspace = malloc(relocatablesec->dss_size); in loop_through_relocations()
725 if(!mspace) { in loop_through_relocations()
729 memcpy(mspace,relocatablesec->dss_data,relocatablesec->dss_size); in loop_through_relocations()
730 relocatablesec->dss_data = mspace; in loop_through_relocations()
/titanic_50/usr/src/cmd/zdb/
H A Dzdb.c938 uint64_t count, dspace, mspace; in dump_ddt() local
951 mspace = doi.doi_fill_count * doi.doi_data_block_size; in dump_ddt()
959 (u_longlong_t)(mspace / count)); in dump_ddt()