| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| mem-break.cc | 90 enum raw_bkpt_type raw_type; member in struct:raw_breakpoint 242 raw_bkpt_type_to_target_hw_bp_type (enum raw_bkpt_type raw_type) 244 switch (raw_type) 255 internal_error ("bad raw breakpoint type %d", (int) raw_type); 335 && bp->raw_type == type 352 if (bp->pc == addr && bp->raw_type == type && bp->kind == kind) 450 bp->raw_type = type; 455 *err = the_target->insert_point (bp->raw_type, bp->pc, bp->kind, bp); 780 RAW_TYPE and kind KIND, at WHERE. On success, a pointer to the new 787 set_breakpoint (enum bkpt_type type, enum raw_bkpt_type raw_type, 1017 enum raw_bkpt_type raw_type; local [all...] |
| mem-break.h | 67 (enum raw_bkpt_type raw_type);
|
| linux-arm-low.cc | 490 raw_bkpt_type_to_arm_hwbp_type (enum raw_bkpt_type raw_type) 492 switch (raw_type) 513 arm_linux_hw_point_initialize (enum raw_bkpt_type raw_type, CORE_ADDR addr, 519 hwbp_type = raw_bkpt_type_to_arm_hwbp_type (raw_type);
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| mem-break.cc | 90 enum raw_bkpt_type raw_type; member in struct:raw_breakpoint 242 raw_bkpt_type_to_target_hw_bp_type (enum raw_bkpt_type raw_type) 244 switch (raw_type) 255 internal_error ("bad raw breakpoint type %d", (int) raw_type); 335 && bp->raw_type == type 352 if (bp->pc == addr && bp->raw_type == type && bp->kind == kind) 450 bp->raw_type = type; 455 *err = the_target->insert_point (bp->raw_type, bp->pc, bp->kind, bp); 780 RAW_TYPE and kind KIND, at WHERE. On success, a pointer to the new 787 set_breakpoint (enum bkpt_type type, enum raw_bkpt_type raw_type, 1017 enum raw_bkpt_type raw_type; local [all...] |
| mem-break.h | 67 (enum raw_bkpt_type raw_type);
|
| linux-arm-low.cc | 490 raw_bkpt_type_to_arm_hwbp_type (enum raw_bkpt_type raw_type) 492 switch (raw_type) 513 arm_linux_hw_point_initialize (enum raw_bkpt_type raw_type, CORE_ADDR addr, 519 hwbp_type = raw_bkpt_type_to_arm_hwbp_type (raw_type);
|
| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| quic_wire_pkt.c | 282 unsigned int dst_conn_id_len, src_conn_id_len, raw_type; local 348 raw_type = ((b0 >> 4) & 0x3); 350 switch (raw_type) { 522 unsigned int raw_type; local 538 raw_type = 0; 542 raw_type = 0; 545 raw_type = 1; 548 raw_type = 2; 551 raw_type = 3; 557 b0 = (raw_type << 4) | 0x80; /* long * [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ada-typeprint.c | 252 /* Print RAW_TYPE as a range type, using any bound information 261 print_range_type (struct type *raw_type, struct ui_file *stream, 268 gdb_assert (raw_type != NULL); 269 name = raw_type->name (); 272 if (raw_type->code () == TYPE_CODE_RANGE) 273 base_type = raw_type->target_type (); 275 base_type = raw_type; 279 print_range (raw_type, stream, bounds_preferred_p);
|
| ada-lang.c | 1708 struct type *raw_type = ada_check_typedef (ada_find_any_type (name)); 1710 if (raw_type) 1711 index_desc_type->field (i).set_type (raw_type); 8883 ada_get_base_type (struct type *raw_type) 8888 if (raw_type == NULL || raw_type->code () != TYPE_CODE_STRUCT) 8889 return raw_type; 8891 if (ada_is_aligner_type (raw_type)) 8904 return raw_type; 8906 real_type_namer = ada_find_parallel_type (raw_type, "___XVS") 1703 struct type *raw_type = ada_check_typedef (ada_find_any_type (name)); local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| ada-typeprint.c | 252 /* Print RAW_TYPE as a range type, using any bound information 261 print_range_type (struct type *raw_type, struct ui_file *stream, 268 gdb_assert (raw_type != NULL); 269 name = raw_type->name (); 272 if (raw_type->code () == TYPE_CODE_RANGE) 273 base_type = raw_type->target_type (); 275 base_type = raw_type; 279 print_range (raw_type, stream, bounds_preferred_p);
|
| ada-lang.c | 1705 struct type *raw_type = ada_check_typedef (ada_find_any_type (name)); 1707 if (raw_type) 1708 field.set_type (raw_type); 8887 ada_get_base_type (struct type *raw_type) 8892 if (raw_type == NULL || raw_type->code () != TYPE_CODE_STRUCT) 8893 return raw_type; 8895 if (ada_is_aligner_type (raw_type)) 8908 return raw_type; 8910 real_type_namer = ada_find_parallel_type (raw_type, "___XVS") 1700 struct type *raw_type = ada_check_typedef (ada_find_any_type (name)); local [all...] |