Searched refs:is_64 (Results 1 – 2 of 2) sorted by relevance
323 bool is_64, is_vector; in handle_syscall() local339 is_64 = (uctx->mcsize == UC_FLAVOR64_VEC_SIZE in handle_syscall()348 is_64 = (ctxstyle == UC_FLAVOR64_VEC || ctxstyle == UC_TRAD64_VEC in handle_syscall()363 if (is_64) in handle_syscall()
1122 is_64 = self.is_64_bit()1221 self.is_64 = False1235 def unpack(self, is_64, data): argument1236 self.is_64 = is_641239 if self.is_64:1249 if self.is_64:1257 if self.is_64:1541 is_64 = self.command.get_enum_value() == LC_SEGMENT_641543 if is_64:1554 section.unpack(is_64, data)