Lines Matching full:op_code_data
3658 unsigned char *op_code_data = data;
3660 ext_op_code_len = read_uleb128 (op_code_data, &bytes_read,
3662 op_code_data += bytes_read;
3670 ext_op_code = *op_code_data++;
3679 op_code_data,
3691 file_table[n_files].name = op_code_data;
3692 op_code_data += strlen ((char *) op_code_data) + 1;
3695 read_uleb128 (op_code_data, & bytes_read,
3697 op_code_data += bytes_read;
3700 read_uleb128 (op_code_data, & bytes_read,
3702 op_code_data += bytes_read;
3705 read_uleb128 (op_code_data, & bytes_read,