Lines Matching refs:is64Bit
17 self.is64Bit = None
69 f.isLSB, f.is64Bit = False, False
71 f.isLSB, f.is64Bit = True, False
73 f.isLSB, f.is64Bit = False, True
75 f.isLSB, f.is64Bit = True, True
92 if f.is64Bit:
136 def dumpSegmentLoadCommand(f, opts, is64Bit): argument
138 if is64Bit:
156 dumpSection(f, i, opts, is64Bit)
195 if f.is64Bit:
237 def dumpSection(f, i, opts, is64Bit): argument
241 if is64Bit:
259 if is64Bit: