Searched refs:name_to_str (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/geniconvtbl/ |
H A D | assemble.c | 552 name_to_str(&(name->name))); in relocation_II() 566 name_to_str(&(name->name))); in relocation_II() 578 name_to_str(&(name->name))); in relocation_II() 636 name_to_str(ref->name ? &(ref->name->name) : NULL))); in fix_itmc_ref_reloc() 649 name_to_str(ref->name ? in fix_itmc_ref_reloc() 817 name_to_str(o->ref->name == NULL ? NULL : in analysis2() 832 name_to_str( in analysis2() 836 name_to_str( in analysis2() 867 "#depth=%d\n", k, name_to_str( in analysis2() 881 j, name_to_str(&(vertexes[j].ref->name->name)), in analysis2()
|
H A D | itmcomp.h | 305 extern char *name_to_str(itm_data_t *);
|
H A D | itm_util.c | 2363 name_to_str(name), name->size, type, name_id)); in name_lookup() 2386 name_to_str(name), in name_lookup() 2408 name_to_str(name), name->size, type, refp, name_id, p)); in name_refer() 2457 name_to_str(name), name->size, type, refp, name_id)); in name_register() 2468 name_to_str(name)); in name_register()
|
H A D | disassemble.c | 132 printi(1, "%s {\n", name_to_str(&type_id)); in disassemble() 153 (void) memcpy(str_type_id, name_to_str(&type_id), type_id.size + 1); in dump_itm_header() 161 (void) memcpy(str_interpreter, name_to_str(&interpreter), in dump_itm_header() 352 printi(0, "// register: %s\n", name_to_str(&d)); in dump_tables() 368 printi(0, "// name: %s\n", name_to_str(&d)); in dump_tables() 3184 return (name_to_str(&d)); in name_place_to_str()
|
H A D | itmcomp.c | 814 name_to_str(itm_data_t *name) in name_to_str() function
|