Searched refs:dumpf (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dld-cache.c95 dumpf(indent, "((cache_table*)0x%x\n", rule);
96 dumpf(indent, " (type %s)\n", i2name(rule->type, cache_type_map));
97 dumpf(indent, " (field_name \"%s\")\n", rule->field_name);
98 dumpf(indent, " (derived_name \"%s\")\n", rule->derived_name);
99 dumpf(indent, " (type-def \"%s\")\n", rule->type_def);
100 dumpf(indent, " (expression \"%s\")\n", rule->expression);
101 dumpf(indent, " (next 0x%x)\n", rule->next);
102 dumpf(indent, " )\n");
H A Dld-decode.c114 dumpf(indent, "((decode_table*)%p\n", rule);
116 dumpf(indent, " (type %s)\n", i2name(rule->type, decode_type_map));
117 dumpf(indent, " (gen %s)\n", i2name(rule->gen, decode_gen_map));
118 dumpf(indent, " (force_slash %d)\n", rule->force_slash);
119 dumpf(indent, " (first %d)\n", rule->first);
120 dumpf(indent, " (last %d)\n", rule->last);
121 dumpf(indent, " (force_first %d)\n", rule->force_first);
122 dumpf(indent, " (force_last %d)\n", rule->force_last);
123 dumpf(indent, " (force_expansion \"%s\")\n", rule->force_expansion);
124 dumpf(inden
[all...]
H A Dld-insn.c816 dumpf(indent, "(first %d)\n", field->first);
818 dumpf(indent, "(last %d)\n", field->last);
820 dumpf(indent, "(width %d)\n", field->width);
823 dumpf(indent, "(is_int %d)\n", field->val_int);
826 dumpf(indent, "(is_slash)\n");
829 dumpf(indent, "(is_string `%s')\n", field->val_string);
831 dumpf(indent, "(next 0x%x)\n", field->next);
833 dumpf(indent, "(prev 0x%x)\n", field->prev);
846 dumpf(indent, "(first 0x%x)\n", fields->first);
847 dumpf(inden
[all...]
H A Dmisc.h66 extern void dumpf
H A Dtable.c320 dumpf(indent, "(fields");
327 dumpf(indent, "(line_nr %d)\n", entry->line_nr);
329 dumpf(indent, "(file_name %s)\n", entry->file_name);
331 dumpf(indent, "(annex\n%s\n", entry->annex);
332 dumpf(indent, " )\n");
H A Dmisc.c62 dumpf (int indent, char *msg, ...) function

Completed in 107 milliseconds