Lines Matching defs:xml
262 const char *xml;
626 /* Old gdb always expects FP registers. Newer (xml-aware) gdb only
633 #define GDB_CORE_XML "power64-core.xml"
635 #define GDB_CORE_XML "power-core.xml"
858 /* Old gdb always expect FPA registers. Newer (xml-aware) gdb only expect
864 #define GDB_CORE_XML "arm-core.xml"
934 #define GDB_CORE_XML "cf-core.xml"
951 ColdFire and m68k. Use XML bits for these. */
1078 /* FIXME: We should use XML for this. */
1352 if (strncmp(p, "target.xml", len) == 0) {
1353 /* Generate the XML description for this CPU. */
1358 "<?xml version=\"1.0\"?>"
1366 pstrcat(target_xml, sizeof(target_xml), r->xml);
1420 int num_regs, const char *xml, int g_pos)
1431 s->xml = xml;
1435 if (strcmp((*p)->xml, xml) == 0)
1445 "Expected %d got %d\n", xml, g_pos, s->base_reg);
1725 understand XML also knows how to use this properly. */
1898 const char *xml;
1903 xml = get_feature_xml(p, &p);
1904 if (!xml) {
1917 total_len = strlen(xml);
1927 len = memtox(buf + 1, xml + addr, len);
1930 len = memtox(buf + 1, xml + addr, total_len - addr);