Home
last modified time | relevance | path

Searched refs:ext_op_code_len (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/binutils/
Ddwarf.c5539 unsigned int ext_op_code_len; in display_debug_lines_decoded() local
5544 READ_ULEB (ext_op_code_len, op_code_data, end_of_sequence); in display_debug_lines_decoded()
5545 op_code_end = op_code_data + ext_op_code_len; in display_debug_lines_decoded()
5546 if (ext_op_code_len == 0 || op_code_end > end_of_sequence) in display_debug_lines_decoded()