Lines Matching refs:op_code_data
5334 unsigned char *op_code_data = data; in display_debug_lines_decoded() local
5336 READ_ULEB (ext_op_code_len, op_code_data, end_of_sequence); in display_debug_lines_decoded()
5337 op_code_end = op_code_data + ext_op_code_len; in display_debug_lines_decoded()
5343 ext_op_code = *op_code_data++; in display_debug_lines_decoded()
5354 op_code_data, in display_debug_lines_decoded()
5355 op_code_end - op_code_data, in display_debug_lines_decoded()
5366 file_table[n_files].name = op_code_data; in display_debug_lines_decoded()
5367 op_code_data += strlen ((char *) op_code_data) + 1; in display_debug_lines_decoded()
5370 op_code_data, op_code_end); in display_debug_lines_decoded()
5373 op_code_data, op_code_end); in display_debug_lines_decoded()
5376 op_code_data, op_code_end); in display_debug_lines_decoded()
5387 ext_op_code, (long int) (op_code_data - data)); in display_debug_lines_decoded()