/external/u-boot/drivers/remoteproc/ |
D | rproc-uclass.c | 339 char *op_str; in _rproc_ops_wrapper() local 360 op_str = "Starting"; in _rproc_ops_wrapper() 364 op_str = "Stopping"; in _rproc_ops_wrapper() 368 op_str = "Resetting"; in _rproc_ops_wrapper() 372 op_str = "Checking if running:"; in _rproc_ops_wrapper() 376 op_str = "Pinging"; in _rproc_ops_wrapper() 383 debug("%s %s...\n", op_str, uc_pdata->name); in _rproc_ops_wrapper()
|
/external/capstone/bindings/python/ |
D | test_lite.py | 46 for (addr, size, mnemonic, op_str) in cs_disasm_lite(arch, mode, code, 0x1000): 47 print("0x%x:\t%s\t%s" % (addr, mnemonic, op_str)) 65 for (addr, size, mnemonic, op_str) in md.disasm_lite(code, 0x1000): 66 print("0x%x:\t%s\t%s" % (addr, mnemonic, op_str))
|
D | test_skipdata.py | 28 print("0x%x:\t%s\t%s" % (insn.address, insn.mnemonic, insn.op_str)) 65 print("0x%x:\t%s\t%s" % (insn.address, insn.mnemonic, insn.op_str))
|
D | test_basic.py | 66 print("0x%x:\t%s\t%s" % (insn.address, insn.mnemonic, insn.op_str)) 87 print("0x%x:\t%s\t%s" % (insn.address, insn.mnemonic, insn.op_str))
|
D | test_xcore.py | 20 print("0x%x:\t%s\t%s" % (insn.address, insn.mnemonic, insn.op_str))
|
D | test_sparc.py | 22 print("0x%x:\t%s\t%s" % (insn.address, insn.mnemonic, insn.op_str))
|
D | test_mips.py | 25 print("0x%x:\t%s\t%s" % (insn.address, insn.mnemonic, insn.op_str))
|
D | test_systemz.py | 20 print("0x%x:\t%s\t%s" % (insn.address, insn.mnemonic, insn.op_str))
|
D | test_ppc.py | 18 print("0x%x:\t%s\t%s" % (insn.address, insn.mnemonic, insn.op_str))
|
/external/minijail/ |
D | syscall_filter.c | 35 int str_to_op(const char *op_str) in str_to_op() argument 37 if (!strcmp(op_str, "==")) { in str_to_op() 39 } else if (!strcmp(op_str, "!=")) { in str_to_op() 41 } else if (!strcmp(op_str, "<")) { in str_to_op() 43 } else if (!strcmp(op_str, "<=")) { in str_to_op() 45 } else if (!strcmp(op_str, ">")) { in str_to_op() 47 } else if (!strcmp(op_str, ">=")) { in str_to_op() 49 } else if (!strcmp(op_str, "&")) { in str_to_op() 51 } else if (!strcmp(op_str, "in")) { in str_to_op()
|
/external/capstone/bindings/vb6/ |
D | CInstruction.cls | 120 For i = 0 To UBound(inst.op_str) 121 If inst.op_str(i) = 0 Then Exit For 122 operand = operand & Chr(inst.op_str(i))
|
/external/capstone/ |
D | cs.c | 348 strncpy(insn->op_str, sp, sizeof(insn->op_str) - 1); in fill_insn() 349 insn->op_str[sizeof(insn->op_str) - 1] = '\0'; in fill_insn() 351 insn->op_str[0] = '\0'; in fill_insn() 444 size_t available = sizeof(((cs_insn*)NULL)->op_str); in skipdata_opstr() 544 mci.flat_insn->op_str[0] = '\0'; in cs_disasm() 596 insn_cache->op_str[0] = '\0'; in cs_disasm() 600 skipdata_opstr(insn_cache->op_str, buffer, skipdata_bytes); in cs_disasm() 754 mci.flat_insn->op_str[0] = '\0'; in cs_disasm_iter() 802 insn->op_str[0] = '\0'; in cs_disasm_iter() 806 skipdata_opstr(insn->op_str, *code, skipdata_bytes); in cs_disasm_iter()
|
/external/selinux/libsepol/cil/src/ |
D | cil_write_ast.c | 87 char *op_str = NULL; in __cil_unfill_expr_helper() local 92 op_str = CIL_KEY_AND; in __cil_unfill_expr_helper() 95 op_str = CIL_KEY_OR; in __cil_unfill_expr_helper() 98 op_str = CIL_KEY_NOT; in __cil_unfill_expr_helper() 101 op_str = CIL_KEY_ALL; in __cil_unfill_expr_helper() 104 op_str = CIL_KEY_EQ; in __cil_unfill_expr_helper() 107 op_str = CIL_KEY_NEQ; in __cil_unfill_expr_helper() 110 op_str = CIL_KEY_RANGE; in __cil_unfill_expr_helper() 113 op_str = CIL_KEY_XOR; in __cil_unfill_expr_helper() 116 op_str = CIL_KEY_CONS_DOM; in __cil_unfill_expr_helper() [all …]
|
D | cil_tree.c | 366 char *op_str = NULL; in cil_expr_to_string() local 374 op_str = CIL_KEY_AND; in cil_expr_to_string() 377 op_str = CIL_KEY_OR; in cil_expr_to_string() 380 op_str = CIL_KEY_NOT; in cil_expr_to_string() 383 op_str = CIL_KEY_ALL; in cil_expr_to_string() 386 op_str = CIL_KEY_EQ; in cil_expr_to_string() 389 op_str = CIL_KEY_NEQ; in cil_expr_to_string() 392 op_str = CIL_KEY_XOR; in cil_expr_to_string() 395 op_str = CIL_KEY_RANGE; in cil_expr_to_string() 398 op_str = CIL_KEY_CONS_DOM; in cil_expr_to_string() [all …]
|
/external/capstone/suite/ |
D | ppcbranch.py | 47 for (addr, size, mnemonic, op_str) in cs_disasm_lite(arch, mode, code, 0x1000): 48 print("0x%x:\t%s\t%s" % (addr, mnemonic, op_str))
|
D | test_mc.py | 180 if x[0].op_str != '': 181 cs_output = "%s %s" %(x[0].mnemonic, x[0].op_str)
|
D | x86odd.py | 101 print("0x%x:\t%s\t%s" % (insn.address, insn.mnemonic, insn.op_str))
|
/external/capstone/bindings/ocaml/ |
D | capstone.ml | 100 op_str: string; RecordField 152 let (id, address, size, bytes, mnemonic, op_str, regs_read, 154 (a.id, a.address, a.size, a.bytes, a.mnemonic, a.op_str, 162 method op_str = op_str; method
|
/external/capstone/bindings/python/pyx/ |
D | ccapstone.pyx | 95 # Diet engine cannot provide @mnemonic & @op_str 102 def op_str(self): member in CsInsn 104 # Diet engine cannot provide @mnemonic & @op_str 107 return self._raw.op_str 291 # unlike disasm(), disasm_lite() only return tuples of (address, size, mnemonic, op_str), 298 # Diet engine cannot provide @mnemonic & @op_str 306 yield (insn.address, insn.size, insn.mnemonic, insn.op_str)
|
/external/capstone/bindings/java/capstone/ |
D | Capstone.java | 50 public byte[] op_str; field in Capstone._cs_insn 57 op_str = new byte[160]; in _cs_insn() 59 java.util.Arrays.fill(op_str, (byte) 0); in _cs_insn() 128 while (insn.op_str[lo++] != 0); in CsInsn() 130 opStr = new String(insn.op_str, 0, lo-1); in CsInsn()
|
/external/capstone/tests/ |
D | test_skipdata.c | 125 insn[j].address, insn[j].mnemonic, insn[j].op_str); in test() 160 printf("@op_str: %lu\n", offsetof(cs_insn, op_str)); in main()
|
D | test_basic.c | 249 insn[j].address, insn[j].mnemonic, insn[j].op_str); in test() 284 printf("@op_str: %lu\n", offsetof(cs_insn, op_str)); in main()
|
/external/capstone/contrib/cs_driver/cs_driver/ |
D | cs_driver.c | 78 insn[j].mnemonic, insn[j].op_str); in cs_driver_hello()
|
/external/capstone/suite/arm/ |
D | test_arm_regression.c | 220 insn[k].address, insn[k].mnemonic, insn[k].op_str); in test_invalids() 353 insn[k].op_str in test_valids()
|
/external/capstone/bindings/python/capstone/ |
D | __init__.py | 435 … yield (insn.address, insn.size, insn.mnemonic.decode('ascii'), insn.op_str.decode('ascii')) 490 def op_str(self): member in CsInsn 495 return self._raw.op_str.decode('ascii') 879 … yield (insn.address, insn.size, insn.mnemonic.decode('ascii'), insn.op_str.decode('ascii'))
|