Searched refs:logicals_table (Results 1 – 1 of 1) sorted by relevance
428 static SMR *logicals_table = NULL; variable435 free (logicals_table); in free_logicals()438 logicals_table = NULL; in free_logicals()447 logicals_table = (SMR *) xmalloc (logicals_allocated * sizeof (SMR)); in append_logical()452 logicals_table = (SMR *) in append_logical()453 xrealloc (logicals_table, logicals_allocated * sizeof (SMR)); in append_logical()455 logicals_table[logicals_count++] = state_machine_regs; in append_logical()3327 state_machine_regs.address = logicals_table[logical - 1].address; in display_line_program()3328 state_machine_regs.op_index = logicals_table[logical - 1].op_index; in display_line_program()3356 state_machine_regs.file = logicals_table[logical - 1].file; in display_line_program()[all …]