Home | History | Annotate | Download | only in plat-mac

Lines Matching refs:fragments

1 """codefragments.py -- wrapper to modify code fragments."""
27 If architecture is given, only code fragments of that type will be used:
29 68k code, since it does not use code fragments to begin with.
30 If architecture is None, all fragments will be used, enabling FAT binaries.
44 for frag in srccfrg.fragments:
65 self.fragments = []
91 self.fragments.append(frag)
94 self.memberCount = len(self.fragments)
96 for frag in self.fragments:
101 self.fragments.append(frag)