Skip to content

Instantly share code, notes, and snippets.

@Mohit-Kheterpal
Created February 26, 2015 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mohit-Kheterpal/feb3b6623d781bf5966e to your computer and use it in GitHub Desktop.
Save Mohit-Kheterpal/feb3b6623d781bf5966e to your computer and use it in GitHub Desktop.
Last login: Thu Feb 26 20:47:10 on ttys000
Xamarin77s-Mac-mini:~ xamarin77$ cd /Users/xamarin77/Projects/texr/texr/bin/iPhone/Debug/texr.app
Xamarin77s-Mac-mini:texr.app xamarin77$ nm texr | grep texr
texr (for architecture armv7):
00127074 t -[texrViewController conformsToProtocol:]
00331928 b -[texrViewController conformsToProtocol:].managed_method
00126e10 t -[texrViewController dealloc]
00126e84 t -[texrViewController didReceiveMemoryWarning]
00331910 b -[texrViewController didReceiveMemoryWarning].managed_method
00126de0 t -[texrViewController release]
00126df8 t -[texrViewController retain]
00126f54 t -[texrViewController viewDidAppear:]
0033191c b -[texrViewController viewDidAppear:].managed_method
00127014 t -[texrViewController viewDidDisappear:]
00331924 b -[texrViewController viewDidDisappear:].managed_method
00126ebc t -[texrViewController viewDidLoad]
00331914 b -[texrViewController viewDidLoad].managed_method
00126ef4 t -[texrViewController viewWillAppear:]
00331918 b -[texrViewController viewWillAppear:].managed_method
00126fb4 t -[texrViewController viewWillDisappear:]
00331920 b -[texrViewController viewWillDisappear:].managed_method
00319ad0 S _OBJC_CLASS_$_texrViewController
00319a8c S _OBJC_IVAR_$_texrViewController.__monoObjectGCHandle
00319ae4 S _OBJC_METACLASS_$_texrViewController
00319d14 D _mono_aot_module_texr_info
00319ba0 d _mono_aot_texr_got
0000ab30 t _mono_aot_texr_plt
0000a374 t _texr_AppDelegate_DidEnterBackground_UIKit_UIApplication
0000a2e8 t _texr_AppDelegate_OnResignActivation_UIKit_UIApplication
0000a400 t _texr_AppDelegate_WillEnterForeground_UIKit_UIApplication
0000a48c t _texr_AppDelegate_WillTerminate_UIKit_UIApplication
0000a14c t _texr_AppDelegate__ctor
0000a1b4 t _texr_AppDelegate_get_Window
0000a23c t _texr_AppDelegate_set_Window_UIKit_UIWindow
0000a074 t _texr_Application_Main_string__
0000a010 t _texr_Application__ctor
0000a5c0 t _texr_texrViewController_DidReceiveMemoryWarning
0000aa50 t _texr_texrViewController_ReleaseDesignerOutlets
0000a7f8 t _texr_texrViewController_ViewDidAppear_bool
0000a988 t _texr_texrViewController_ViewDidDisappear_bool
0000a678 t _texr_texrViewController_ViewDidLoad
0000a730 t _texr_texrViewController_ViewWillAppear_bool
0000a8c0 t _texr_texrViewController_ViewWillDisappear_bool
0000a518 t _texr_texrViewController__ctor_intptr
texr (for architecture arm64):
0000000100138700 t -[texrViewController conformsToProtocol:]
0000000100392410 b -[texrViewController conformsToProtocol:].managed_method
0000000100138448 t -[texrViewController dealloc]
00000001001384d0 t -[texrViewController didReceiveMemoryWarning]
00000001003923e0 b -[texrViewController didReceiveMemoryWarning].managed_method
0000000100138400 t -[texrViewController release]
0000000100138424 t -[texrViewController retain]
00000001001385bc t -[texrViewController viewDidAppear:]
00000001003923f8 b -[texrViewController viewDidAppear:].managed_method
0000000100138694 t -[texrViewController viewDidDisappear:]
0000000100392408 b -[texrViewController viewDidDisappear:].managed_method
0000000100138510 t -[texrViewController viewDidLoad]
00000001003923e8 b -[texrViewController viewDidLoad].managed_method
0000000100138550 t -[texrViewController viewWillAppear:]
00000001003923f0 b -[texrViewController viewWillAppear:].managed_method
0000000100138628 t -[texrViewController viewWillDisappear:]
0000000100392400 b -[texrViewController viewWillDisappear:].managed_method
0000000100362d18 S _OBJC_CLASS_$_texrViewController
0000000100362cac S _OBJC_IVAR_$_texrViewController.__monoObjectGCHandle
0000000100362d40 S _OBJC_METACLASS_$_texrViewController
0000000100363120 D _mono_aot_module_texr_info
0000000100362eb0 d _mono_aot_texr_got
0000000100004b10 t _mono_aot_texr_plt
0000000100004360 t _texr_AppDelegate_DidEnterBackground_UIKit_UIApplication
00000001000042e0 t _texr_AppDelegate_OnResignActivation_UIKit_UIApplication
00000001000043e0 t _texr_AppDelegate_WillEnterForeground_UIKit_UIApplication
0000000100004460 t _texr_AppDelegate_WillTerminate_UIKit_UIApplication
0000000100004140 t _texr_AppDelegate__ctor
00000001000041a0 t _texr_AppDelegate_get_Window
0000000100004230 t _texr_AppDelegate_set_Window_UIKit_UIWindow
0000000100004070 t _texr_Application_Main_string__
0000000100004010 t _texr_Application__ctor
0000000100004590 t _texr_texrViewController_DidReceiveMemoryWarning
0000000100004a30 t _texr_texrViewController_ReleaseDesignerOutlets
00000001000047c0 t _texr_texrViewController_ViewDidAppear_bool
0000000100004960 t _texr_texrViewController_ViewDidDisappear_bool
0000000100004640 t _texr_texrViewController_ViewDidLoad
00000001000046f0 t _texr_texrViewController_ViewWillAppear_bool
0000000100004890 t _texr_texrViewController_ViewWillDisappear_bool
00000001000044e0 t _texr_texrViewController__ctor_intptr
Xamarin77s-Mac-mini:texr.app xamarin77$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment