HomeSort by relevance Sort by last modified time
    Searched refs:ud_asmprintf (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mach_override/libudis86/
syn-att.c 42 ud_asmprintf(u, "*"); break;
56 ud_asmprintf(u, "$0x%x", op->lval.udword);
60 ud_asmprintf(u, "%%%s", ud_reg_tab[op->base - UD_R_AL]);
68 ud_asmprintf(u, "%%%s:", ud_reg_tab[u->pfx_seg - UD_R_AL]);
74 ud_asmprintf(u, "(%%%s", ud_reg_tab[op->base - UD_R_AL]);
78 ud_asmprintf(u, ",");
80 ud_asmprintf(u, "(");
82 ud_asmprintf(u, "%%%s", ud_reg_tab[op->index - UD_R_AL]);
85 ud_asmprintf(u, ",%d", op->scale);
88 ud_asmprintf(u, ")")
    [all...]
syn-intel.c 41 ud_asmprintf(u, "far ");
44 case 8: ud_asmprintf(u, "byte " ); break;
45 case 16: ud_asmprintf(u, "word " ); break;
46 case 32: ud_asmprintf(u, "dword "); break;
47 case 64: ud_asmprintf(u, "qword "); break;
48 case 80: ud_asmprintf(u, "tword "); break;
61 ud_asmprintf(u, "%s", ud_reg_tab[op->base - UD_R_AL]);
68 ud_asmprintf(u, "[");
70 ud_asmprintf(u, "%s:", ud_reg_tab[u->pfx_seg - UD_R_AL]);
73 ud_asmprintf(u, "%s", ud_reg_tab[op->base - UD_R_AL])
    [all...]
syn.h 39 int ud_asmprintf(struct ud *u, char *fmt, ...)
42 int ud_asmprintf(struct ud *u, char *fmt, ...);
syn.c 107 ud_asmprintf(struct ud *u, char *fmt, ...) function
134 ud_asmprintf(u, "%s%+" FMT64 "d", name, offset);
136 ud_asmprintf(u, "%s", name);
141 ud_asmprintf(u, "0x%" FMT64 "x", addr);
168 ud_asmprintf(u, "0x%" FMT64 "x", v);
186 ud_asmprintf(u, "0x%" FMT64 "x", v);
197 ud_asmprintf(u, "-0x%" FMT64 "x", -v);
199 ud_asmprintf(u, "%s0x%" FMT64 "x", sign? "+" : "", v);

Completed in 1360 milliseconds