unload4.m 243 B

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