Skip to content

Instantly share code, notes, and snippets.

@pitrou
Created October 16, 2015 17:47
Show Gist options
  • Select an option

  • Save pitrou/041fa7a40acd72684d24 to your computer and use it in GitHub Desktop.

Select an option

Save pitrou/041fa7a40acd72684d24 to your computer and use it in GitHub Desktop.
$ nm --defined-only mode.cpython-34m.so
0000000000206b10 B __bss_start
0000000000003250 t closure_dealloc
0000000000002df0 t closure_traverse
0000000000206600 d ClosureType
0000000000206b40 b completed.7291
00000000000043d0 r .const.Fatal_error:_missing__dynfunc.Closure
0000000000004400 r .const.missing_Environment
0000000000004465 r .const.mode
0000000000205d18 d .const.picklebuf.140270556335688
0000000000205d08 d .const.picklebuf.140270783317824
0000000000205d38 d .const.picklebuf.1402707833178243
0000000000205d28 d .const.picklebuf.1402707833178247
000000000000444b r .const.pickledata.140270556333960
0000000000004470 r .const.pickledata.140270556335688
0000000000004520 r .const.pickledata.140270783317824
00000000000044f0 r .const.pickledata.1402707833178244
00000000000044c0 r .const.pickledata.1402707833178248
00000000000043c0 r .const.simple_mode
0000000000004459 r .const.simple_mode1
0000000000004420 r .const.unknown_error_when_calling_native_function
0000000000001eb0 t deregister_tm_clones
0000000000001f40 t __do_global_dtors_aux
0000000000205ce8 t __do_global_dtors_aux_fini_array_entry
00000000002061c0 d __dso_handle
0000000000205d48 d _DYNAMIC
0000000000206b10 D _edata
0000000000208018 B _end
0000000000002ed0 t env_clear
0000000000002e40 t env_dealloc
0000000000206440 d EnvironmentType
0000000000206280 d env_members
00000000000032f0 t env_new
0000000000002f20 t env_traverse
0000000000000000 n __evoke_link_warning___warn_memset_zero_len
00000000000043b4 T _fini
0000000000001f80 t frame_dummy
0000000000205ce0 t __frame_dummy_init_array_entry
0000000000005070 r __FRAME_END__
0000000000002d80 t generator_clear
00000000000031c0 t generator_dealloc
0000000000003120 t generator_iternext
0000000000002dd0 t generator_traverse
0000000000206980 d GeneratorType
0000000000206000 d _GLOBAL_OFFSET_TABLE_
0000000000001b48 T _init
0000000000205cf0 d __JCR_END__
0000000000205cf0 d __JCR_LIST__
0000000000206400 d keywords.12974
00000000002063f0 d kwlist.12752
0000000000206b80 b loads.12548
0000000000002d60 t MemInfo_acquire
00000000002063e0 d MemInfo_bufferProcs
0000000000002c80 t MemInfo_dealloc
00000000000030a0 t MemInfo_getbuffer
0000000000003090 t MemInfo_get_data
0000000000003040 t MemInfo_get_refcount
0000000000206300 d MemInfo_getsets
00000000000030c0 t MemInfo_init
0000000000206380 d MemInfo_methods
0000000000002cf0 t MemInfo_release
00000000002067c0 d MemInfoType
00000000002061d0 d .module_def
0000000000205cf8 d .module_environments
0000000000206240 d .module_methods
00000000000043b0 t nop
00000000000036a0 t NRT_adapt_ndarray_from_python
0000000000001fb0 t nrt_atomic_add
0000000000001fd0 t nrt_atomic_cas
0000000000001fc0 t nrt_atomic_sub
0000000000002010 t NRT_decref
0000000000002000 t NRT_incref
0000000000002f70 t nrt_internal_dtor_safe
00000000000035a0 t NRT_MemInfo_alloc_safe_aligned
0000000000003560 t NRT_MemInfo_call_dtor
0000000000001ff0 t NRT_MemInfo_data_fast
00000000000034e0 t NRT_MemInfo_varsize_alloc
0000000000002c60 t nrt_varsize_dtor
0000000000004130 t numba_do_raise
0000000000206bc0 b numba_np_random_state
00000000002075c0 b numba_py_random_state
0000000000003380 t _numba_rnd_random_seed
00000000000022f0 t numba.targets.arrayobj.np_sort.<locals>.np_sort_impl$2.array(int64,_1d,_A)
0000000000002b20 t numba.targets.quicksort.make_quicksort_impl.<locals>.insertion_sort$4.array(int64,_1d,_C).int64.int64
0000000000002950 t numba.targets.quicksort.make_quicksort_impl.<locals>.partition$5.array(int64,_1d,_C).int64.int64
0000000000002490 t numba.targets.quicksort.make_quicksort_impl.<locals>.run_quicksort$6.array(int64,_1d,_C)
0000000000003950 t numba_unpickle
0000000000206b88 b PyArray_API
0000000000003a40 T pycc_init_mode
0000000000002030 t ._pycc_method_simple_mode
00000000000022a0 T PyInit_mode
0000000000003000 t pyobject_dtor
0000000000001ef0 t register_tm_clones
0000000000207fc0 b TheMSys
0000000000206b10 d __TMC_END__
00000000000043b0 t __warn_memset_zero_len
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment