Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/binutils/
H A Ddwarf.c3393 unsigned int ext_op_code_len; in display_debug_lines_decoded() local
3397 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()
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Ddwarf.c4668 unsigned int ext_op_code_len; in display_debug_lines_decoded() local
4673 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()