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

  /external/capstone/bindings/python/pyx/
ccapstone.pyx 54 cdef object _detail
56 def __cinit__(self, _detail):
57 self._detail = _detail
61 _detail = self._detail
62 if not _detail:
64 return getattr(_detail, name)
69 return self._detail.operands
119 if self._detail
    [all...]
  /external/capstone/bindings/python/capstone/
__init__.py 370 self._detail = False
455 if self._cs._detail and self._raw.id != 0:
457 self._detail = copy_ctypes(self._raw.detail.contents)
507 if self._cs._detail:
508 return self._detail.regs_read[:self._detail.regs_read_count]
522 if self._cs._detail:
523 return self._detail.regs_write[:self._detail.regs_write_count]
537 if self._cs._detail
    [all...]

Completed in 128 milliseconds