| /src/external/gpl3/gdb/dist/sim/ppc/ |
| dumpf.h | 24 extern void dumpf (int indent, const char *msg, ...)
|
| ld-cache.c | 25 #include "dumpf.h" 92 dumpf(indent, "((cache_table*)%p\n", rule); 93 dumpf(indent, " (type %s)\n", i2name(rule->type, cache_type_map)); 94 dumpf(indent, " (field_name \"%s\")\n", rule->field_name); 95 dumpf(indent, " (derived_name \"%s\")\n", rule->derived_name); 96 dumpf(indent, " (type-def \"%s\")\n", rule->type_def); 97 dumpf(indent, " (expression \"%s\")\n", rule->expression); 98 dumpf(indent, " (next %p)\n", rule->next); 99 dumpf(indent, " )\n");
|
| ld-decode.c | 26 #include "dumpf.h" 111 dumpf(indent, "((decode_table*)%p\n", rule); 113 dumpf(indent, " (type %s)\n", i2name(rule->type, decode_type_map)); 114 dumpf(indent, " (gen %s)\n", i2name(rule->gen, decode_gen_map)); 115 dumpf(indent, " (force_slash %d)\n", rule->force_slash); 116 dumpf(indent, " (first %d)\n", rule->first); 117 dumpf(indent, " (last %d)\n", rule->last); 118 dumpf(indent, " (force_first %d)\n", rule->force_first); 119 dumpf(indent, " (force_last %d)\n", rule->force_last); 120 dumpf(indent, " (force_expansion \"%s\")\n", rule->force_expansion) [all...] |
| dumpf.c | 26 #include "dumpf.h" 32 dumpf (int indent, const char *msg, ...) function
|
| ld-insn.c | 29 #include "dumpf.h" 833 dumpf (indent, "(first %d)\n", field->first); 834 dumpf (indent, "(last %d)\n", field->last); 835 dumpf (indent, "(width %d)\n", field->width); 837 dumpf (indent, "(is_int %d)\n", field->val_int); 839 dumpf (indent, "(is_slash)\n"); 841 dumpf (indent, "(is_string `%s')\n", field->val_string); 842 dumpf (indent, "(next %p)\n", field->next); 843 dumpf (indent, "(prev %p)\n", field->prev); 854 dumpf(indent, "(first %p)\n", fields->first) [all...] |
| table.c | 30 #include "dumpf.h" 322 dumpf(indent, "(fields"); 329 dumpf(indent, "(line_nr %d)\n", entry->line_nr); 331 dumpf(indent, "(file_name %s)\n", entry->file_name); 333 dumpf(indent, "(annex\n%s\n", entry->annex); 334 dumpf(indent, " )\n");
|
| local.mk | 104 %D%/dumpf.c \
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| dumpf.h | 24 extern void dumpf (int indent, const char *msg, ...)
|
| ld-cache.c | 25 #include "dumpf.h" 92 dumpf(indent, "((cache_table*)%p\n", rule); 93 dumpf(indent, " (type %s)\n", i2name(rule->type, cache_type_map)); 94 dumpf(indent, " (field_name \"%s\")\n", rule->field_name); 95 dumpf(indent, " (derived_name \"%s\")\n", rule->derived_name); 96 dumpf(indent, " (type-def \"%s\")\n", rule->type_def); 97 dumpf(indent, " (expression \"%s\")\n", rule->expression); 98 dumpf(indent, " (next %p)\n", rule->next); 99 dumpf(indent, " )\n");
|
| ld-decode.c | 26 #include "dumpf.h" 111 dumpf(indent, "((decode_table*)%p\n", rule); 113 dumpf(indent, " (type %s)\n", i2name(rule->type, decode_type_map)); 114 dumpf(indent, " (gen %s)\n", i2name(rule->gen, decode_gen_map)); 115 dumpf(indent, " (force_slash %d)\n", rule->force_slash); 116 dumpf(indent, " (first %d)\n", rule->first); 117 dumpf(indent, " (last %d)\n", rule->last); 118 dumpf(indent, " (force_first %d)\n", rule->force_first); 119 dumpf(indent, " (force_last %d)\n", rule->force_last); 120 dumpf(indent, " (force_expansion \"%s\")\n", rule->force_expansion) [all...] |
| dumpf.c | 26 #include "dumpf.h" 32 dumpf (int indent, const char *msg, ...) function
|
| ld-insn.c | 29 #include "dumpf.h" 833 dumpf (indent, "(first %d)\n", field->first); 834 dumpf (indent, "(last %d)\n", field->last); 835 dumpf (indent, "(width %d)\n", field->width); 837 dumpf (indent, "(is_int %d)\n", field->val_int); 839 dumpf (indent, "(is_slash)\n"); 841 dumpf (indent, "(is_string `%s')\n", field->val_string); 842 dumpf (indent, "(next %p)\n", field->next); 843 dumpf (indent, "(prev %p)\n", field->prev); 854 dumpf(indent, "(first %p)\n", fields->first) [all...] |
| table.c | 30 #include "dumpf.h" 322 dumpf(indent, "(fields"); 329 dumpf(indent, "(line_nr %d)\n", entry->line_nr); 331 dumpf(indent, "(file_name %s)\n", entry->file_name); 333 dumpf(indent, "(annex\n%s\n", entry->annex); 334 dumpf(indent, " )\n");
|
| local.mk | 104 %D%/dumpf.c \
|
| /src/external/gpl2/dtc/dist/ |
| fdtdump.c | 44 #define dumpf(fmt, args...) \ macro 104 dumpf("%04"PRIxPTR": tag: 0x%08"PRIx32" (%s)\n", 144 dumpf("%04"PRIxPTR": string: %s\n", (uintptr_t)s - blob_off, s); 145 dumpf("%04"PRIxPTR": value\n", (uintptr_t)t - blob_off);
|