/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | itm_comp.y | 174 TRACE_MESSAGE('y', ("def_element_list: def_element ;\n")); 179 TRACE_MESSAGE('y', 188 TRACE_MESSAGE('y', ("def_element: direction\n")); 196 TRACE_MESSAGE('y', ("def_element: condition\n")); 201 TRACE_MESSAGE('y', ("def_element: map\n")); 212 TRACE_MESSAGE('y', ("def_element: operation\n")); 223 TRACE_MESSAGE('y', ("direction name (direction_unit_list)\n")); 229 TRACE_MESSAGE('y', ("direction name (direction_unit_list)\n")); 238 TRACE_MESSAGE('y', ("direction_unit_list: direction_unit\n")); 243 TRACE_MESSAGE('y', ("direction_unit_list: " [all …]
|
H A D | geniconvtbl.c | 56 #define TRACE_MESSAGE(c, args) ((TRACE(c))? trace_message args: (void)0) macro 62 #define TRACE_MESSAGE(c, args) macro 284 TRACE_MESSAGE('e', ("_icv_iconv: error=%d\n", errno)); in _icv_iconv() 300 TRACE_MESSAGE('i', ("_icv_iconv(inbuf=%p inbytesleft=%ld " in _icv_iconv() 350 TRACE_MESSAGE('e', ("_icv_iconv: error=%d\n", in _icv_iconv() 399 TRACE_MESSAGE('e', in _icv_iconv() 408 TRACE_MESSAGE('E', in _icv_iconv() 429 TRACE_MESSAGE('a', in _icv_iconv() 468 TRACE_MESSAGE('e', in _icv_iconv() 479 TRACE_MESSAGE('e', in _icv_iconv() [all …]
|
H A D | assemble.c | 76 TRACE_MESSAGE('p', (#comment "\n")); \ 78 TRACE_MESSAGE('p', \ 164 TRACE_MESSAGE('r', in assemble() 168 TRACE_MESSAGE('r', ("%s\n", itmc_obj_names[i])); in assemble() 170 TRACE_MESSAGE('r', in assemble() 441 TRACE_MESSAGE('3', ("string section\n")); in relocation_II() 449 TRACE_MESSAGE('3', ("direction\n")); in relocation_II() 457 TRACE_MESSAGE('3', ("condition\n")); in relocation_II() 465 TRACE_MESSAGE('3', ("map\n")); in relocation_II() 473 TRACE_MESSAGE('3', ("operation\n")); in relocation_II() [all …]
|
H A D | itm_util.c | 80 TRACE_MESSAGE('y', ("itm_def_process\n")); in itm_def_process() 250 TRACE_MESSAGE('l', ("op_hirarchy (optbl=%x)\n", optbl)); in op_hirarchy() 263 TRACE_MESSAGE('L', ("o->in(%x) in->in(%x)\n", in op_hirarchy() 271 TRACE_MESSAGE('L', ("o=%x in=%x in->in=%x\n", in op_hirarchy() 273 TRACE_MESSAGE('L', ("o(table)%x->in(ref)=%x\n", in op_hirarchy() 307 TRACE_MESSAGE('O', ("obj_register: %6ld %08p %08p %08ld %08p %ld\n", in obj_register() 717 TRACE_MESSAGE('m', ("map_table: ent=%lu num=%lu ", in map_table() 719 TRACE_MESSAGE('m', ("byte_seq_min=0x")); in map_table() 721 TRACE_MESSAGE('m', ("%02x", *(byte_seq_min + i))); in map_table() 723 TRACE_MESSAGE('m', (" byte_seq_max=0x")); in map_table() [all …]
|
H A D | itm_comp.l | 269 TRACE_MESSAGE('l', ("at_name_to_token: %s", s)); in at_name_to_token() 280 TRACE_MESSAGE('l', (" %d\n", at_table[mid].token)); in at_name_to_token() 284 TRACE_MESSAGE('l', (" - not found\n")); in at_name_to_token()
|
H A D | itmcomp.h | 283 #define TRACE_MESSAGE(c, args) ((TRACE(c))? trace_message args: (void)0) macro 286 #define TRACE_MESSAGE(c, args) macro
|
H A D | disassemble.c | 97 TRACE_MESSAGE('d', ("disassemble %s\n", file)); in disassemble() 161 TRACE_MESSAGE('D', in dump_itm_header() 210 TRACE_MESSAGE('H', in dump_itm_header() 248 TRACE_MESSAGE('H', in dump_itm_header() 361 TRACE_MESSAGE('p', ("(*)name=%ld", in dump_tables() 405 TRACE_MESSAGE('p', ("(&)direc=%ld ", direc_place.itm_ptr)); in dump_direc_tbl() 484 TRACE_MESSAGE('d', ("dump_map_i_f\n")); in dump_map_i_f() 508 TRACE_MESSAGE('p', ("(&)map=%ld ", map_place.itm_ptr)); in dump_map_i_f() 596 TRACE_MESSAGE('d', ("dump_map_l_f\n")); in dump_map_l_f() 607 TRACE_MESSAGE('p', ("(&)map=%ld ", map_place.itm_ptr)); in dump_map_l_f() [all …]
|
H A D | itmcomp.c | 460 TRACE_MESSAGE('C', ("%s\n", *(cmd_opt.cpp_opt + i))); in cpp_open() 745 TRACE_MESSAGE('M', ("malloc_vital: %d\n", size)); in malloc_vital()
|