Home
last modified time | relevance | path

Searched refs:is_64 (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/gcc/gcc/config/rs6000/
H A Ddarwin-fallback.c323 bool is_64, is_vector; in handle_syscall() local
339 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()
/openbsd/gnu/llvm/lldb/examples/python/
H A Dmach_o.py1122 is_64 = self.is_64_bit()
1221 self.is_64 = False
1235 def unpack(self, is_64, data): argument
1236 self.is_64 = is_64
1239 if self.is_64:
1249 if self.is_64:
1257 if self.is_64:
1541 is_64 = self.command.get_enum_value() == LC_SEGMENT_64
1543 if is_64:
1554 section.unpack(is_64, data)