Created
October 29, 2009 03:09
-
-
Save ddribin/221081 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% nm -v -arch all $PWD/HIToolbox | egrep '(architecture|RegisterEventHotKey)' | |
/System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/HIToolbox (for architecture ppc7400): | |
0036c41c s RegisterEventHotKey_bp | |
00149a94 T _RegisterEventHotKey | |
/System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/HIToolbox (for architecture i386): | |
0005058d T _RegisterEventHotKey | |
/System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/HIToolbox (for architecture x86_64): | |
0000000000042939 T _RegisterEventHotKey |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment