Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-main.c1358 int col_byte; in mi_cmd_data_read_memory() local
1368 for (col = 0, col_byte = row_byte; in mi_cmd_data_read_memory()
1370 col++, col_byte += word_size) in mi_cmd_data_read_memory()
1372 if (col_byte + word_size > nr_bytes) in mi_cmd_data_read_memory()
1379 print_scalar_formatted (&mbuf[col_byte], word_type, in mi_cmd_data_read_memory()
/netbsd/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-main.c1358 int col_byte; in mi_cmd_data_read_memory() local
1368 for (col = 0, col_byte = row_byte; in mi_cmd_data_read_memory()
1370 col++, col_byte += word_size) in mi_cmd_data_read_memory()
1372 if (col_byte + word_size > nr_bytes) in mi_cmd_data_read_memory()
1379 print_scalar_formatted (&mbuf[col_byte], word_type, in mi_cmd_data_read_memory()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic-show-locus.c1495 for (int col_byte = 1 + x_offset_bytes; col_byte <= line_bytes; col_byte++) in print_source_line() local
1513 in_range_p = get_state_at_point (row, col_byte, in print_source_line()
1527 last_non_ws = col_byte; in print_source_line()
1529 first_non_ws = col_byte; in print_source_line()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic-show-locus.c1495 for (int col_byte = 1 + x_offset_bytes; col_byte <= line_bytes; col_byte++) in print_source_line() local
1513 in_range_p = get_state_at_point (row, col_byte, in print_source_line()
1527 last_non_ws = col_byte; in print_source_line()
1529 first_non_ws = col_byte; in print_source_line()