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