Searched refs:ext_op_code_len (Results 1 – 2 of 2) sorted by relevance
3393 unsigned int ext_op_code_len; in display_debug_lines_decoded() local3397 ext_op_code_len = read_uleb128 (op_code_data, &bytes_read, in display_debug_lines_decoded()3401 if (ext_op_code_len == 0) in display_debug_lines_decoded()3406 ext_op_code_len += bytes_read; in display_debug_lines_decoded()3417 ext_op_code_len - bytes_read - 1, in display_debug_lines_decoded()3455 ext_op_code, ext_op_code_len - bytes_read); in display_debug_lines_decoded()3458 data += ext_op_code_len; in display_debug_lines_decoded()
4668 unsigned int ext_op_code_len; in display_debug_lines_decoded() local4673 READ_ULEB (ext_op_code_len, op_code_data, end_of_sequence); in display_debug_lines_decoded()4674 op_code_end = op_code_data + ext_op_code_len; in display_debug_lines_decoded()4675 if (ext_op_code_len == 0 || op_code_end > end_of_sequence) in display_debug_lines_decoded()