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

  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-arm-tdesc.cc 26 static struct target_desc *tdesc_arm_list[ARM_FP_TYPE_INVALID]; variable in typeref:struct:target_desc
33 struct target_desc *tdesc = tdesc_arm_list[fp_type];
42 tdesc_arm_list[fp_type] = tdesc;
55 /* Many of the tdesc_arm_list entries may not have been initialised yet. This
59 if (tdesc == tdesc_arm_list[i])
  /src/external/gpl3/gdb/dist/gdbserver/
linux-arm-tdesc.cc 26 static struct target_desc *tdesc_arm_list[ARM_FP_TYPE_INVALID]; variable in typeref:struct:target_desc
33 struct target_desc *tdesc = tdesc_arm_list[fp_type];
42 tdesc_arm_list[fp_type] = tdesc;
55 /* Many of the tdesc_arm_list entries may not have been initialised yet. This
59 if (tdesc == tdesc_arm_list[i])
  /src/external/gpl3/gdb.old/dist/gdb/
arm-tdep.c 244 static struct target_desc *tdesc_arm_list[ARM_FP_TYPE_INVALID][2]; variable in typeref:struct:target_desc
14964 struct target_desc *tdesc = tdesc_arm_list[fp_type][tls];
14969 tdesc_arm_list[fp_type][tls] = tdesc;
  /src/external/gpl3/gdb/dist/gdb/
arm-tdep.c 244 static struct target_desc *tdesc_arm_list[ARM_FP_TYPE_INVALID][2]; variable in typeref:struct:target_desc
14965 struct target_desc *tdesc = tdesc_arm_list[fp_type][tls];
14970 tdesc_arm_list[fp_type][tls] = tdesc;

Completed in 63 milliseconds