Home | History | Annotate | Download | only in Scripts

Lines Matching refs:def

10    def __init__(self, path):
21 def tell(self):
24 def seek(self, pos):
27 def read(self, N):
33 def read8(self):
36 def read16(self):
39 def read32(self):
45 def read64(self):
51 def registerStringTable(self, strings):
57 def getString(self, index):
64 def dumpmacho(path, opts):
106 def dumpLoadCommand(f, i, opts):
136 def dumpSegmentLoadCommand(f, opts, is64Bit):
159 def dumpSymtabCommand(f, opts):
185 def dumpNlist32(f, i, opts):
204 def dumpDysymtabCommand(f, opts):
237 def dumpSection(f, i, opts, is64Bit):
279 def main():