ftp.nice.ch/Attic/openStep/developer/bundles/GDBbundle.1.0.s.tgz#/GDBbundle-1.0.s/debug/gdb/gdb/next/loadSymbols.h

This is loadSymbols.h in view mode; [Download] [Up]

#import <mach-o/loader.h>

typedef struct _LoadInfo {
    struct mach_header *headerAddr;
    struct mach_header *header;
    vm_size_t sizeWithSymbols;
    vm_size_t sizeWithoutSymbols;
    char **names;
    struct objfile *objfile;
    BOOL loadOK;
} LoadInfo;

extern BOOL loadSymbolsForInfo(LoadInfo *loadInfo, char **theNames);


These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.