t_value 24 tools/capdis.c t_value data ; t_value 69 tools/capdis.c struct lnode * new_node(t_address address, t_value data) { t_value 104 tools/capdis.c int l_insert(struct llist *ls, t_address address, t_value data) t_value 75 tools/chdk_dasm.c t_value swinum; /* only set for SWIs */ t_value 80 tools/chdk_dasm.c t_value instr ; /* the raw instruction data */ t_value 139 tools/chdk_dasm.c t_value data ; t_value 184 tools/chdk_dasm.c struct lnode * new_node(t_address address, t_value data) { t_value 219 tools/chdk_dasm.c int l_insert(struct llist *ls, t_address address, t_value data) t_value 274 tools/chdk_dasm.c extern void swiname(t_value, char *, size_t); t_value 285 tools/chdk_dasm.c static char * print_ascii_str(firmware *fw, char *op, t_value w) t_value 322 tools/chdk_dasm.c static char * xhex8(firmware *fw, char * op, t_value w) t_value 363 tools/chdk_dasm.c static char * ahex8(firmware *fw, char * op, t_value w) t_value 376 tools/chdk_dasm.c static char * yhex8(firmware *fw, char * op, t_value w) t_value 390 tools/chdk_dasm.c static char * sub_hex8(firmware *fw, char * op, t_value w) t_value 426 tools/chdk_dasm.c t_value v = fwval(fw,adr2idx(fw,w)); t_value 459 tools/chdk_dasm.c static char * sub_ahex8(firmware *fw, char * op, t_value w) t_value 473 tools/chdk_dasm.c static char * reg(char * op, char c, t_value n) { t_value 485 tools/chdk_dasm.c static char * num(char * op, t_value w, t_value decmax) t_value 567 tools/chdk_dasm.c extern pInstruction instr_disassemble(firmware *fw, t_value instr, t_address addr, pDisOptions opts) { t_value 573 tools/chdk_dasm.c t_value fpn; t_value 714 tools/chdk_dasm.c { t_value op21 = instr&(15<<21); t_value 772 tools/chdk_dasm.c t_value x = (instr&(3<<23)) >> 23; t_value 839 tools/chdk_dasm.c t_value op20 = instr&(15<<20); t_value 960 tools/chdk_dasm.c t_value cond = instr>>28; t_value 987 tools/chdk_dasm.c t_value oflags = opts->flags; t_value 1013 tools/chdk_dasm.c { t_value w = instr&0xFFFF; t_value 1050 tools/chdk_dasm.c { t_value w = (instr>>20)&15; t_value 1060 tools/chdk_dasm.c t_value imm8 = (instr&255); t_value 1061 tools/chdk_dasm.c t_value rot = (instr>>7)&30; t_value 1119 tools/chdk_dasm.c t_value n = instr&(31<<7); t_value 1135 tools/chdk_dasm.c t_value w = instr&7; t_value 1150 tools/chdk_dasm.c { t_value w = instr&(7<<5); t_value 1202 tools/chdk_dasm.c t_value offset; t_value 1283 tools/chdk_dasm.c void disassemble1(firmware *fw, t_address start, t_value length) t_value 1285 tools/chdk_dasm.c t_value w; t_value 1310 tools/chdk_dasm.c t_value word_count = 0 ; t_value 1328 tools/chdk_dasm.c void disassemble(firmware *fw, FILE *outfile, t_address start, t_value length) t_value 1330 tools/chdk_dasm.c t_value w; t_value 1336 tools/chdk_dasm.c t_value word_count = 0 ; t_value 1464 tools/chdk_dasm.c void swiname(__attribute__ ((unused))t_value w, __attribute__ ((unused))char * s, __attribute__ ((unused))size_t sz) { return; } t_value 67 tools/chdk_dasm.h t_value flags; t_value 89 tools/chdk_dasm.h void disassemble1(firmware *fw, t_address start, t_value length); t_value 90 tools/chdk_dasm.h void disassemble(firmware *fw, FILE *outfile, t_address start, t_value length);