Home
last modified time | relevance | path

Searched refs:dis_snprintf (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_riscv.c330 (void) dis_snprintf(buf, buflen, "%s %s,%s,%s", table->drv_name, in dis_riscv_rtype_32()
344 (void) dis_snprintf(buf, buflen, "%s %s,%s,%s0%o", in dis_riscv_itype_32()
348 (void) dis_snprintf(buf, buflen, "%s %s,%s,%s0x%x", in dis_riscv_itype_32()
364 (void) dis_snprintf(buf, buflen, "%s %s,%s,%s0%o", in dis_riscv_btype_32()
368 (void) dis_snprintf(buf, buflen, "%s %s,%s,%s0x%x", in dis_riscv_btype_32()
382 (void) dis_snprintf(buf, buflen, "%s %s,%s0%o(%s)", in dis_riscv_load()
386 (void) dis_snprintf(buf, buflen, "%s %s,%s0x%x(%s)", in dis_riscv_load()
401 (void) dis_snprintf(buf, buflen, "%s %s,%s0%o(%s)", in dis_riscv_stype_32()
405 (void) dis_snprintf(buf, buflen, "%s %s,%s0x%x(%s)", in dis_riscv_stype_32()
416 (void) dis_snprintf(buf, buflen, "%s %s,0x%x", table->drv_name, in dis_riscv_utype_32()
[all …]
H A Dlibdisasm_impl.h66 extern int dis_snprintf(char *restrict, size_t, const char *restrict, ...);
H A Ddis_i386.c128 dhx->dhx_dis.d86_sprintf_func = dis_snprintf; in dis_i386_handle_attach()
H A Ddis_sparc.c275 (void) dis_snprintf(buf, buflen, in dis_sparc_disassemble()
H A Dlibdisasm.c321 dis_snprintf(char *restrict s, size_t n, const char *restrict format, ...) in dis_snprintf() function
H A Ddis_sparc_fmt.c865 (void) dis_snprintf(buf, sizeof (buf), "%s%s%s", name, annul, pred); in fmt_branch()