Package org.eclipse.cdt.utils.macho


package org.eclipse.cdt.utils.macho
  • Classes
    Class
    Description
    The AR class is used for parsing standard archive (ar) files.
     
     
    Simple class to implement a line table
    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.
    MachOHelper64 is a wrapper class for the MachO64 class to provide higher level API for sorting/searching the MachO data.