Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c5542 unsigned char *op_code_data = data; 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()
5551 ext_op_code = *op_code_data++; in display_debug_lines_decoded()
5562 op_code_data, in display_debug_lines_decoded()
5563 op_code_end - op_code_data, in display_debug_lines_decoded()
5574 file_table[n_files].name = (char *) op_code_data; in display_debug_lines_decoded()
5575 op_code_data += strlen ((char *) op_code_data) + 1; in display_debug_lines_decoded()
5578 op_code_data, op_code_end); in display_debug_lines_decoded()
5581 op_code_data, op_code_end); in display_debug_lines_decoded()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf.c5334 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()
[all …]