Class | Description |
---|---|
AR |
The
AR class is used for parsing standard archive (ar) files. |
ERandomAccessFile | |
MachO | Deprecated
Deprecated as of CDT 6.1.
|
MachO.Line |
Simple class to implement a line table
|
MachO.SymbolComparator |
We have to implement a separate compararator since when we do the
binary search down below we are using a Long and a Symbol object
and the Long doesn't know how to compare against a Symbol so if
we compare Symbol vs Long it is ok, but not if we do Long vs Symbol.
|
MachO64 | |
MachO64.Line |
Simple class to implement a line table
|
MachO64.SymbolComparator |
We have to implement a separate comparator since when we do the
binary search down below we are using a Long and a Symbol object
and the Long doesn't know how to compare against a Symbol so if
we compare Symbol vs Long it is ok, but not if we do Long vs Symbol.
|
MachOHelper | Deprecated
Deprecated as of CDT 6.1.
|
MachOHelper64 |
MachOHelper64 is a wrapper class for the MachO64 class
to provide higher level API for sorting/searching the MachO data. |
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.