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

  /src/external/gpl3/binutils/dist/libctf/
ctf-lookup.c 497 const char *this_name; local
538 this_name = ctf_strptr (fp, i->u.ctn_en->cte_name);
542 if (strcmp (name, this_name) == 0)
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-lookup.c 497 const char *this_name; local
538 this_name = ctf_strptr (fp, i->u.ctn_en->cte_name);
542 if (strcmp (name, this_name) == 0)
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-layout.c 1044 const char *this_name = m_splits[i].layout->get_name ();
1045 if (this_name == nullptr)
1047 else if (strcmp (this_name, name) == 0
1048 || strcmp (this_name, CMD_NAME) == 0
1049 || strcmp (this_name, STATUS_NAME) == 0)
1043 const char *this_name = m_splits[i].layout->get_name (); local
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-lookup.c 497 const char *this_name; local
538 this_name = ctf_strptr (fp, i->u.ctn_en->cte_name);
542 if (strcmp (name, this_name) == 0)
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-layout.c 1044 const char *this_name = m_splits[i].layout->get_name ();
1045 if (this_name == nullptr)
1047 else if (strcmp (this_name, name) == 0
1048 || strcmp (this_name, CMD_NAME) == 0
1049 || strcmp (this_name, STATUS_NAME) == 0)
1043 const char *this_name = m_splits[i].layout->get_name (); local
  /src/external/gpl3/gdb/dist/libctf/
ctf-lookup.c 497 const char *this_name; local
538 this_name = ctf_strptr (fp, i->u.ctn_en->cte_name);
542 if (strcmp (name, this_name) == 0)
  /src/external/gpl3/gdb.old/dist/gdb/
ax-gdb.c 1354 const char *this_name = type->field (i).name ();
1356 if (this_name)
1358 if (strcmp (field, this_name) == 0)
1378 if (this_name[0] == '\0')
1345 const char *this_name = type->field (i).name (); local
  /src/external/gpl3/gdb/dist/gdb/
ax-gdb.c 1353 const char *this_name = type->field (i).name ();
1355 if (this_name)
1357 if (strcmp (field, this_name) == 0)
1377 if (this_name[0] == '\0')
1344 const char *this_name = type->field (i).name (); local
  /src/external/gpl3/gcc/dist/gcc/config/epiphany/
epiphany.cc 2907 const char *this_name = reg_names[this_regno];
2920 asm_fprintf (file, "\tadd\t%s,%s,%d\n", this_name, this_name, (int) delta);
2924 asm_fprintf (file, "\tsub\t%s,%s,ip\n", this_name, this_name);
2931 asm_fprintf (file, "\tadd\t%s,%s,ip\n", this_name, this_name);
2940 asm_fprintf (file, "\tldr\tip, [%s]\n", this_name);
2950 asm_fprintf (file, "\tadd\t%s, %s, ip\n", this_name, this_name);
2896 const char *this_name = reg_names[this_regno]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
epiphany.cc 2906 const char *this_name = reg_names[this_regno];
2919 asm_fprintf (file, "\tadd\t%s,%s,%d\n", this_name, this_name, (int) delta);
2923 asm_fprintf (file, "\tsub\t%s,%s,ip\n", this_name, this_name);
2930 asm_fprintf (file, "\tadd\t%s,%s,ip\n", this_name, this_name);
2939 asm_fprintf (file, "\tldr\tip, [%s]\n", this_name);
2949 asm_fprintf (file, "\tadd\t%s, %s, ip\n", this_name, this_name);
2895 const char *this_name = reg_names[this_regno]; local
    [all...]

Completed in 30 milliseconds