Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Digc.c589 struct_type_name_string(pre->o_type), in gc_objects_clear_marks()
824 struct_type_name_string(ptr[-1].o_type), in gc_trace()
1159 struct_type_name_string(pre->o_type), in gc_objects_set_reloc()
1207 struct_type_name_string(pre->o_type), in gc_do_reloc()
1280 u.r = print_reloc(obj, struct_type_name_string(optr[-1].o_type), robj); in igc_reloc_struct_ptr()
1306 struct_type_name_string(pre->o_type), in gc_objects_compact()
H A Dgsalloc.c61 struct_type_name_string(stype)), in alloc_trace()
648 struct_type_name_string(pstype), in i_alloc_struct_array()
666 struct_type_name_string(pstype), in i_alloc_struct_array_immovable()
704 struct_type_name_string(pstype), in i_resize_object()
774 struct_type_name_string(pstype), in i_free_object()
1989 dprintf2(" type=%s(0x%lx)", struct_type_name_string(type), in debug_print_object()
1993 dprintf1(" type=%s", struct_type_name_string(type)); in debug_print_object()
H A Dilocate.c310 struct_type_name_string(pre->o_type), in ialloc_validate_chunk()
549 (oname = struct_type_name_string(otype), in ialloc_validate_object()
H A Dgsmalloc.c306 struct_type_name_string(pstype), in gs_heap_free_object()
H A Disave.c823 struct_type_name_string(pre->o_type), in restore_finalize()
H A Dgsstruct.h184 #define struct_type_name_string(pstype) ((const char *)((pstype)->sname)) macro