]>
git.saurik.com Git - apple/objc4.git/blob - runtime/objcrt.h
4 #include <objc/objc-api.h>
8 int count
; // number of pointer pairs that follow
21 OBJC_EXPORT
void *_objc_init_image(HMODULE image
, const objc_sections
*sects
);
22 OBJC_EXPORT
void _objc_load_image(HMODULE image
, void *hinfo
);
23 OBJC_EXPORT
void _objc_unload_image(HMODULE image
, void *hinfo
);