1 // unload4: contains some objc metadata other than imageinfo
2 // libobjc must keep it open
5 int fake2 __attribute__((section("__DATA,__objc_foo"))) = 0;
7 int fake2 __attribute__((section("__OBJC,__foo"))) = 0;
10 // getsectiondata() falls over if __TEXT has no contents
11 const char *unload4 = "unload4";