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

  /src/external/gpl3/gdb/dist/sim/ppc/
table.h 40 char *annex; member in struct:_table_entry
  /src/external/gpl3/gdb.old/dist/gdb/
ia64-vms-tdep.c 38 const char *annex = core_addr_to_string (ip); local
45 annex + 2, buf, 0, sizeof (buf));
solib-svr4.c 1184 Note that ANNEX must be NULL if the remote does not explicitly allow
1190 const char *annex)
1192 gdb_assert (annex == NULL || target_augmented_libraries_svr4_read ());
1198 annex);
1209 const char *annex)
1823 char annex[64]; local
1826 xsnprintf (annex, sizeof (annex), "lmid=%s;start=%s;prev=%s",
1830 if (!svr4_current_sos_via_xfer_libraries (&library_list, annex))
  /src/external/gpl3/gdb.old/dist/sim/ppc/
table.h 40 char *annex; member in struct:_table_entry
  /src/external/gpl3/gdb/dist/gdb/
ia64-vms-tdep.c 38 const char *annex = core_addr_to_string (ip); local
45 annex + 2, buf, 0, sizeof (buf));
solib-svr4.c 1266 Note that ANNEX must be NULL if the remote does not explicitly allow
1272 const char *annex)
1274 gdb_assert (annex == NULL || target_augmented_libraries_svr4_read ());
1280 annex);
1291 const char *annex)
2128 char annex[64]; local
2131 xsnprintf (annex, sizeof (annex), "lmid=%s;start=%s;prev=%s",
2135 if (!svr4_current_sos_via_xfer_libraries (&library_list, annex))
  /src/external/gpl3/gdb.old/dist/gdbserver/
server.cc 338 /* After the read marker and annex, qXfer looks like a
346 decode_xfer (char *buf, char **object, char **rw, char **annex, char **offset)
364 /* Extract and NUL-terminate the annex. */
365 *annex = buf;
1126 get_features_xml (const char *annex)
1138 if (strcmp (annex, "target.xml") == 0)
1145 annex = ret;
1152 /* Look for the annex. */
1154 if (strcmp (annex, xml_builtin[i][0]) == 0)
1785 the starting point. The ANNEX can be used to provide additiona
2347 char *annex; local
2978 const char *annex; local
    [all...]
  /src/external/gpl3/gdb/dist/gdbserver/
server.cc 347 /* After the read marker and annex, qXfer looks like a
355 decode_xfer (char *buf, char **object, char **rw, char **annex, char **offset)
373 /* Extract and NUL-terminate the annex. */
374 *annex = buf;
1119 get_features_xml (const char *annex)
1131 if (strcmp (annex, "target.xml") == 0)
1138 annex = ret;
1145 /* Look for the annex. */
1147 if (strcmp (annex, xml_builtin[i][0]) == 0)
1778 the starting point. The ANNEX can be used to provide additiona
2320 char *annex; local
2949 const char *annex; local
    [all...]

Completed in 25 milliseconds