HomeSort by: relevance | last modified time | path
    Searched defs:next_gdbarch (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
printcmd.c 84 static struct gdbarch *next_gdbarch; variable in typeref:struct:gdbarch
541 next_gdbarch = gdbarch;
1019 next_gdbarch = gdbarch;
1032 if (gdbarch_ptr_bit (next_gdbarch) == 64)
1034 else if (gdbarch_ptr_bit (next_gdbarch) == 32)
1036 else if (gdbarch_ptr_bit (next_gdbarch) == 16)
1044 val_type = builtin_type (next_gdbarch)->builtin_int8;
1046 val_type = builtin_type (next_gdbarch)->builtin_int16;
1048 val_type = builtin_type (next_gdbarch)->builtin_int32;
1050 val_type = builtin_type (next_gdbarch)->builtin_int64
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
printcmd.c 82 static struct gdbarch *next_gdbarch; variable in typeref:struct:gdbarch
539 next_gdbarch = gdbarch;
1017 next_gdbarch = gdbarch;
1030 if (gdbarch_ptr_bit (next_gdbarch) == 64)
1032 else if (gdbarch_ptr_bit (next_gdbarch) == 32)
1034 else if (gdbarch_ptr_bit (next_gdbarch) == 16)
1042 val_type = builtin_type (next_gdbarch)->builtin_int8;
1044 val_type = builtin_type (next_gdbarch)->builtin_int16;
1046 val_type = builtin_type (next_gdbarch)->builtin_int32;
1048 val_type = builtin_type (next_gdbarch)->builtin_int64
    [all...]

Completed in 19 milliseconds