new-host-2:Debug mdw$ nm -gm TestLib.dylib
0000000000001048 (__DATA,__objc_data) external _OBJC_CLASS_$_MDWTestClass
(undefined) external _OBJC_CLASS_$_NSObject (from CoreFoundation)
0000000000001020 (__DATA,__objc_data) external _OBJC_METACLASS_$_MDWTestClass
(undefined) external _OBJC_METACLASS_$_NSObject (from CoreFoundation)
(undefined) external ___CFConstantStringClassReference (from CoreFoundation)
(undefined) external __objc_empty_cache (from libobjc)
(undefined) external __objc_empty_vtable (from libobjc)
(undefined) external dyld_stub_binder (from libSystem)
new-host-2:Debug mdw$
new-host-2:TestLib.build mdw$ cat TestLib-LinkMap-normal-x86_64.txt
# Path: /Users/mdw/Bivariate/Projects/TestLib/build/Debug/TestLib.dylib
# Arch: x86_64
# UUID: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
# Object files:
[ 0] linker synthesized
[ 1] /Users/mdw/Bivariate/Projects/TestLib/build/Debug/TestLib.dylib
# Sections:
# Address Size Segment Section
0x00000F19 0x0000001B __TEXT __text
0x00000F34 0x0000002C __TEXT __cstring
0x00000F60 0x00000054 __TEXT __unwind_info
0x00000FB8 0x00000048 __TEXT __eh_frame
0x00001000 0x00000020 __DATA __cfstring
0x00001020 0x00000050 __DATA __objc_data
0x00001070 0x000000B0 __DATA __objc_const
0x00001120 0x00000008 __DATA __objc_classlist
0x00001128 0x00000008 __DATA __objc_imageinfo
# Symbols:
# Address Size File Name
0x00000F19 0x0000001B [ 0] -[MDWTestClass message]
0x00000F34 0x0000000F [ 0] "Hello there!!!"
0x00000F43 0x00000008 [ 0] "message"
0x00000F4B 0x00000008 [ 0] "@16@0:8"
0x00000F53 0x0000000D [ 0] "MDWTestClass"
0x00000F60 0x00000054 [ 1] unwind info
0x00000FB8 0x00000018 [ 0] CIE
0x00000FD0 0x00000030 [ 0] -[MDWTestClass message].eh
0x00001000 0x00000020 [ 0] cfstring=Hello there!!!
0x00001020 0x00000028 [ 0] _OBJC_METACLASS_$_MDWTestClass
0x00001048 0x00000028 [ 0] _OBJC_CLASS_$_MDWTestClass
0x00001070 0x00000020 [ 0] l_OBJC_$_INSTANCE_METHODS_MDWTestClass
0x00001090 0x00000048 [ 0] l_OBJC_METACLASS_RO_$_MDWTestClass
0x000010D8 0x00000048 [ 0] l_OBJC_CLASS_RO_$_MDWTestClass
0x00001120 0x00000008 [ 0] __objc_classlist__DATA@0
0x00001128 0x00000008 [ 1] objc$info
new-host-2:TestLib.build mdw$