Code Monkey home page Code Monkey logo

Comments (2)

AndreMiras avatar AndreMiras commented on June 13, 2024

Listing all symbols we can see secp256k1_ecdsa_sign_reco is indeed undefined in the libs.

for lib in $(find .buildozer/ -name "*secp256k1.so"); do echo lib:$lib; echo $(file $lib); readelf -s $lib; done

Output:

lib:.buildozer/android/platform/build/dists/pywallet/libs/armeabi-v7a/libsecp256k1.so
.buildozer/android/platform/build/dists/pywallet/libs/armeabi-v7a/libsecp256k1.so: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /system/bin/linker, stripped

Symbol table '.dynsym' contains 39 entries:
   Num:    Value  Size Type    Bind   Vis      Ndx Name
     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND 
     1: 00000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_finalize
     2: 00000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_atexit
     3: 00000000     0 FUNC    GLOBAL DEFAULT  UND fprintf
     4: 00000000     0 FUNC    GLOBAL DEFAULT  UND abort
     5: 00000000     0 OBJECT  GLOBAL DEFAULT  UND __sF
     6: 00000000     0 FUNC    GLOBAL DEFAULT  UND memcpy
     7: 00000000     0 FUNC    GLOBAL DEFAULT  UND memset
     8: 00000000     0 FUNC    GLOBAL DEFAULT  UND malloc
     9: 00000000     0 FUNC    GLOBAL DEFAULT  UND free
    10: 0000c5d5  1916 FUNC    GLOBAL DEFAULT    8 secp256k1_context_create
    11: 0000cd51   220 FUNC    GLOBAL DEFAULT    8 secp256k1_context_clone
    12: 0000ce2d    92 FUNC    GLOBAL DEFAULT    8 secp256k1_context_destroy
    13: 0000ce89    32 FUNC    GLOBAL DEFAULT    8 secp256k1_context_set_ill
    14: 0000cea9    32 FUNC    GLOBAL DEFAULT    8 secp256k1_context_set_err
    15: 0000cec9   544 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_parse
    16: 0000d0e9   276 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_seria
    17: 0000d1fd   288 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_signature
    18: 0000d31d   188 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_signature
    19: 0000d3d9   388 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_signature
    20: 0000d55d   572 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_signature
    21: 0000d799   780 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_signature
    22: 0000daa5  1008 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_verify
    23: 0000de95  1056 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_sign
    24: 0000e2b5    84 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_seckey_verif
    25: 0000e309   380 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_creat
    26: 0000e485   600 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_privkey_nega
    27: 0000e6dd   264 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_negat
    28: 0000e7e5   936 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_privkey_twea
    29: 0000eb8d   460 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_tweak
    30: 0000ed59   188 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_privkey_twea
    31: 0000ee15   480 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_tweak
    32: 0000eff5    40 FUNC    GLOBAL DEFAULT    8 secp256k1_context_randomi
    33: 0000f01d   276 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_combi
    34: 00010ecc     4 OBJECT  GLOBAL DEFAULT   10 secp256k1_nonce_function_
    35: 00010ed0     4 OBJECT  GLOBAL DEFAULT   10 secp256k1_nonce_function_
    36: 00011004     0 NOTYPE  GLOBAL DEFAULT  ABS _edata
    37: 00011004     0 NOTYPE  GLOBAL DEFAULT  ABS __bss_start
    38: 00011004     0 NOTYPE  GLOBAL DEFAULT  ABS _end
lib:.buildozer/android/platform/build/dists/pywallet/python-install/lib/python2.7/site-packages/secp256k1/_libsecp256k1.so
.buildozer/android/platform/build/dists/pywallet/python-install/lib/python2.7/site-packages/secp256k1/_libsecp256k1.so: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /system/bin/linker, not stripped

Symbol table '.dynsym' contains 104 entries:
   Num:    Value  Size Type    Bind   Vis      Ndx Name
     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND 
     1: 00000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_finalize
     2: 00000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_atexit
     3: 0000924c     0 NOTYPE  GLOBAL DEFAULT  ABS _edata
     4: 0000924c     0 NOTYPE  GLOBAL DEFAULT  ABS __bss_start
     5: 000092b4     0 NOTYPE  GLOBAL DEFAULT  ABS _end
     6: 00000000     0 FUNC    GLOBAL DEFAULT  UND memset
     7: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyErr_Occurred
     8: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyEval_RestoreThread
     9: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyEval_SaveThread
    10: 00000000     0 FUNC    GLOBAL DEFAULT  UND memcpy
    11: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyErr_Format
    12: 00005a94     0 FUNC    GLOBAL DEFAULT    8 __aeabi_idiv
    13: 00000000     0 OBJECT  GLOBAL DEFAULT  UND PyExc_TypeError
    14: 00000000     0 OBJECT  GLOBAL DEFAULT  UND _Py_NoneStruct
    15: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyInt_FromLong
    16: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyObject_CallMethod
    17: 00005a74    32 FUNC    GLOBAL DEFAULT    8 __aeabi_uidivmod
    18: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyImport_ImportModule
    19: 00005b70    32 FUNC    GLOBAL DEFAULT    8 __aeabi_idivmod
    20: 000059cc     0 FUNC    GLOBAL DEFAULT    8 __aeabi_uidiv
    21: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyLong_FromVoidPtr
    22: 00000000     0 FUNC    GLOBAL DEFAULT  UND abort
    23: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_create
    24: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_clone
    25: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_destroy
    26: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_set_ill
    27: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_set_err
    28: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_parse
    29: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_seria
    30: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
    31: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
    32: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
    33: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
    34: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
    35: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_verify
    36: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_sign
    37: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_seckey_verif
    38: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_creat
    39: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_privkey_twea
    40: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_tweak
    41: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_privkey_twea
    42: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_tweak
    43: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_randomi
    44: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_combi
    45: 00000000     0 OBJECT  GLOBAL DEFAULT  UND secp256k1_nonce_function_
    46: 00000000     0 OBJECT  GLOBAL DEFAULT  UND secp256k1_nonce_function_
    47: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_sign_reco
    48: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recoverab
    49: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recoverab
    50: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recoverab
    51: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recover
    52: 000058e8   228 FUNC    GLOBAL DEFAULT    8 init_libsecp256k1
    53: 000059cc   168 FUNC    GLOBAL DEFAULT    8 __udivsi3
    54: 00005b90    16 FUNC    WEAK   DEFAULT    8 __aeabi_idiv0
    55: 00005a94   220 FUNC    GLOBAL DEFAULT    8 __divsi3
    56: 00005b90    16 FUNC    WEAK   DEFAULT    8 __aeabi_ldiv0
    57: 00000000     0 FUNC    GLOBAL DEFAULT  UND raise
    58: 00006758     8 FUNC    WEAK   DEFAULT    8 __aeabi_unwind_cpp_pr1
    59: 00006750     8 FUNC    GLOBAL DEFAULT    8 __aeabi_unwind_cpp_pr0
    60: 00006760     8 FUNC    WEAK   DEFAULT    8 __aeabi_unwind_cpp_pr2
    61: 00000000     0 FUNC    WEAK   DEFAULT  UND __gnu_Unwind_Find_exidx
    62: 00006ae4     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_VFP_
    63: 00006ad4     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_VFP
    64: 00006af4     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_VFP_
    65: 00006b04     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_WMMX
    66: 00006b8c     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_WMMX
    67: 00006ac0    20 FUNC    GLOBAL DEFAULT    8 restore_core_regs
    68: 00005fe4     8 FUNC    GLOBAL DEFAULT    8 _Unwind_GetCFA
    69: 00005fec   164 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_RaiseExcepti
    70: 00006090    28 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_ForcedUnwind
    71: 000060ac   116 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Resume
    72: 00006120    32 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Resume_or_Re
    73: 00006140     4 FUNC    GLOBAL DEFAULT    8 _Unwind_Complete
    74: 00006144    32 FUNC    GLOBAL DEFAULT    8 _Unwind_DeleteException
    75: 00006164    92 FUNC    GLOBAL DEFAULT    8 _Unwind_VRS_Get
    76: 000061e8    92 FUNC    GLOBAL DEFAULT    8 _Unwind_VRS_Set
    77: 00006270   196 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Backtrace
    78: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __cxa_begin_cleanup
    79: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __cxa_type_match
    80: 00006cf4   892 FUNC    GLOBAL DEFAULT    8 __gnu_unwind_execute
    81: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __cxa_call_unexpected
    82: 00006768   856 FUNC    GLOBAL DEFAULT    8 _Unwind_VRS_Pop
    83: 00006aec     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_VFP_D
    84: 00006adc     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_VFP
    85: 00006afc     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_VFP_D_1
    86: 00006b48     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_WMMXD
    87: 00006ba0     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_WMMXC
    88: 00006ac0    20 FUNC    GLOBAL DEFAULT    8 __restore_core_regs
    89: 00006bb4    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_RaiseException
    90: 00006bb4    36 FUNC    GLOBAL DEFAULT    8 _Unwind_RaiseException
    91: 00006bd8    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_Resume
    92: 00006bd8    36 FUNC    GLOBAL DEFAULT    8 _Unwind_Resume
    93: 00006bfc    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_Resume_or_Rethr
    94: 00006bfc    36 FUNC    GLOBAL DEFAULT    8 _Unwind_Resume_or_Rethrow
    95: 00006c20    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_ForcedUnwind
    96: 00006c20    36 FUNC    GLOBAL DEFAULT    8 _Unwind_ForcedUnwind
    97: 00006c44    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_Backtrace
    98: 00006c44    36 FUNC    GLOBAL DEFAULT    8 _Unwind_Backtrace
    99: 00007070    64 FUNC    GLOBAL DEFAULT    8 __gnu_unwind_frame
   100: 000070b0    16 FUNC    GLOBAL DEFAULT    8 _Unwind_GetRegionStart
   101: 000070c0    28 FUNC    GLOBAL DEFAULT    8 _Unwind_GetLanguageSpecif
   102: 000070dc     8 FUNC    GLOBAL DEFAULT    8 _Unwind_GetDataRelBase
   103: 000070e4     8 FUNC    GLOBAL DEFAULT    8 _Unwind_GetTextRelBase

Symbol table '.symtab' contains 310 entries:
   Num:    Value  Size Type    Bind   Vis      Ndx Name
     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND 
     1: 00000000     0 FILE    LOCAL  DEFAULT  ABS crtbegin_so.c
     2: 00001c50     0 NOTYPE  LOCAL  DEFAULT    8 $a
     3: 00001c5c     0 NOTYPE  LOCAL  DEFAULT    8 $d
     4: 00008e0c     0 NOTYPE  LOCAL  DEFAULT   13 $d
     5: 00001c60     0 NOTYPE  LOCAL  DEFAULT    8 $a
     6: 00001c70     0 NOTYPE  LOCAL  DEFAULT    8 $d
     7: 00009000     0 NOTYPE  LOCAL  DEFAULT   17 $d
     8: 00000000     0 FILE    LOCAL  DEFAULT  ABS _libsecp256k1.c
     9: 00001c74     0 NOTYPE  LOCAL  DEFAULT    8 $a
    10: 00001c74    36 FUNC    LOCAL  DEFAULT    8 _cffi_const_secp256k1_non
    11: 00001c90     0 NOTYPE  LOCAL  DEFAULT    8 $d
    12: 00001c98     0 NOTYPE  LOCAL  DEFAULT    8 $a
    13: 00001c98    36 FUNC    LOCAL  DEFAULT    8 _cffi_const_secp256k1_non
    14: 00001cb4     0 NOTYPE  LOCAL  DEFAULT    8 $d
    15: 00001cbc     0 NOTYPE  LOCAL  DEFAULT    8 $a
    16: 00001cbc    20 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_CON
    17: 00001cd0    24 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_CON
    18: 00001ce4     0 NOTYPE  LOCAL  DEFAULT    8 $d
    19: 00001ce8     0 NOTYPE  LOCAL  DEFAULT    8 $a
    20: 00001ce8    24 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_CON
    21: 00001cfc     0 NOTYPE  LOCAL  DEFAULT    8 $d
    22: 00001d00     0 NOTYPE  LOCAL  DEFAULT    8 $a
    23: 00001d00    24 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_EC_
    24: 00001d14     0 NOTYPE  LOCAL  DEFAULT    8 $d
    25: 00001d18     0 NOTYPE  LOCAL  DEFAULT    8 $a
    26: 00001d18    20 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_EC_
    27: 00001d2c    20 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_FLA
    28: 00001d40    20 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_FLA
    29: 00001d54    20 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_FLA
    30: 00001d68    20 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_FLA
    31: 00001d7c    20 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_FLA
    32: 00001d90    20 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_FLA
    33: 00001da4     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_v
    34: 00001da8   672 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_v
    35: 00002014     0 NOTYPE  LOCAL  DEFAULT    8 $d
    36: 00002048     0 NOTYPE  LOCAL  DEFAULT    8 $a
    37: 00002048     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_s
    38: 0000204c   672 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_s
    39: 000022b8     0 NOTYPE  LOCAL  DEFAULT    8 $d
    40: 000022ec     0 NOTYPE  LOCAL  DEFAULT    8 $a
    41: 000022ec     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_s
    42: 000022f0   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_s
    43: 000024ec     0 NOTYPE  LOCAL  DEFAULT    8 $d
    44: 00002518     0 NOTYPE  LOCAL  DEFAULT    8 $a
    45: 00002518     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_s
    46: 0000251c   608 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_s
    47: 0000274c     0 NOTYPE  LOCAL  DEFAULT    8 $d
    48: 0000277c     0 NOTYPE  LOCAL  DEFAULT    8 $a
    49: 0000277c     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_s
    50: 00002780   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_s
    51: 0000297c     0 NOTYPE  LOCAL  DEFAULT    8 $d
    52: 000029a8     0 NOTYPE  LOCAL  DEFAULT    8 $a
    53: 000029a8     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_s
    54: 000029ac   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_s
    55: 00002ba8     0 NOTYPE  LOCAL  DEFAULT    8 $d
    56: 00002bd4     0 NOTYPE  LOCAL  DEFAULT    8 $a
    57: 00002bd4     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_s
    58: 00002bd8   872 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_s
    59: 00002efc     0 NOTYPE  LOCAL  DEFAULT    8 $d
    60: 00002f40     0 NOTYPE  LOCAL  DEFAULT    8 $a
    61: 00002f40     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_s
    62: 00002f44   872 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_s
    63: 00003268     0 NOTYPE  LOCAL  DEFAULT    8 $d
    64: 000032ac     0 NOTYPE  LOCAL  DEFAULT    8 $a
    65: 000032ac     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_r
    66: 000032b0   672 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_r
    67: 0000351c     0 NOTYPE  LOCAL  DEFAULT    8 $d
    68: 00003550     0 NOTYPE  LOCAL  DEFAULT    8 $a
    69: 00003550     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_r
    70: 00003554   608 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_r
    71: 00003784     0 NOTYPE  LOCAL  DEFAULT    8 $d
    72: 000037b4     0 NOTYPE  LOCAL  DEFAULT    8 $a
    73: 000037b4     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_r
    74: 000037b8   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_r
    75: 000039b4     0 NOTYPE  LOCAL  DEFAULT    8 $d
    76: 000039e0     0 NOTYPE  LOCAL  DEFAULT    8 $a
    77: 000039e0     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_r
    78: 000039e4   672 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_r
    79: 00003c50     0 NOTYPE  LOCAL  DEFAULT    8 $d
    80: 00003c84     0 NOTYPE  LOCAL  DEFAULT    8 $a
    81: 00003c84     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_seck
    82: 00003c88   432 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_seck
    83: 00003e14     0 NOTYPE  LOCAL  DEFAULT    8 $d
    84: 00003e38     0 NOTYPE  LOCAL  DEFAULT    8 $a
    85: 00003e38     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_pubk
    86: 00003e3c   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_pubk
    87: 00004038     0 NOTYPE  LOCAL  DEFAULT    8 $d
    88: 00004064     0 NOTYPE  LOCAL  DEFAULT    8 $a
    89: 00004064     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_pubk
    90: 00004068   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_pubk
    91: 00004264     0 NOTYPE  LOCAL  DEFAULT    8 $d
    92: 00004290     0 NOTYPE  LOCAL  DEFAULT    8 $a
    93: 00004290     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_pubk
    94: 00004294   732 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_pubk
    95: 00004538     0 NOTYPE  LOCAL  DEFAULT    8 $d
    96: 00004570     0 NOTYPE  LOCAL  DEFAULT    8 $a
    97: 00004570     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_pubk
    98: 00004574   608 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_pubk
    99: 000047a4     0 NOTYPE  LOCAL  DEFAULT    8 $d
   100: 000047d4     0 NOTYPE  LOCAL  DEFAULT    8 $a
   101: 000047d4     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_pubk
   102: 000047d8   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_pubk
   103: 000049d4     0 NOTYPE  LOCAL  DEFAULT    8 $d
   104: 00004a00     0 NOTYPE  LOCAL  DEFAULT    8 $a
   105: 00004a00     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_pubk
   106: 00004a04   608 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_pubk
   107: 00004c34     0 NOTYPE  LOCAL  DEFAULT    8 $d
   108: 00004c64     0 NOTYPE  LOCAL  DEFAULT    8 $a
   109: 00004c64     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_priv
   110: 00004c68   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_priv
   111: 00004e64     0 NOTYPE  LOCAL  DEFAULT    8 $d
   112: 00004e90     0 NOTYPE  LOCAL  DEFAULT    8 $a
   113: 00004e90     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_priv
   114: 00004e94   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_priv
   115: 00005090     0 NOTYPE  LOCAL  DEFAULT    8 $d
   116: 000050bc     0 NOTYPE  LOCAL  DEFAULT    8 $a
   117: 000050bc     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_context
   118: 000050c0   516 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_context
   119: 00005294     0 NOTYPE  LOCAL  DEFAULT    8 $d
   120: 000052c4     0 NOTYPE  LOCAL  DEFAULT    8 $a
   121: 000052c4     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_context
   122: 000052c8   516 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_context
   123: 0000549c     0 NOTYPE  LOCAL  DEFAULT    8 $d
   124: 000054cc     0 NOTYPE  LOCAL  DEFAULT    8 $a
   125: 000054cc     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_context
   126: 000054d0   432 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_context
   127: 0000565c     0 NOTYPE  LOCAL  DEFAULT    8 $d
   128: 00005680     0 NOTYPE  LOCAL  DEFAULT    8 $a
   129: 00005680     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_context
   130: 00005684   232 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_context
   131: 00005758     0 NOTYPE  LOCAL  DEFAULT    8 $d
   132: 0000576c     0 NOTYPE  LOCAL  DEFAULT    8 $a
   133: 0000576c     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_context
   134: 00005770   148 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_context
   135: 000057f8     0 NOTYPE  LOCAL  DEFAULT    8 $d
   136: 00005804     0 NOTYPE  LOCAL  DEFAULT    8 $a
   137: 00005804     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_context
   138: 00005808   224 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_context
   139: 000058d8     0 NOTYPE  LOCAL  DEFAULT    8 $d
   140: 000058e8     0 NOTYPE  LOCAL  DEFAULT    8 $a
   141: 000059b0     0 NOTYPE  LOCAL  DEFAULT    8 $d
   142: 00008a90     0 NOTYPE  LOCAL  DEFAULT   12 $d
   143: 00008a90    52 OBJECT  LOCAL  DEFAULT   12 _cffi_type_context
   144: 00009004   584 OBJECT  LOCAL  DEFAULT   17 _cffi_types
   145: 00008b8c   640 OBJECT  LOCAL  DEFAULT   12 _cffi_globals
   146: 00008b5c    48 OBJECT  LOCAL  DEFAULT   12 _cffi_fields
   147: 00008aec   112 OBJECT  LOCAL  DEFAULT   12 _cffi_struct_unions
   148: 00008ac4    40 OBJECT  LOCAL  DEFAULT   12 _cffi_typenames
   149: 00009004     0 NOTYPE  LOCAL  DEFAULT   17 $d
   150: 000070ec     0 NOTYPE  LOCAL  DEFAULT    9 $d
   151: 0000924c     0 NOTYPE  LOCAL  DEFAULT   18 $d
   152: 0000924c   104 OBJECT  LOCAL  DEFAULT   18 _cffi_exports
   153: 00000010     0 NOTYPE  LOCAL  DEFAULT   27 $d
   154: 000059cc     0 NOTYPE  LOCAL  DEFAULT    8 $a
   155: 000059cc     0 NOTYPE  LOCAL  DEFAULT    8 .udivsi3_skip_div0_test
   156: 00000718     0 NOTYPE  LOCAL  DEFAULT   27 $d
   157: 0000002c     0 NOTYPE  LOCAL  DEFAULT   23 $d
   158: 00005a94     0 NOTYPE  LOCAL  DEFAULT    8 $a
   159: 00005a9c     0 NOTYPE  LOCAL  DEFAULT    8 .divsi3_skip_div0_test
   160: 00000738     0 NOTYPE  LOCAL  DEFAULT   27 $d
   161: 0000004c     0 NOTYPE  LOCAL  DEFAULT   23 $d
   162: 00005b90     0 NOTYPE  LOCAL  DEFAULT    8 $a
   163: 00007790     0 NOTYPE  LOCAL  DEFAULT   10 $d
   164: 000077d8     0 NOTYPE  LOCAL  DEFAULT   11 $d
   165: 0000006c     0 NOTYPE  LOCAL  DEFAULT   23 $d
   166: 00000000     0 FILE    LOCAL  DEFAULT  ABS unwind-arm.c
   167: 00005ba0     0 NOTYPE  LOCAL  DEFAULT    8 $a
   168: 00005ba0    24 FUNC    LOCAL  DEFAULT    8 selfrel_offset31
   169: 000077e0     0 NOTYPE  LOCAL  DEFAULT   11 $d
   170: 00005bb8   172 FUNC    LOCAL  DEFAULT    8 search_EIT_table
   171: 00005c64    84 FUNC    LOCAL  DEFAULT    8 __gnu_unwind_get_pr_addr
   172: 00005ca8     0 NOTYPE  LOCAL  DEFAULT    8 $d
   173: 00005cb8     0 NOTYPE  LOCAL  DEFAULT    8 $a
   174: 00005cb8   280 FUNC    LOCAL  DEFAULT    8 get_eit_entry
   175: 00005dc0     0 NOTYPE  LOCAL  DEFAULT    8 $d
   176: 00005dd0     0 NOTYPE  LOCAL  DEFAULT    8 $a
   177: 00005dd0   108 FUNC    LOCAL  DEFAULT    8 restore_non_core_regs
   178: 00005e3c    20 FUNC    LOCAL  DEFAULT    8 _Unwind_decode_typeinfo_p
   179: 00005e50     8 FUNC    LOCAL  DEFAULT    8 __gnu_unwind_24bit.isra.1
   180: 00005e58     4 FUNC    LOCAL  DEFAULT    8 _Unwind_DebugHook
   181: 00005e5c   100 FUNC    LOCAL  DEFAULT    8 unwind_phase2
   182: 00005ec0   292 FUNC    LOCAL  DEFAULT    8 unwind_phase2_forced
   183: 0000779c     0 NOTYPE  LOCAL  DEFAULT   10 $d
   184: 000061c0    40 FUNC    LOCAL  DEFAULT    8 _Unwind_GetGR
   185: 00006244    44 FUNC    LOCAL  DEFAULT    8 _Unwind_SetGR
   186: 00006334  1052 FUNC    LOCAL  DEFAULT    8 __gnu_unwind_pr_common
   187: 00006748     0 NOTYPE  LOCAL  DEFAULT    8 $d
   188: 00006750     0 NOTYPE  LOCAL  DEFAULT    8 $a
   189: 00000758     0 NOTYPE  LOCAL  DEFAULT   27 $d
   190: 00006ac0     0 NOTYPE  LOCAL  DEFAULT    8 $a
   191: 000000ac     0 NOTYPE  LOCAL  DEFAULT   23 $d
   192: 00000000     0 FILE    LOCAL  DEFAULT  ABS pr-support.c
   193: 00006c68     0 NOTYPE  LOCAL  DEFAULT    8 $a
   194: 00006c68    96 FUNC    LOCAL  DEFAULT    8 next_unwind_byte
   195: 00007898     0 NOTYPE  LOCAL  DEFAULT   11 $d
   196: 00006cc8    40 FUNC    LOCAL  DEFAULT    8 _Unwind_GetGR.constprop.0
   197: 00006cf0     4 FUNC    LOCAL  DEFAULT    8 unwind_UCB_from_context
   198: 000077a8     0 NOTYPE  LOCAL  DEFAULT   10 $d
   199: 00000a00     0 NOTYPE  LOCAL  DEFAULT   27 $d
   200: 00001c50    16 FUNC    LOCAL  HIDDEN     8 __on_dlclose
   201: 00001c60    20 FUNC    LOCAL  HIDDEN     8 atexit
   202: 00009000     4 OBJECT  LOCAL  HIDDEN    17 __dso_handle
   203: 00008e18   256 OBJECT  LOCAL  HIDDEN    15 _DYNAMIC
   204: 000077d8     0 NOTYPE  LOCAL  HIDDEN    11 __exidx_start
   205: 000078e8     0 NOTYPE  LOCAL  HIDDEN    11 __exidx_end
   206: 00008f44     0 OBJECT  LOCAL  HIDDEN    16 _GLOBAL_OFFSET_TABLE_
   207: 00000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_finalize
   208: 00000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_atexit
   209: 0000924c     0 NOTYPE  GLOBAL DEFAULT  ABS _edata
   210: 0000924c     0 NOTYPE  GLOBAL DEFAULT  ABS __bss_start
   211: 000092b4     0 NOTYPE  GLOBAL DEFAULT  ABS _end
   212: 00000000     0 FUNC    GLOBAL DEFAULT  UND memset
   213: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyErr_Occurred
   214: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyEval_RestoreThread
   215: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyEval_SaveThread
   216: 00000000     0 FUNC    GLOBAL DEFAULT  UND memcpy
   217: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyErr_Format
   218: 00005a94     0 FUNC    GLOBAL DEFAULT    8 __aeabi_idiv
   219: 00000000     0 OBJECT  GLOBAL DEFAULT  UND PyExc_TypeError
   220: 00000000     0 OBJECT  GLOBAL DEFAULT  UND _Py_NoneStruct
   221: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyInt_FromLong
   222: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyObject_CallMethod
   223: 00005a74    32 FUNC    GLOBAL DEFAULT    8 __aeabi_uidivmod
   224: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyImport_ImportModule
   225: 00005b70    32 FUNC    GLOBAL DEFAULT    8 __aeabi_idivmod
   226: 000059cc     0 FUNC    GLOBAL DEFAULT    8 __aeabi_uidiv
   227: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyLong_FromVoidPtr
   228: 00000000     0 FUNC    GLOBAL DEFAULT  UND abort
   229: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_create
   230: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_clone
   231: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_destroy
   232: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_set_ill
   233: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_set_err
   234: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_parse
   235: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_seria
   236: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
   237: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
   238: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
   239: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
   240: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
   241: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_verify
   242: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_sign
   243: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_seckey_verif
   244: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_creat
   245: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_privkey_twea
   246: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_tweak
   247: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_privkey_twea
   248: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_tweak
   249: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_randomi
   250: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_combi
   251: 00000000     0 OBJECT  GLOBAL DEFAULT  UND secp256k1_nonce_function_
   252: 00000000     0 OBJECT  GLOBAL DEFAULT  UND secp256k1_nonce_function_
   253: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_sign_reco
   254: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recoverab
   255: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recoverab
   256: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recoverab
   257: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recover
   258: 000058e8   228 FUNC    GLOBAL DEFAULT    8 init_libsecp256k1
   259: 000059cc   168 FUNC    GLOBAL DEFAULT    8 __udivsi3
   260: 00005b90    16 FUNC    WEAK   DEFAULT    8 __aeabi_idiv0
   261: 00005a94   220 FUNC    GLOBAL DEFAULT    8 __divsi3
   262: 00005b90    16 FUNC    WEAK   DEFAULT    8 __aeabi_ldiv0
   263: 00000000     0 FUNC    GLOBAL DEFAULT  UND raise
   264: 00006758     8 FUNC    WEAK   DEFAULT    8 __aeabi_unwind_cpp_pr1
   265: 00006750     8 FUNC    GLOBAL DEFAULT    8 __aeabi_unwind_cpp_pr0
   266: 00006760     8 FUNC    WEAK   DEFAULT    8 __aeabi_unwind_cpp_pr2
   267: 00000000     0 FUNC    WEAK   DEFAULT  UND __gnu_Unwind_Find_exidx
   268: 00006ae4     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_VFP_
   269: 00006ad4     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_VFP
   270: 00006af4     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_VFP_
   271: 00006b04     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_WMMX
   272: 00006b8c     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_WMMX
   273: 00006ac0    20 FUNC    GLOBAL DEFAULT    8 restore_core_regs
   274: 00005fe4     8 FUNC    GLOBAL DEFAULT    8 _Unwind_GetCFA
   275: 00005fec   164 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_RaiseExcepti
   276: 00006090    28 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_ForcedUnwind
   277: 000060ac   116 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Resume
   278: 00006120    32 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Resume_or_Re
   279: 00006140     4 FUNC    GLOBAL DEFAULT    8 _Unwind_Complete
   280: 00006144    32 FUNC    GLOBAL DEFAULT    8 _Unwind_DeleteException
   281: 00006164    92 FUNC    GLOBAL DEFAULT    8 _Unwind_VRS_Get
   282: 000061e8    92 FUNC    GLOBAL DEFAULT    8 _Unwind_VRS_Set
   283: 00006270   196 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Backtrace
   284: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __cxa_begin_cleanup
   285: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __cxa_type_match
   286: 00006cf4   892 FUNC    GLOBAL DEFAULT    8 __gnu_unwind_execute
   287: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __cxa_call_unexpected
   288: 00006768   856 FUNC    GLOBAL DEFAULT    8 _Unwind_VRS_Pop
   289: 00006aec     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_VFP_D
   290: 00006adc     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_VFP
   291: 00006afc     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_VFP_D_1
   292: 00006b48     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_WMMXD
   293: 00006ba0     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_WMMXC
   294: 00006ac0    20 FUNC    GLOBAL DEFAULT    8 __restore_core_regs
   295: 00006bb4    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_RaiseException
   296: 00006bb4    36 FUNC    GLOBAL DEFAULT    8 _Unwind_RaiseException
   297: 00006bd8    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_Resume
   298: 00006bd8    36 FUNC    GLOBAL DEFAULT    8 _Unwind_Resume
   299: 00006bfc    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_Resume_or_Rethr
   300: 00006bfc    36 FUNC    GLOBAL DEFAULT    8 _Unwind_Resume_or_Rethrow
   301: 00006c20    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_ForcedUnwind
   302: 00006c20    36 FUNC    GLOBAL DEFAULT    8 _Unwind_ForcedUnwind
   303: 00006c44    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_Backtrace
   304: 00006c44    36 FUNC    GLOBAL DEFAULT    8 _Unwind_Backtrace
   305: 00007070    64 FUNC    GLOBAL DEFAULT    8 __gnu_unwind_frame
   306: 000070b0    16 FUNC    GLOBAL DEFAULT    8 _Unwind_GetRegionStart
   307: 000070c0    28 FUNC    GLOBAL DEFAULT    8 _Unwind_GetLanguageSpecif
   308: 000070dc     8 FUNC    GLOBAL DEFAULT    8 _Unwind_GetDataRelBase
   309: 000070e4     8 FUNC    GLOBAL DEFAULT    8 _Unwind_GetTextRelBase
lib:.buildozer/android/platform/build/dists/pywallet/private/lib/python2.7/site-packages/secp256k1/_libsecp256k1.so
.buildozer/android/platform/build/dists/pywallet/private/lib/python2.7/site-packages/secp256k1/_libsecp256k1.so: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /system/bin/linker, stripped

Symbol table '.dynsym' contains 104 entries:
   Num:    Value  Size Type    Bind   Vis      Ndx Name
     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND 
     1: 00000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_finalize
     2: 00000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_atexit
     3: 0000924c     0 NOTYPE  GLOBAL DEFAULT  ABS _edata
     4: 0000924c     0 NOTYPE  GLOBAL DEFAULT  ABS __bss_start
     5: 000092b4     0 NOTYPE  GLOBAL DEFAULT  ABS _end
     6: 00000000     0 FUNC    GLOBAL DEFAULT  UND memset
     7: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyErr_Occurred
     8: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyEval_RestoreThread
     9: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyEval_SaveThread
    10: 00000000     0 FUNC    GLOBAL DEFAULT  UND memcpy
    11: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyErr_Format
    12: 00005a94     0 FUNC    GLOBAL DEFAULT    8 __aeabi_idiv
    13: 00000000     0 OBJECT  GLOBAL DEFAULT  UND PyExc_TypeError
    14: 00000000     0 OBJECT  GLOBAL DEFAULT  UND _Py_NoneStruct
    15: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyInt_FromLong
    16: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyObject_CallMethod
    17: 00005a74    32 FUNC    GLOBAL DEFAULT    8 __aeabi_uidivmod
    18: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyImport_ImportModule
    19: 00005b70    32 FUNC    GLOBAL DEFAULT    8 __aeabi_idivmod
    20: 000059cc     0 FUNC    GLOBAL DEFAULT    8 __aeabi_uidiv
    21: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyLong_FromVoidPtr
    22: 00000000     0 FUNC    GLOBAL DEFAULT  UND abort
    23: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_create
    24: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_clone
    25: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_destroy
    26: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_set_ill
    27: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_set_err
    28: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_parse
    29: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_seria
    30: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
    31: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
    32: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
    33: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
    34: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
    35: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_verify
    36: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_sign
    37: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_seckey_verif
    38: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_creat
    39: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_privkey_twea
    40: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_tweak
    41: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_privkey_twea
    42: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_tweak
    43: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_randomi
    44: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_combi
    45: 00000000     0 OBJECT  GLOBAL DEFAULT  UND secp256k1_nonce_function_
    46: 00000000     0 OBJECT  GLOBAL DEFAULT  UND secp256k1_nonce_function_
    47: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_sign_reco
    48: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recoverab
    49: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recoverab
    50: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recoverab
    51: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recover
    52: 000058e8   228 FUNC    GLOBAL DEFAULT    8 init_libsecp256k1
    53: 000059cc   168 FUNC    GLOBAL DEFAULT    8 __udivsi3
    54: 00005b90    16 FUNC    WEAK   DEFAULT    8 __aeabi_idiv0
    55: 00005a94   220 FUNC    GLOBAL DEFAULT    8 __divsi3
    56: 00005b90    16 FUNC    WEAK   DEFAULT    8 __aeabi_ldiv0
    57: 00000000     0 FUNC    GLOBAL DEFAULT  UND raise
    58: 00006758     8 FUNC    WEAK   DEFAULT    8 __aeabi_unwind_cpp_pr1
    59: 00006750     8 FUNC    GLOBAL DEFAULT    8 __aeabi_unwind_cpp_pr0
    60: 00006760     8 FUNC    WEAK   DEFAULT    8 __aeabi_unwind_cpp_pr2
    61: 00000000     0 FUNC    WEAK   DEFAULT  UND __gnu_Unwind_Find_exidx
    62: 00006ae4     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_VFP_
    63: 00006ad4     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_VFP
    64: 00006af4     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_VFP_
    65: 00006b04     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_WMMX
    66: 00006b8c     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_WMMX
    67: 00006ac0    20 FUNC    GLOBAL DEFAULT    8 restore_core_regs
    68: 00005fe4     8 FUNC    GLOBAL DEFAULT    8 _Unwind_GetCFA
    69: 00005fec   164 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_RaiseExcepti
    70: 00006090    28 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_ForcedUnwind
    71: 000060ac   116 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Resume
    72: 00006120    32 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Resume_or_Re
    73: 00006140     4 FUNC    GLOBAL DEFAULT    8 _Unwind_Complete
    74: 00006144    32 FUNC    GLOBAL DEFAULT    8 _Unwind_DeleteException
    75: 00006164    92 FUNC    GLOBAL DEFAULT    8 _Unwind_VRS_Get
    76: 000061e8    92 FUNC    GLOBAL DEFAULT    8 _Unwind_VRS_Set
    77: 00006270   196 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Backtrace
    78: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __cxa_begin_cleanup
    79: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __cxa_type_match
    80: 00006cf4   892 FUNC    GLOBAL DEFAULT    8 __gnu_unwind_execute
    81: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __cxa_call_unexpected
    82: 00006768   856 FUNC    GLOBAL DEFAULT    8 _Unwind_VRS_Pop
    83: 00006aec     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_VFP_D
    84: 00006adc     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_VFP
    85: 00006afc     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_VFP_D_1
    86: 00006b48     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_WMMXD
    87: 00006ba0     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_WMMXC
    88: 00006ac0    20 FUNC    GLOBAL DEFAULT    8 __restore_core_regs
    89: 00006bb4    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_RaiseException
    90: 00006bb4    36 FUNC    GLOBAL DEFAULT    8 _Unwind_RaiseException
    91: 00006bd8    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_Resume
    92: 00006bd8    36 FUNC    GLOBAL DEFAULT    8 _Unwind_Resume
    93: 00006bfc    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_Resume_or_Rethr
    94: 00006bfc    36 FUNC    GLOBAL DEFAULT    8 _Unwind_Resume_or_Rethrow
    95: 00006c20    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_ForcedUnwind
    96: 00006c20    36 FUNC    GLOBAL DEFAULT    8 _Unwind_ForcedUnwind
    97: 00006c44    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_Backtrace
    98: 00006c44    36 FUNC    GLOBAL DEFAULT    8 _Unwind_Backtrace
    99: 00007070    64 FUNC    GLOBAL DEFAULT    8 __gnu_unwind_frame
   100: 000070b0    16 FUNC    GLOBAL DEFAULT    8 _Unwind_GetRegionStart
   101: 000070c0    28 FUNC    GLOBAL DEFAULT    8 _Unwind_GetLanguageSpecif
   102: 000070dc     8 FUNC    GLOBAL DEFAULT    8 _Unwind_GetDataRelBase
   103: 000070e4     8 FUNC    GLOBAL DEFAULT    8 _Unwind_GetTextRelBase
lib:.buildozer/android/platform/build/build/libs_collections/pywallet/armeabi-v7a/libsecp256k1.so
.buildozer/android/platform/build/build/libs_collections/pywallet/armeabi-v7a/libsecp256k1.so: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /system/bin/linker, not stripped

Symbol table '.dynsym' contains 39 entries:
   Num:    Value  Size Type    Bind   Vis      Ndx Name
     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND 
     1: 00000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_finalize
     2: 00000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_atexit
     3: 00000000     0 FUNC    GLOBAL DEFAULT  UND fprintf
     4: 00000000     0 FUNC    GLOBAL DEFAULT  UND abort
     5: 00000000     0 OBJECT  GLOBAL DEFAULT  UND __sF
     6: 00000000     0 FUNC    GLOBAL DEFAULT  UND memcpy
     7: 00000000     0 FUNC    GLOBAL DEFAULT  UND memset
     8: 00000000     0 FUNC    GLOBAL DEFAULT  UND malloc
     9: 00000000     0 FUNC    GLOBAL DEFAULT  UND free
    10: 0000c5d5  1916 FUNC    GLOBAL DEFAULT    8 secp256k1_context_create
    11: 0000cd51   220 FUNC    GLOBAL DEFAULT    8 secp256k1_context_clone
    12: 0000ce2d    92 FUNC    GLOBAL DEFAULT    8 secp256k1_context_destroy
    13: 0000ce89    32 FUNC    GLOBAL DEFAULT    8 secp256k1_context_set_ill
    14: 0000cea9    32 FUNC    GLOBAL DEFAULT    8 secp256k1_context_set_err
    15: 0000cec9   544 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_parse
    16: 0000d0e9   276 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_seria
    17: 0000d1fd   288 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_signature
    18: 0000d31d   188 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_signature
    19: 0000d3d9   388 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_signature
    20: 0000d55d   572 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_signature
    21: 0000d799   780 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_signature
    22: 0000daa5  1008 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_verify
    23: 0000de95  1056 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_sign
    24: 0000e2b5    84 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_seckey_verif
    25: 0000e309   380 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_creat
    26: 0000e485   600 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_privkey_nega
    27: 0000e6dd   264 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_negat
    28: 0000e7e5   936 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_privkey_twea
    29: 0000eb8d   460 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_tweak
    30: 0000ed59   188 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_privkey_twea
    31: 0000ee15   480 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_tweak
    32: 0000eff5    40 FUNC    GLOBAL DEFAULT    8 secp256k1_context_randomi
    33: 0000f01d   276 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_combi
    34: 00010ecc     4 OBJECT  GLOBAL DEFAULT   10 secp256k1_nonce_function_
    35: 00010ed0     4 OBJECT  GLOBAL DEFAULT   10 secp256k1_nonce_function_
    36: 00011004     0 NOTYPE  GLOBAL DEFAULT  ABS _edata
    37: 00011004     0 NOTYPE  GLOBAL DEFAULT  ABS __bss_start
    38: 00011004     0 NOTYPE  GLOBAL DEFAULT  ABS _end

Symbol table '.symtab' contains 173 entries:
   Num:    Value  Size Type    Bind   Vis      Ndx Name
     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND 
     1: 00000000     0 FILE    LOCAL  DEFAULT  ABS crtbegin_so.c
     2: 00000950     0 NOTYPE  LOCAL  DEFAULT    8 $a
     3: 0000095c     0 NOTYPE  LOCAL  DEFAULT    8 $d
     4: 00010ed4     0 NOTYPE  LOCAL  DEFAULT   11 $d
     5: 00000960     0 NOTYPE  LOCAL  DEFAULT    8 $a
     6: 00000970     0 NOTYPE  LOCAL  DEFAULT    8 $d
     7: 00011000     0 NOTYPE  LOCAL  DEFAULT   15 $d
     8: 00000000     0 FILE    LOCAL  DEFAULT  ABS secp256k1.c
     9: 00000978     0 NOTYPE  LOCAL  DEFAULT    8 $t
    10: 00000979   328 FUNC    LOCAL  DEFAULT    8 secp256k1_fe_normalize
    11: 00000ac1   142 FUNC    LOCAL  DEFAULT    8 secp256k1_fe_normalize_we
    12: 00000b51   362 FUNC    LOCAL  DEFAULT    8 secp256k1_fe_normalize_va
    13: 00000cbd   186 FUNC    LOCAL  DEFAULT    8 secp256k1_fe_normalizes_t
    14: 00000d79   194 FUNC    LOCAL  DEFAULT    8 secp256k1_fe_normalizes_t
    15: 00000e3d   378 FUNC    LOCAL  DEFAULT    8 secp256k1_fe_set_b32
    16: 00000fb9   240 FUNC    LOCAL  DEFAULT    8 secp256k1_fe_get_b32
    17: 000010a9    88 FUNC    LOCAL  DEFAULT    8 secp256k1_fe_add
    18: 00001101  2828 FUNC    LOCAL  DEFAULT    8 secp256k1_fe_mul_inner
    19: 00001c0d  2126 FUNC    LOCAL  DEFAULT    8 secp256k1_fe_sqr_inner
    20: 0000245d   606 FUNC    LOCAL  DEFAULT    8 secp256k1_fe_inv
    21: 000026bd   146 FUNC    LOCAL  DEFAULT    8 secp256k1_scalar_get_b32
    22: 00002751   392 FUNC    LOCAL  DEFAULT    8 secp256k1_scalar_negate
    23: 000028b8     0 NOTYPE  LOCAL  DEFAULT    8 $d
    24: 000028d8     0 NOTYPE  LOCAL  DEFAULT    8 $t
    25: 000028d9  2956 FUNC    LOCAL  DEFAULT    8 secp256k1_scalar_reduce_5
    26: 00003465  2198 FUNC    LOCAL  DEFAULT    8 secp256k1_scalar_mul_512
    27: 00003cfd  2776 FUNC    LOCAL  DEFAULT    8 secp256k1_scalar_sqr_512
    28: 000047d5  1530 FUNC    LOCAL  DEFAULT    8 secp256k1_scalar_inverse
    29: 00004dd1   142 FUNC    LOCAL  DEFAULT    8 secp256k1_ge_set_gej
    30: 00004e61  7662 FUNC    LOCAL  DEFAULT    8 secp256k1_sha256_transfor
    31: 00006c51    40 FUNC    LOCAL  DEFAULT    8 default_error_callback_fn
    32: 00006c6c     0 NOTYPE  LOCAL  DEFAULT    8 $d
    33: 00006c78     0 NOTYPE  LOCAL  DEFAULT    8 $t
    34: 00006c79    40 FUNC    LOCAL  DEFAULT    8 default_illegal_callback_
    35: 00006c94     0 NOTYPE  LOCAL  DEFAULT    8 $d
    36: 00006ca0     0 NOTYPE  LOCAL  DEFAULT    8 $t
    37: 00006ca1    96 FUNC    LOCAL  DEFAULT    8 secp256k1_sha256_write
    38: 00006d01   188 FUNC    LOCAL  DEFAULT    8 secp256k1_sha256_finalize
    39: 00006db8     0 NOTYPE  LOCAL  DEFAULT    8 $d
    40: 00006dbc     0 NOTYPE  LOCAL  DEFAULT    8 $t
    41: 00006dbd    78 FUNC    LOCAL  DEFAULT    8 secp256k1_sha256_write.co
    42: 00006e0d   438 FUNC    LOCAL  DEFAULT    8 secp256k1_hmac_sha256_ini
    43: 00006fc5   216 FUNC    LOCAL  DEFAULT    8 secp256k1_ecmult_wnaf.con
    44: 0000709d   310 FUNC    LOCAL  DEFAULT    8 secp256k1_ge_from_storage
    45: 000071d5   404 FUNC    LOCAL  DEFAULT    8 secp256k1_pubkey_load
    46: 00007364     0 NOTYPE  LOCAL  DEFAULT    8 $d
    47: 00007368     0 NOTYPE  LOCAL  DEFAULT    8 $t
    48: 00007369   764 FUNC    LOCAL  DEFAULT    8 secp256k1_scalar_add
    49: 00007665   716 FUNC    LOCAL  DEFAULT    8 secp256k1_scalar_set_b32
    50: 00007931   288 FUNC    LOCAL  DEFAULT    8 secp256k1_der_parse_integ
    51: 00007a51  1306 FUNC    LOCAL  DEFAULT    8 secp256k1_gej_double_var.
    52: 00007f6d   332 FUNC    LOCAL  DEFAULT    8 secp256k1_rfc6979_hmac_sh
    53: 000080b4     0 NOTYPE  LOCAL  DEFAULT    8 $d
    54: 000080b8     0 NOTYPE  LOCAL  DEFAULT    8 $t
    55: 000080b9  1612 FUNC    LOCAL  DEFAULT    8 secp256k1_gej_add_ge_var
    56: 00008705   992 FUNC    LOCAL  DEFAULT    8 secp256k1_ge_to_storage
    57: 00008ae5   508 FUNC    LOCAL  DEFAULT    8 secp256k1_gej_eq_x_var
    58: 00008ce1  2704 FUNC    LOCAL  DEFAULT    8 secp256k1_ecmult.constpro
    59: 00009771   128 FUNC    LOCAL  DEFAULT    8 secp256k1_hmac_sha256_fin
    60: 000097f1   260 FUNC    LOCAL  DEFAULT    8 secp256k1_rfc6979_hmac_sh
    61: 000098f0     0 NOTYPE  LOCAL  DEFAULT    8 $d
    62: 000098f4     0 NOTYPE  LOCAL  DEFAULT    8 $t
    63: 000098f5   234 FUNC    LOCAL  DEFAULT    8 nonce_function_rfc6979
    64: 000099e1  1116 FUNC    LOCAL  DEFAULT    8 secp256k1_ge_set_xo_var
    65: 00009e3d  3630 FUNC    LOCAL  DEFAULT    8 secp256k1_gej_add_ge
    66: 0000ac6d   608 FUNC    LOCAL  DEFAULT    8 secp256k1_ecmult_gen
    67: 0000aecd   844 FUNC    LOCAL  DEFAULT    8 secp256k1_ecmult_gen_blin
    68: 0000b214     0 NOTYPE  LOCAL  DEFAULT    8 $d
    69: 0000b218     0 NOTYPE  LOCAL  DEFAULT    8 $t
    70: 0000b219  2628 FUNC    LOCAL  DEFAULT    8 secp256k1_gej_add_var.con
    71: 0000bc5d  2424 FUNC    LOCAL  DEFAULT    8 secp256k1_ecmult_gen_cont
    72: 0000c5c4     0 NOTYPE  LOCAL  DEFAULT    8 $d
    73: 0000c5d4     0 NOTYPE  LOCAL  DEFAULT    8 $t
    74: 0000cd2c     0 NOTYPE  LOCAL  DEFAULT    8 $d
    75: 0000cd50     0 NOTYPE  LOCAL  DEFAULT    8 $t
    76: 0000ce20     0 NOTYPE  LOCAL  DEFAULT    8 $d
    77: 0000ce2c     0 NOTYPE  LOCAL  DEFAULT    8 $t
    78: 0000cea4     0 NOTYPE  LOCAL  DEFAULT    8 $d
    79: 0000cea8     0 NOTYPE  LOCAL  DEFAULT    8 $t
    80: 0000cec4     0 NOTYPE  LOCAL  DEFAULT    8 $d
    81: 0000cec8     0 NOTYPE  LOCAL  DEFAULT    8 $t
    82: 0000d0e0     0 NOTYPE  LOCAL  DEFAULT    8 $d
    83: 0000d0e8     0 NOTYPE  LOCAL  DEFAULT    8 $t
    84: 0000d1e8     0 NOTYPE  LOCAL  DEFAULT    8 $d
    85: 0000d1fc     0 NOTYPE  LOCAL  DEFAULT    8 $t
    86: 0000d314     0 NOTYPE  LOCAL  DEFAULT    8 $d
    87: 0000d31c     0 NOTYPE  LOCAL  DEFAULT    8 $t
    88: 0000d3d0     0 NOTYPE  LOCAL  DEFAULT    8 $d
    89: 0000d3d8     0 NOTYPE  LOCAL  DEFAULT    8 $t
    90: 0000d550     0 NOTYPE  LOCAL  DEFAULT    8 $d
    91: 0000d55c     0 NOTYPE  LOCAL  DEFAULT    8 $t
    92: 0000d790     0 NOTYPE  LOCAL  DEFAULT    8 $d
    93: 0000d798     0 NOTYPE  LOCAL  DEFAULT    8 $t
    94: 0000da80     0 NOTYPE  LOCAL  DEFAULT    8 $d
    95: 0000daa4     0 NOTYPE  LOCAL  DEFAULT    8 $t
    96: 0000de80     0 NOTYPE  LOCAL  DEFAULT    8 $d
    97: 0000de94     0 NOTYPE  LOCAL  DEFAULT    8 $t
    98: 0000e2a0     0 NOTYPE  LOCAL  DEFAULT    8 $d
    99: 0000e2b4     0 NOTYPE  LOCAL  DEFAULT    8 $t
   100: 0000e304     0 NOTYPE  LOCAL  DEFAULT    8 $d
   101: 0000e308     0 NOTYPE  LOCAL  DEFAULT    8 $t
   102: 0000e478     0 NOTYPE  LOCAL  DEFAULT    8 $d
   103: 0000e484     0 NOTYPE  LOCAL  DEFAULT    8 $t
   104: 0000e6b8     0 NOTYPE  LOCAL  DEFAULT    8 $d
   105: 0000e6dc     0 NOTYPE  LOCAL  DEFAULT    8 $t
   106: 0000e7e0     0 NOTYPE  LOCAL  DEFAULT    8 $d
   107: 0000e7e4     0 NOTYPE  LOCAL  DEFAULT    8 $t
   108: 0000eb84     0 NOTYPE  LOCAL  DEFAULT    8 $d
   109: 0000eb8c     0 NOTYPE  LOCAL  DEFAULT    8 $t
   110: 0000ed4c     0 NOTYPE  LOCAL  DEFAULT    8 $d
   111: 0000ed58     0 NOTYPE  LOCAL  DEFAULT    8 $t
   112: 0000ee0c     0 NOTYPE  LOCAL  DEFAULT    8 $d
   113: 0000ee14     0 NOTYPE  LOCAL  DEFAULT    8 $t
   114: 0000efe8     0 NOTYPE  LOCAL  DEFAULT    8 $d
   115: 0000eff4     0 NOTYPE  LOCAL  DEFAULT    8 $t
   116: 0000f018     0 NOTYPE  LOCAL  DEFAULT    8 $d
   117: 0000f01c     0 NOTYPE  LOCAL  DEFAULT    8 $t
   118: 0000f124     0 NOTYPE  LOCAL  DEFAULT    8 $d
   119: 0000f150     0 NOTYPE  LOCAL  DEFAULT    9 $d
   120: 0000f150    64 OBJECT  LOCAL  DEFAULT    9 pad.6774
   121: 0000f190     1 OBJECT  LOCAL  DEFAULT    9 zero.6811
   122: 0000f194     1 OBJECT  LOCAL  DEFAULT    9 one.6812
   123: 0000f198     1 OBJECT  LOCAL  DEFAULT    9 zero.6818
   124: 0000f19c    84 OBJECT  LOCAL  DEFAULT    9 secp256k1_ge_const_g
   125: 0000f1f0    33 OBJECT  LOCAL  DEFAULT    9 nums_b32.6840
   126: 0000f214    40 OBJECT  LOCAL  DEFAULT    9 secp256k1_ecdsa_const_ord
   127: 00010ecc     0 NOTYPE  LOCAL  DEFAULT   10 $d
   128: 0000f240     0 NOTYPE  LOCAL  DEFAULT    9 $d
   129: 00000950    16 FUNC    LOCAL  HIDDEN     8 __on_dlclose
   130: 00000960    20 FUNC    LOCAL  HIDDEN     8 atexit
   131: 00011000     4 OBJECT  LOCAL  HIDDEN    15 __dso_handle
   132: 0000f23c     4 OBJECT  LOCAL  HIDDEN     9 CURVE_B
   133: 00010ee0   240 OBJECT  LOCAL  HIDDEN    13 _DYNAMIC
   134: 00010fd4     0 OBJECT  LOCAL  HIDDEN    14 _GLOBAL_OFFSET_TABLE_
   135: 00000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_finalize
   136: 00000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_atexit
   137: 00000000     0 FUNC    GLOBAL DEFAULT  UND fprintf
   138: 00000000     0 FUNC    GLOBAL DEFAULT  UND abort
   139: 00000000     0 OBJECT  GLOBAL DEFAULT  UND __sF
   140: 00000000     0 FUNC    GLOBAL DEFAULT  UND memcpy
   141: 00000000     0 FUNC    GLOBAL DEFAULT  UND memset
   142: 00000000     0 FUNC    GLOBAL DEFAULT  UND malloc
   143: 00000000     0 FUNC    GLOBAL DEFAULT  UND free
   144: 0000c5d5  1916 FUNC    GLOBAL DEFAULT    8 secp256k1_context_create
   145: 0000cd51   220 FUNC    GLOBAL DEFAULT    8 secp256k1_context_clone
   146: 0000ce2d    92 FUNC    GLOBAL DEFAULT    8 secp256k1_context_destroy
   147: 0000ce89    32 FUNC    GLOBAL DEFAULT    8 secp256k1_context_set_ill
   148: 0000cea9    32 FUNC    GLOBAL DEFAULT    8 secp256k1_context_set_err
   149: 0000cec9   544 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_parse
   150: 0000d0e9   276 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_seria
   151: 0000d1fd   288 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_signature
   152: 0000d31d   188 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_signature
   153: 0000d3d9   388 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_signature
   154: 0000d55d   572 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_signature
   155: 0000d799   780 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_signature
   156: 0000daa5  1008 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_verify
   157: 0000de95  1056 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_sign
   158: 0000e2b5    84 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_seckey_verif
   159: 0000e309   380 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_creat
   160: 0000e485   600 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_privkey_nega
   161: 0000e6dd   264 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_negat
   162: 0000e7e5   936 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_privkey_twea
   163: 0000eb8d   460 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_tweak
   164: 0000ed59   188 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_privkey_twea
   165: 0000ee15   480 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_tweak
   166: 0000eff5    40 FUNC    GLOBAL DEFAULT    8 secp256k1_context_randomi
   167: 0000f01d   276 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_combi
   168: 00010ecc     4 OBJECT  GLOBAL DEFAULT   10 secp256k1_nonce_function_
   169: 00010ed0     4 OBJECT  GLOBAL DEFAULT   10 secp256k1_nonce_function_
   170: 00011004     0 NOTYPE  GLOBAL DEFAULT  ABS _edata
   171: 00011004     0 NOTYPE  GLOBAL DEFAULT  ABS __bss_start
   172: 00011004     0 NOTYPE  GLOBAL DEFAULT  ABS _end
lib:.buildozer/android/platform/build/build/python-installs/pywallet/lib/python2.7/site-packages/secp256k1/_libsecp256k1.so
.buildozer/android/platform/build/build/python-installs/pywallet/lib/python2.7/site-packages/secp256k1/_libsecp256k1.so: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /system/bin/linker, not stripped

Symbol table '.dynsym' contains 104 entries:
   Num:    Value  Size Type    Bind   Vis      Ndx Name
     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND 
     1: 00000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_finalize
     2: 00000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_atexit
     3: 0000924c     0 NOTYPE  GLOBAL DEFAULT  ABS _edata
     4: 0000924c     0 NOTYPE  GLOBAL DEFAULT  ABS __bss_start
     5: 000092b4     0 NOTYPE  GLOBAL DEFAULT  ABS _end
     6: 00000000     0 FUNC    GLOBAL DEFAULT  UND memset
     7: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyErr_Occurred
     8: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyEval_RestoreThread
     9: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyEval_SaveThread
    10: 00000000     0 FUNC    GLOBAL DEFAULT  UND memcpy
    11: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyErr_Format
    12: 00005a94     0 FUNC    GLOBAL DEFAULT    8 __aeabi_idiv
    13: 00000000     0 OBJECT  GLOBAL DEFAULT  UND PyExc_TypeError
    14: 00000000     0 OBJECT  GLOBAL DEFAULT  UND _Py_NoneStruct
    15: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyInt_FromLong
    16: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyObject_CallMethod
    17: 00005a74    32 FUNC    GLOBAL DEFAULT    8 __aeabi_uidivmod
    18: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyImport_ImportModule
    19: 00005b70    32 FUNC    GLOBAL DEFAULT    8 __aeabi_idivmod
    20: 000059cc     0 FUNC    GLOBAL DEFAULT    8 __aeabi_uidiv
    21: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyLong_FromVoidPtr
    22: 00000000     0 FUNC    GLOBAL DEFAULT  UND abort
    23: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_create
    24: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_clone
    25: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_destroy
    26: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_set_ill
    27: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_set_err
    28: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_parse
    29: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_seria
    30: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
    31: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
    32: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
    33: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
    34: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
    35: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_verify
    36: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_sign
    37: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_seckey_verif
    38: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_creat
    39: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_privkey_twea
    40: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_tweak
    41: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_privkey_twea
    42: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_tweak
    43: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_randomi
    44: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_combi
    45: 00000000     0 OBJECT  GLOBAL DEFAULT  UND secp256k1_nonce_function_
    46: 00000000     0 OBJECT  GLOBAL DEFAULT  UND secp256k1_nonce_function_
    47: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_sign_reco
    48: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recoverab
    49: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recoverab
    50: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recoverab
    51: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recover
    52: 000058e8   228 FUNC    GLOBAL DEFAULT    8 init_libsecp256k1
    53: 000059cc   168 FUNC    GLOBAL DEFAULT    8 __udivsi3
    54: 00005b90    16 FUNC    WEAK   DEFAULT    8 __aeabi_idiv0
    55: 00005a94   220 FUNC    GLOBAL DEFAULT    8 __divsi3
    56: 00005b90    16 FUNC    WEAK   DEFAULT    8 __aeabi_ldiv0
    57: 00000000     0 FUNC    GLOBAL DEFAULT  UND raise
    58: 00006758     8 FUNC    WEAK   DEFAULT    8 __aeabi_unwind_cpp_pr1
    59: 00006750     8 FUNC    GLOBAL DEFAULT    8 __aeabi_unwind_cpp_pr0
    60: 00006760     8 FUNC    WEAK   DEFAULT    8 __aeabi_unwind_cpp_pr2
    61: 00000000     0 FUNC    WEAK   DEFAULT  UND __gnu_Unwind_Find_exidx
    62: 00006ae4     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_VFP_
    63: 00006ad4     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_VFP
    64: 00006af4     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_VFP_
    65: 00006b04     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_WMMX
    66: 00006b8c     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_WMMX
    67: 00006ac0    20 FUNC    GLOBAL DEFAULT    8 restore_core_regs
    68: 00005fe4     8 FUNC    GLOBAL DEFAULT    8 _Unwind_GetCFA
    69: 00005fec   164 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_RaiseExcepti
    70: 00006090    28 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_ForcedUnwind
    71: 000060ac   116 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Resume
    72: 00006120    32 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Resume_or_Re
    73: 00006140     4 FUNC    GLOBAL DEFAULT    8 _Unwind_Complete
    74: 00006144    32 FUNC    GLOBAL DEFAULT    8 _Unwind_DeleteException
    75: 00006164    92 FUNC    GLOBAL DEFAULT    8 _Unwind_VRS_Get
    76: 000061e8    92 FUNC    GLOBAL DEFAULT    8 _Unwind_VRS_Set
    77: 00006270   196 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Backtrace
    78: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __cxa_begin_cleanup
    79: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __cxa_type_match
    80: 00006cf4   892 FUNC    GLOBAL DEFAULT    8 __gnu_unwind_execute
    81: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __cxa_call_unexpected
    82: 00006768   856 FUNC    GLOBAL DEFAULT    8 _Unwind_VRS_Pop
    83: 00006aec     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_VFP_D
    84: 00006adc     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_VFP
    85: 00006afc     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_VFP_D_1
    86: 00006b48     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_WMMXD
    87: 00006ba0     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_WMMXC
    88: 00006ac0    20 FUNC    GLOBAL DEFAULT    8 __restore_core_regs
    89: 00006bb4    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_RaiseException
    90: 00006bb4    36 FUNC    GLOBAL DEFAULT    8 _Unwind_RaiseException
    91: 00006bd8    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_Resume
    92: 00006bd8    36 FUNC    GLOBAL DEFAULT    8 _Unwind_Resume
    93: 00006bfc    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_Resume_or_Rethr
    94: 00006bfc    36 FUNC    GLOBAL DEFAULT    8 _Unwind_Resume_or_Rethrow
    95: 00006c20    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_ForcedUnwind
    96: 00006c20    36 FUNC    GLOBAL DEFAULT    8 _Unwind_ForcedUnwind
    97: 00006c44    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_Backtrace
    98: 00006c44    36 FUNC    GLOBAL DEFAULT    8 _Unwind_Backtrace
    99: 00007070    64 FUNC    GLOBAL DEFAULT    8 __gnu_unwind_frame
   100: 000070b0    16 FUNC    GLOBAL DEFAULT    8 _Unwind_GetRegionStart
   101: 000070c0    28 FUNC    GLOBAL DEFAULT    8 _Unwind_GetLanguageSpecif
   102: 000070dc     8 FUNC    GLOBAL DEFAULT    8 _Unwind_GetDataRelBase
   103: 000070e4     8 FUNC    GLOBAL DEFAULT    8 _Unwind_GetTextRelBase

Symbol table '.symtab' contains 310 entries:
   Num:    Value  Size Type    Bind   Vis      Ndx Name
     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND 
     1: 00000000     0 FILE    LOCAL  DEFAULT  ABS crtbegin_so.c
     2: 00001c50     0 NOTYPE  LOCAL  DEFAULT    8 $a
     3: 00001c5c     0 NOTYPE  LOCAL  DEFAULT    8 $d
     4: 00008e0c     0 NOTYPE  LOCAL  DEFAULT   13 $d
     5: 00001c60     0 NOTYPE  LOCAL  DEFAULT    8 $a
     6: 00001c70     0 NOTYPE  LOCAL  DEFAULT    8 $d
     7: 00009000     0 NOTYPE  LOCAL  DEFAULT   17 $d
     8: 00000000     0 FILE    LOCAL  DEFAULT  ABS _libsecp256k1.c
     9: 00001c74     0 NOTYPE  LOCAL  DEFAULT    8 $a
    10: 00001c74    36 FUNC    LOCAL  DEFAULT    8 _cffi_const_secp256k1_non
    11: 00001c90     0 NOTYPE  LOCAL  DEFAULT    8 $d
    12: 00001c98     0 NOTYPE  LOCAL  DEFAULT    8 $a
    13: 00001c98    36 FUNC    LOCAL  DEFAULT    8 _cffi_const_secp256k1_non
    14: 00001cb4     0 NOTYPE  LOCAL  DEFAULT    8 $d
    15: 00001cbc     0 NOTYPE  LOCAL  DEFAULT    8 $a
    16: 00001cbc    20 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_CON
    17: 00001cd0    24 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_CON
    18: 00001ce4     0 NOTYPE  LOCAL  DEFAULT    8 $d
    19: 00001ce8     0 NOTYPE  LOCAL  DEFAULT    8 $a
    20: 00001ce8    24 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_CON
    21: 00001cfc     0 NOTYPE  LOCAL  DEFAULT    8 $d
    22: 00001d00     0 NOTYPE  LOCAL  DEFAULT    8 $a
    23: 00001d00    24 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_EC_
    24: 00001d14     0 NOTYPE  LOCAL  DEFAULT    8 $d
    25: 00001d18     0 NOTYPE  LOCAL  DEFAULT    8 $a
    26: 00001d18    20 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_EC_
    27: 00001d2c    20 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_FLA
    28: 00001d40    20 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_FLA
    29: 00001d54    20 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_FLA
    30: 00001d68    20 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_FLA
    31: 00001d7c    20 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_FLA
    32: 00001d90    20 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_FLA
    33: 00001da4     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_v
    34: 00001da8   672 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_v
    35: 00002014     0 NOTYPE  LOCAL  DEFAULT    8 $d
    36: 00002048     0 NOTYPE  LOCAL  DEFAULT    8 $a
    37: 00002048     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_s
    38: 0000204c   672 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_s
    39: 000022b8     0 NOTYPE  LOCAL  DEFAULT    8 $d
    40: 000022ec     0 NOTYPE  LOCAL  DEFAULT    8 $a
    41: 000022ec     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_s
    42: 000022f0   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_s
    43: 000024ec     0 NOTYPE  LOCAL  DEFAULT    8 $d
    44: 00002518     0 NOTYPE  LOCAL  DEFAULT    8 $a
    45: 00002518     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_s
    46: 0000251c   608 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_s
    47: 0000274c     0 NOTYPE  LOCAL  DEFAULT    8 $d
    48: 0000277c     0 NOTYPE  LOCAL  DEFAULT    8 $a
    49: 0000277c     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_s
    50: 00002780   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_s
    51: 0000297c     0 NOTYPE  LOCAL  DEFAULT    8 $d
    52: 000029a8     0 NOTYPE  LOCAL  DEFAULT    8 $a
    53: 000029a8     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_s
    54: 000029ac   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_s
    55: 00002ba8     0 NOTYPE  LOCAL  DEFAULT    8 $d
    56: 00002bd4     0 NOTYPE  LOCAL  DEFAULT    8 $a
    57: 00002bd4     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_s
    58: 00002bd8   872 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_s
    59: 00002efc     0 NOTYPE  LOCAL  DEFAULT    8 $d
    60: 00002f40     0 NOTYPE  LOCAL  DEFAULT    8 $a
    61: 00002f40     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_s
    62: 00002f44   872 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_s
    63: 00003268     0 NOTYPE  LOCAL  DEFAULT    8 $d
    64: 000032ac     0 NOTYPE  LOCAL  DEFAULT    8 $a
    65: 000032ac     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_r
    66: 000032b0   672 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_r
    67: 0000351c     0 NOTYPE  LOCAL  DEFAULT    8 $d
    68: 00003550     0 NOTYPE  LOCAL  DEFAULT    8 $a
    69: 00003550     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_r
    70: 00003554   608 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_r
    71: 00003784     0 NOTYPE  LOCAL  DEFAULT    8 $d
    72: 000037b4     0 NOTYPE  LOCAL  DEFAULT    8 $a
    73: 000037b4     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_r
    74: 000037b8   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_r
    75: 000039b4     0 NOTYPE  LOCAL  DEFAULT    8 $d
    76: 000039e0     0 NOTYPE  LOCAL  DEFAULT    8 $a
    77: 000039e0     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_r
    78: 000039e4   672 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_r
    79: 00003c50     0 NOTYPE  LOCAL  DEFAULT    8 $d
    80: 00003c84     0 NOTYPE  LOCAL  DEFAULT    8 $a
    81: 00003c84     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_seck
    82: 00003c88   432 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_seck
    83: 00003e14     0 NOTYPE  LOCAL  DEFAULT    8 $d
    84: 00003e38     0 NOTYPE  LOCAL  DEFAULT    8 $a
    85: 00003e38     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_pubk
    86: 00003e3c   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_pubk
    87: 00004038     0 NOTYPE  LOCAL  DEFAULT    8 $d
    88: 00004064     0 NOTYPE  LOCAL  DEFAULT    8 $a
    89: 00004064     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_pubk
    90: 00004068   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_pubk
    91: 00004264     0 NOTYPE  LOCAL  DEFAULT    8 $d
    92: 00004290     0 NOTYPE  LOCAL  DEFAULT    8 $a
    93: 00004290     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_pubk
    94: 00004294   732 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_pubk
    95: 00004538     0 NOTYPE  LOCAL  DEFAULT    8 $d
    96: 00004570     0 NOTYPE  LOCAL  DEFAULT    8 $a
    97: 00004570     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_pubk
    98: 00004574   608 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_pubk
    99: 000047a4     0 NOTYPE  LOCAL  DEFAULT    8 $d
   100: 000047d4     0 NOTYPE  LOCAL  DEFAULT    8 $a
   101: 000047d4     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_pubk
   102: 000047d8   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_pubk
   103: 000049d4     0 NOTYPE  LOCAL  DEFAULT    8 $d
   104: 00004a00     0 NOTYPE  LOCAL  DEFAULT    8 $a
   105: 00004a00     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_pubk
   106: 00004a04   608 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_pubk
   107: 00004c34     0 NOTYPE  LOCAL  DEFAULT    8 $d
   108: 00004c64     0 NOTYPE  LOCAL  DEFAULT    8 $a
   109: 00004c64     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_priv
   110: 00004c68   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_priv
   111: 00004e64     0 NOTYPE  LOCAL  DEFAULT    8 $d
   112: 00004e90     0 NOTYPE  LOCAL  DEFAULT    8 $a
   113: 00004e90     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_priv
   114: 00004e94   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_priv
   115: 00005090     0 NOTYPE  LOCAL  DEFAULT    8 $d
   116: 000050bc     0 NOTYPE  LOCAL  DEFAULT    8 $a
   117: 000050bc     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_context
   118: 000050c0   516 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_context
   119: 00005294     0 NOTYPE  LOCAL  DEFAULT    8 $d
   120: 000052c4     0 NOTYPE  LOCAL  DEFAULT    8 $a
   121: 000052c4     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_context
   122: 000052c8   516 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_context
   123: 0000549c     0 NOTYPE  LOCAL  DEFAULT    8 $d
   124: 000054cc     0 NOTYPE  LOCAL  DEFAULT    8 $a
   125: 000054cc     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_context
   126: 000054d0   432 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_context
   127: 0000565c     0 NOTYPE  LOCAL  DEFAULT    8 $d
   128: 00005680     0 NOTYPE  LOCAL  DEFAULT    8 $a
   129: 00005680     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_context
   130: 00005684   232 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_context
   131: 00005758     0 NOTYPE  LOCAL  DEFAULT    8 $d
   132: 0000576c     0 NOTYPE  LOCAL  DEFAULT    8 $a
   133: 0000576c     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_context
   134: 00005770   148 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_context
   135: 000057f8     0 NOTYPE  LOCAL  DEFAULT    8 $d
   136: 00005804     0 NOTYPE  LOCAL  DEFAULT    8 $a
   137: 00005804     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_context
   138: 00005808   224 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_context
   139: 000058d8     0 NOTYPE  LOCAL  DEFAULT    8 $d
   140: 000058e8     0 NOTYPE  LOCAL  DEFAULT    8 $a
   141: 000059b0     0 NOTYPE  LOCAL  DEFAULT    8 $d
   142: 00008a90     0 NOTYPE  LOCAL  DEFAULT   12 $d
   143: 00008a90    52 OBJECT  LOCAL  DEFAULT   12 _cffi_type_context
   144: 00009004   584 OBJECT  LOCAL  DEFAULT   17 _cffi_types
   145: 00008b8c   640 OBJECT  LOCAL  DEFAULT   12 _cffi_globals
   146: 00008b5c    48 OBJECT  LOCAL  DEFAULT   12 _cffi_fields
   147: 00008aec   112 OBJECT  LOCAL  DEFAULT   12 _cffi_struct_unions
   148: 00008ac4    40 OBJECT  LOCAL  DEFAULT   12 _cffi_typenames
   149: 00009004     0 NOTYPE  LOCAL  DEFAULT   17 $d
   150: 000070ec     0 NOTYPE  LOCAL  DEFAULT    9 $d
   151: 0000924c     0 NOTYPE  LOCAL  DEFAULT   18 $d
   152: 0000924c   104 OBJECT  LOCAL  DEFAULT   18 _cffi_exports
   153: 00000010     0 NOTYPE  LOCAL  DEFAULT   27 $d
   154: 000059cc     0 NOTYPE  LOCAL  DEFAULT    8 $a
   155: 000059cc     0 NOTYPE  LOCAL  DEFAULT    8 .udivsi3_skip_div0_test
   156: 00000718     0 NOTYPE  LOCAL  DEFAULT   27 $d
   157: 0000002c     0 NOTYPE  LOCAL  DEFAULT   23 $d
   158: 00005a94     0 NOTYPE  LOCAL  DEFAULT    8 $a
   159: 00005a9c     0 NOTYPE  LOCAL  DEFAULT    8 .divsi3_skip_div0_test
   160: 00000738     0 NOTYPE  LOCAL  DEFAULT   27 $d
   161: 0000004c     0 NOTYPE  LOCAL  DEFAULT   23 $d
   162: 00005b90     0 NOTYPE  LOCAL  DEFAULT    8 $a
   163: 00007790     0 NOTYPE  LOCAL  DEFAULT   10 $d
   164: 000077d8     0 NOTYPE  LOCAL  DEFAULT   11 $d
   165: 0000006c     0 NOTYPE  LOCAL  DEFAULT   23 $d
   166: 00000000     0 FILE    LOCAL  DEFAULT  ABS unwind-arm.c
   167: 00005ba0     0 NOTYPE  LOCAL  DEFAULT    8 $a
   168: 00005ba0    24 FUNC    LOCAL  DEFAULT    8 selfrel_offset31
   169: 000077e0     0 NOTYPE  LOCAL  DEFAULT   11 $d
   170: 00005bb8   172 FUNC    LOCAL  DEFAULT    8 search_EIT_table
   171: 00005c64    84 FUNC    LOCAL  DEFAULT    8 __gnu_unwind_get_pr_addr
   172: 00005ca8     0 NOTYPE  LOCAL  DEFAULT    8 $d
   173: 00005cb8     0 NOTYPE  LOCAL  DEFAULT    8 $a
   174: 00005cb8   280 FUNC    LOCAL  DEFAULT    8 get_eit_entry
   175: 00005dc0     0 NOTYPE  LOCAL  DEFAULT    8 $d
   176: 00005dd0     0 NOTYPE  LOCAL  DEFAULT    8 $a
   177: 00005dd0   108 FUNC    LOCAL  DEFAULT    8 restore_non_core_regs
   178: 00005e3c    20 FUNC    LOCAL  DEFAULT    8 _Unwind_decode_typeinfo_p
   179: 00005e50     8 FUNC    LOCAL  DEFAULT    8 __gnu_unwind_24bit.isra.1
   180: 00005e58     4 FUNC    LOCAL  DEFAULT    8 _Unwind_DebugHook
   181: 00005e5c   100 FUNC    LOCAL  DEFAULT    8 unwind_phase2
   182: 00005ec0   292 FUNC    LOCAL  DEFAULT    8 unwind_phase2_forced
   183: 0000779c     0 NOTYPE  LOCAL  DEFAULT   10 $d
   184: 000061c0    40 FUNC    LOCAL  DEFAULT    8 _Unwind_GetGR
   185: 00006244    44 FUNC    LOCAL  DEFAULT    8 _Unwind_SetGR
   186: 00006334  1052 FUNC    LOCAL  DEFAULT    8 __gnu_unwind_pr_common
   187: 00006748     0 NOTYPE  LOCAL  DEFAULT    8 $d
   188: 00006750     0 NOTYPE  LOCAL  DEFAULT    8 $a
   189: 00000758     0 NOTYPE  LOCAL  DEFAULT   27 $d
   190: 00006ac0     0 NOTYPE  LOCAL  DEFAULT    8 $a
   191: 000000ac     0 NOTYPE  LOCAL  DEFAULT   23 $d
   192: 00000000     0 FILE    LOCAL  DEFAULT  ABS pr-support.c
   193: 00006c68     0 NOTYPE  LOCAL  DEFAULT    8 $a
   194: 00006c68    96 FUNC    LOCAL  DEFAULT    8 next_unwind_byte
   195: 00007898     0 NOTYPE  LOCAL  DEFAULT   11 $d
   196: 00006cc8    40 FUNC    LOCAL  DEFAULT    8 _Unwind_GetGR.constprop.0
   197: 00006cf0     4 FUNC    LOCAL  DEFAULT    8 unwind_UCB_from_context
   198: 000077a8     0 NOTYPE  LOCAL  DEFAULT   10 $d
   199: 00000a00     0 NOTYPE  LOCAL  DEFAULT   27 $d
   200: 00001c50    16 FUNC    LOCAL  HIDDEN     8 __on_dlclose
   201: 00001c60    20 FUNC    LOCAL  HIDDEN     8 atexit
   202: 00009000     4 OBJECT  LOCAL  HIDDEN    17 __dso_handle
   203: 00008e18   256 OBJECT  LOCAL  HIDDEN    15 _DYNAMIC
   204: 000077d8     0 NOTYPE  LOCAL  HIDDEN    11 __exidx_start
   205: 000078e8     0 NOTYPE  LOCAL  HIDDEN    11 __exidx_end
   206: 00008f44     0 OBJECT  LOCAL  HIDDEN    16 _GLOBAL_OFFSET_TABLE_
   207: 00000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_finalize
   208: 00000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_atexit
   209: 0000924c     0 NOTYPE  GLOBAL DEFAULT  ABS _edata
   210: 0000924c     0 NOTYPE  GLOBAL DEFAULT  ABS __bss_start
   211: 000092b4     0 NOTYPE  GLOBAL DEFAULT  ABS _end
   212: 00000000     0 FUNC    GLOBAL DEFAULT  UND memset
   213: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyErr_Occurred
   214: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyEval_RestoreThread
   215: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyEval_SaveThread
   216: 00000000     0 FUNC    GLOBAL DEFAULT  UND memcpy
   217: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyErr_Format
   218: 00005a94     0 FUNC    GLOBAL DEFAULT    8 __aeabi_idiv
   219: 00000000     0 OBJECT  GLOBAL DEFAULT  UND PyExc_TypeError
   220: 00000000     0 OBJECT  GLOBAL DEFAULT  UND _Py_NoneStruct
   221: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyInt_FromLong
   222: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyObject_CallMethod
   223: 00005a74    32 FUNC    GLOBAL DEFAULT    8 __aeabi_uidivmod
   224: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyImport_ImportModule
   225: 00005b70    32 FUNC    GLOBAL DEFAULT    8 __aeabi_idivmod
   226: 000059cc     0 FUNC    GLOBAL DEFAULT    8 __aeabi_uidiv
   227: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyLong_FromVoidPtr
   228: 00000000     0 FUNC    GLOBAL DEFAULT  UND abort
   229: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_create
   230: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_clone
   231: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_destroy
   232: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_set_ill
   233: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_set_err
   234: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_parse
   235: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_seria
   236: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
   237: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
   238: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
   239: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
   240: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
   241: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_verify
   242: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_sign
   243: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_seckey_verif
   244: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_creat
   245: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_privkey_twea
   246: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_tweak
   247: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_privkey_twea
   248: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_tweak
   249: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_randomi
   250: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_combi
   251: 00000000     0 OBJECT  GLOBAL DEFAULT  UND secp256k1_nonce_function_
   252: 00000000     0 OBJECT  GLOBAL DEFAULT  UND secp256k1_nonce_function_
   253: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_sign_reco
   254: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recoverab
   255: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recoverab
   256: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recoverab
   257: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recover
   258: 000058e8   228 FUNC    GLOBAL DEFAULT    8 init_libsecp256k1
   259: 000059cc   168 FUNC    GLOBAL DEFAULT    8 __udivsi3
   260: 00005b90    16 FUNC    WEAK   DEFAULT    8 __aeabi_idiv0
   261: 00005a94   220 FUNC    GLOBAL DEFAULT    8 __divsi3
   262: 00005b90    16 FUNC    WEAK   DEFAULT    8 __aeabi_ldiv0
   263: 00000000     0 FUNC    GLOBAL DEFAULT  UND raise
   264: 00006758     8 FUNC    WEAK   DEFAULT    8 __aeabi_unwind_cpp_pr1
   265: 00006750     8 FUNC    GLOBAL DEFAULT    8 __aeabi_unwind_cpp_pr0
   266: 00006760     8 FUNC    WEAK   DEFAULT    8 __aeabi_unwind_cpp_pr2
   267: 00000000     0 FUNC    WEAK   DEFAULT  UND __gnu_Unwind_Find_exidx
   268: 00006ae4     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_VFP_
   269: 00006ad4     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_VFP
   270: 00006af4     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_VFP_
   271: 00006b04     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_WMMX
   272: 00006b8c     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_WMMX
   273: 00006ac0    20 FUNC    GLOBAL DEFAULT    8 restore_core_regs
   274: 00005fe4     8 FUNC    GLOBAL DEFAULT    8 _Unwind_GetCFA
   275: 00005fec   164 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_RaiseExcepti
   276: 00006090    28 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_ForcedUnwind
   277: 000060ac   116 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Resume
   278: 00006120    32 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Resume_or_Re
   279: 00006140     4 FUNC    GLOBAL DEFAULT    8 _Unwind_Complete
   280: 00006144    32 FUNC    GLOBAL DEFAULT    8 _Unwind_DeleteException
   281: 00006164    92 FUNC    GLOBAL DEFAULT    8 _Unwind_VRS_Get
   282: 000061e8    92 FUNC    GLOBAL DEFAULT    8 _Unwind_VRS_Set
   283: 00006270   196 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Backtrace
   284: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __cxa_begin_cleanup
   285: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __cxa_type_match
   286: 00006cf4   892 FUNC    GLOBAL DEFAULT    8 __gnu_unwind_execute
   287: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __cxa_call_unexpected
   288: 00006768   856 FUNC    GLOBAL DEFAULT    8 _Unwind_VRS_Pop
   289: 00006aec     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_VFP_D
   290: 00006adc     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_VFP
   291: 00006afc     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_VFP_D_1
   292: 00006b48     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_WMMXD
   293: 00006ba0     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_WMMXC
   294: 00006ac0    20 FUNC    GLOBAL DEFAULT    8 __restore_core_regs
   295: 00006bb4    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_RaiseException
   296: 00006bb4    36 FUNC    GLOBAL DEFAULT    8 _Unwind_RaiseException
   297: 00006bd8    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_Resume
   298: 00006bd8    36 FUNC    GLOBAL DEFAULT    8 _Unwind_Resume
   299: 00006bfc    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_Resume_or_Rethr
   300: 00006bfc    36 FUNC    GLOBAL DEFAULT    8 _Unwind_Resume_or_Rethrow
   301: 00006c20    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_ForcedUnwind
   302: 00006c20    36 FUNC    GLOBAL DEFAULT    8 _Unwind_ForcedUnwind
   303: 00006c44    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_Backtrace
   304: 00006c44    36 FUNC    GLOBAL DEFAULT    8 _Unwind_Backtrace
   305: 00007070    64 FUNC    GLOBAL DEFAULT    8 __gnu_unwind_frame
   306: 000070b0    16 FUNC    GLOBAL DEFAULT    8 _Unwind_GetRegionStart
   307: 000070c0    28 FUNC    GLOBAL DEFAULT    8 _Unwind_GetLanguageSpecif
   308: 000070dc     8 FUNC    GLOBAL DEFAULT    8 _Unwind_GetDataRelBase
   309: 000070e4     8 FUNC    GLOBAL DEFAULT    8 _Unwind_GetTextRelBase
lib:.buildozer/android/platform/build/build/other_builds/libsecp256k1/armeabi-v7a/libsecp256k1/.libs/libsecp256k1.so
.buildozer/android/platform/build/build/other_builds/libsecp256k1/armeabi-v7a/libsecp256k1/.libs/libsecp256k1.so: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /system/bin/linker, not stripped

Symbol table '.dynsym' contains 39 entries:
   Num:    Value  Size Type    Bind   Vis      Ndx Name
     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND 
     1: 00000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_finalize
     2: 00000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_atexit
     3: 00000000     0 FUNC    GLOBAL DEFAULT  UND fprintf
     4: 00000000     0 FUNC    GLOBAL DEFAULT  UND abort
     5: 00000000     0 OBJECT  GLOBAL DEFAULT  UND __sF
     6: 00000000     0 FUNC    GLOBAL DEFAULT  UND memcpy
     7: 00000000     0 FUNC    GLOBAL DEFAULT  UND memset
     8: 00000000     0 FUNC    GLOBAL DEFAULT  UND malloc
     9: 00000000     0 FUNC    GLOBAL DEFAULT  UND free
    10: 0000c5d5  1916 FUNC    GLOBAL DEFAULT    8 secp256k1_context_create
    11: 0000cd51   220 FUNC    GLOBAL DEFAULT    8 secp256k1_context_clone
    12: 0000ce2d    92 FUNC    GLOBAL DEFAULT    8 secp256k1_context_destroy
    13: 0000ce89    32 FUNC    GLOBAL DEFAULT    8 secp256k1_context_set_ill
    14: 0000cea9    32 FUNC    GLOBAL DEFAULT    8 secp256k1_context_set_err
    15: 0000cec9   544 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_parse
    16: 0000d0e9   276 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_seria
    17: 0000d1fd   288 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_signature
    18: 0000d31d   188 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_signature
    19: 0000d3d9   388 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_signature
    20: 0000d55d   572 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_signature
    21: 0000d799   780 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_signature
    22: 0000daa5  1008 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_verify
    23: 0000de95  1056 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_sign
    24: 0000e2b5    84 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_seckey_verif
    25: 0000e309   380 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_creat
    26: 0000e485   600 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_privkey_nega
    27: 0000e6dd   264 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_negat
    28: 0000e7e5   936 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_privkey_twea
    29: 0000eb8d   460 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_tweak
    30: 0000ed59   188 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_privkey_twea
    31: 0000ee15   480 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_tweak
    32: 0000eff5    40 FUNC    GLOBAL DEFAULT    8 secp256k1_context_randomi
    33: 0000f01d   276 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_combi
    34: 00010ecc     4 OBJECT  GLOBAL DEFAULT   10 secp256k1_nonce_function_
    35: 00010ed0     4 OBJECT  GLOBAL DEFAULT   10 secp256k1_nonce_function_
    36: 00011004     0 NOTYPE  GLOBAL DEFAULT  ABS _edata
    37: 00011004     0 NOTYPE  GLOBAL DEFAULT  ABS __bss_start
    38: 00011004     0 NOTYPE  GLOBAL DEFAULT  ABS _end

Symbol table '.symtab' contains 173 entries:
   Num:    Value  Size Type    Bind   Vis      Ndx Name
     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND 
     1: 00000000     0 FILE    LOCAL  DEFAULT  ABS crtbegin_so.c
     2: 00000950     0 NOTYPE  LOCAL  DEFAULT    8 $a
     3: 0000095c     0 NOTYPE  LOCAL  DEFAULT    8 $d
     4: 00010ed4     0 NOTYPE  LOCAL  DEFAULT   11 $d
     5: 00000960     0 NOTYPE  LOCAL  DEFAULT    8 $a
     6: 00000970     0 NOTYPE  LOCAL  DEFAULT    8 $d
     7: 00011000     0 NOTYPE  LOCAL  DEFAULT   15 $d
     8: 00000000     0 FILE    LOCAL  DEFAULT  ABS secp256k1.c
     9: 00000978     0 NOTYPE  LOCAL  DEFAULT    8 $t
    10: 00000979   328 FUNC    LOCAL  DEFAULT    8 secp256k1_fe_normalize
    11: 00000ac1   142 FUNC    LOCAL  DEFAULT    8 secp256k1_fe_normalize_we
    12: 00000b51   362 FUNC    LOCAL  DEFAULT    8 secp256k1_fe_normalize_va
    13: 00000cbd   186 FUNC    LOCAL  DEFAULT    8 secp256k1_fe_normalizes_t
    14: 00000d79   194 FUNC    LOCAL  DEFAULT    8 secp256k1_fe_normalizes_t
    15: 00000e3d   378 FUNC    LOCAL  DEFAULT    8 secp256k1_fe_set_b32
    16: 00000fb9   240 FUNC    LOCAL  DEFAULT    8 secp256k1_fe_get_b32
    17: 000010a9    88 FUNC    LOCAL  DEFAULT    8 secp256k1_fe_add
    18: 00001101  2828 FUNC    LOCAL  DEFAULT    8 secp256k1_fe_mul_inner
    19: 00001c0d  2126 FUNC    LOCAL  DEFAULT    8 secp256k1_fe_sqr_inner
    20: 0000245d   606 FUNC    LOCAL  DEFAULT    8 secp256k1_fe_inv
    21: 000026bd   146 FUNC    LOCAL  DEFAULT    8 secp256k1_scalar_get_b32
    22: 00002751   392 FUNC    LOCAL  DEFAULT    8 secp256k1_scalar_negate
    23: 000028b8     0 NOTYPE  LOCAL  DEFAULT    8 $d
    24: 000028d8     0 NOTYPE  LOCAL  DEFAULT    8 $t
    25: 000028d9  2956 FUNC    LOCAL  DEFAULT    8 secp256k1_scalar_reduce_5
    26: 00003465  2198 FUNC    LOCAL  DEFAULT    8 secp256k1_scalar_mul_512
    27: 00003cfd  2776 FUNC    LOCAL  DEFAULT    8 secp256k1_scalar_sqr_512
    28: 000047d5  1530 FUNC    LOCAL  DEFAULT    8 secp256k1_scalar_inverse
    29: 00004dd1   142 FUNC    LOCAL  DEFAULT    8 secp256k1_ge_set_gej
    30: 00004e61  7662 FUNC    LOCAL  DEFAULT    8 secp256k1_sha256_transfor
    31: 00006c51    40 FUNC    LOCAL  DEFAULT    8 default_error_callback_fn
    32: 00006c6c     0 NOTYPE  LOCAL  DEFAULT    8 $d
    33: 00006c78     0 NOTYPE  LOCAL  DEFAULT    8 $t
    34: 00006c79    40 FUNC    LOCAL  DEFAULT    8 default_illegal_callback_
    35: 00006c94     0 NOTYPE  LOCAL  DEFAULT    8 $d
    36: 00006ca0     0 NOTYPE  LOCAL  DEFAULT    8 $t
    37: 00006ca1    96 FUNC    LOCAL  DEFAULT    8 secp256k1_sha256_write
    38: 00006d01   188 FUNC    LOCAL  DEFAULT    8 secp256k1_sha256_finalize
    39: 00006db8     0 NOTYPE  LOCAL  DEFAULT    8 $d
    40: 00006dbc     0 NOTYPE  LOCAL  DEFAULT    8 $t
    41: 00006dbd    78 FUNC    LOCAL  DEFAULT    8 secp256k1_sha256_write.co
    42: 00006e0d   438 FUNC    LOCAL  DEFAULT    8 secp256k1_hmac_sha256_ini
    43: 00006fc5   216 FUNC    LOCAL  DEFAULT    8 secp256k1_ecmult_wnaf.con
    44: 0000709d   310 FUNC    LOCAL  DEFAULT    8 secp256k1_ge_from_storage
    45: 000071d5   404 FUNC    LOCAL  DEFAULT    8 secp256k1_pubkey_load
    46: 00007364     0 NOTYPE  LOCAL  DEFAULT    8 $d
    47: 00007368     0 NOTYPE  LOCAL  DEFAULT    8 $t
    48: 00007369   764 FUNC    LOCAL  DEFAULT    8 secp256k1_scalar_add
    49: 00007665   716 FUNC    LOCAL  DEFAULT    8 secp256k1_scalar_set_b32
    50: 00007931   288 FUNC    LOCAL  DEFAULT    8 secp256k1_der_parse_integ
    51: 00007a51  1306 FUNC    LOCAL  DEFAULT    8 secp256k1_gej_double_var.
    52: 00007f6d   332 FUNC    LOCAL  DEFAULT    8 secp256k1_rfc6979_hmac_sh
    53: 000080b4     0 NOTYPE  LOCAL  DEFAULT    8 $d
    54: 000080b8     0 NOTYPE  LOCAL  DEFAULT    8 $t
    55: 000080b9  1612 FUNC    LOCAL  DEFAULT    8 secp256k1_gej_add_ge_var
    56: 00008705   992 FUNC    LOCAL  DEFAULT    8 secp256k1_ge_to_storage
    57: 00008ae5   508 FUNC    LOCAL  DEFAULT    8 secp256k1_gej_eq_x_var
    58: 00008ce1  2704 FUNC    LOCAL  DEFAULT    8 secp256k1_ecmult.constpro
    59: 00009771   128 FUNC    LOCAL  DEFAULT    8 secp256k1_hmac_sha256_fin
    60: 000097f1   260 FUNC    LOCAL  DEFAULT    8 secp256k1_rfc6979_hmac_sh
    61: 000098f0     0 NOTYPE  LOCAL  DEFAULT    8 $d
    62: 000098f4     0 NOTYPE  LOCAL  DEFAULT    8 $t
    63: 000098f5   234 FUNC    LOCAL  DEFAULT    8 nonce_function_rfc6979
    64: 000099e1  1116 FUNC    LOCAL  DEFAULT    8 secp256k1_ge_set_xo_var
    65: 00009e3d  3630 FUNC    LOCAL  DEFAULT    8 secp256k1_gej_add_ge
    66: 0000ac6d   608 FUNC    LOCAL  DEFAULT    8 secp256k1_ecmult_gen
    67: 0000aecd   844 FUNC    LOCAL  DEFAULT    8 secp256k1_ecmult_gen_blin
    68: 0000b214     0 NOTYPE  LOCAL  DEFAULT    8 $d
    69: 0000b218     0 NOTYPE  LOCAL  DEFAULT    8 $t
    70: 0000b219  2628 FUNC    LOCAL  DEFAULT    8 secp256k1_gej_add_var.con
    71: 0000bc5d  2424 FUNC    LOCAL  DEFAULT    8 secp256k1_ecmult_gen_cont
    72: 0000c5c4     0 NOTYPE  LOCAL  DEFAULT    8 $d
    73: 0000c5d4     0 NOTYPE  LOCAL  DEFAULT    8 $t
    74: 0000cd2c     0 NOTYPE  LOCAL  DEFAULT    8 $d
    75: 0000cd50     0 NOTYPE  LOCAL  DEFAULT    8 $t
    76: 0000ce20     0 NOTYPE  LOCAL  DEFAULT    8 $d
    77: 0000ce2c     0 NOTYPE  LOCAL  DEFAULT    8 $t
    78: 0000cea4     0 NOTYPE  LOCAL  DEFAULT    8 $d
    79: 0000cea8     0 NOTYPE  LOCAL  DEFAULT    8 $t
    80: 0000cec4     0 NOTYPE  LOCAL  DEFAULT    8 $d
    81: 0000cec8     0 NOTYPE  LOCAL  DEFAULT    8 $t
    82: 0000d0e0     0 NOTYPE  LOCAL  DEFAULT    8 $d
    83: 0000d0e8     0 NOTYPE  LOCAL  DEFAULT    8 $t
    84: 0000d1e8     0 NOTYPE  LOCAL  DEFAULT    8 $d
    85: 0000d1fc     0 NOTYPE  LOCAL  DEFAULT    8 $t
    86: 0000d314     0 NOTYPE  LOCAL  DEFAULT    8 $d
    87: 0000d31c     0 NOTYPE  LOCAL  DEFAULT    8 $t
    88: 0000d3d0     0 NOTYPE  LOCAL  DEFAULT    8 $d
    89: 0000d3d8     0 NOTYPE  LOCAL  DEFAULT    8 $t
    90: 0000d550     0 NOTYPE  LOCAL  DEFAULT    8 $d
    91: 0000d55c     0 NOTYPE  LOCAL  DEFAULT    8 $t
    92: 0000d790     0 NOTYPE  LOCAL  DEFAULT    8 $d
    93: 0000d798     0 NOTYPE  LOCAL  DEFAULT    8 $t
    94: 0000da80     0 NOTYPE  LOCAL  DEFAULT    8 $d
    95: 0000daa4     0 NOTYPE  LOCAL  DEFAULT    8 $t
    96: 0000de80     0 NOTYPE  LOCAL  DEFAULT    8 $d
    97: 0000de94     0 NOTYPE  LOCAL  DEFAULT    8 $t
    98: 0000e2a0     0 NOTYPE  LOCAL  DEFAULT    8 $d
    99: 0000e2b4     0 NOTYPE  LOCAL  DEFAULT    8 $t
   100: 0000e304     0 NOTYPE  LOCAL  DEFAULT    8 $d
   101: 0000e308     0 NOTYPE  LOCAL  DEFAULT    8 $t
   102: 0000e478     0 NOTYPE  LOCAL  DEFAULT    8 $d
   103: 0000e484     0 NOTYPE  LOCAL  DEFAULT    8 $t
   104: 0000e6b8     0 NOTYPE  LOCAL  DEFAULT    8 $d
   105: 0000e6dc     0 NOTYPE  LOCAL  DEFAULT    8 $t
   106: 0000e7e0     0 NOTYPE  LOCAL  DEFAULT    8 $d
   107: 0000e7e4     0 NOTYPE  LOCAL  DEFAULT    8 $t
   108: 0000eb84     0 NOTYPE  LOCAL  DEFAULT    8 $d
   109: 0000eb8c     0 NOTYPE  LOCAL  DEFAULT    8 $t
   110: 0000ed4c     0 NOTYPE  LOCAL  DEFAULT    8 $d
   111: 0000ed58     0 NOTYPE  LOCAL  DEFAULT    8 $t
   112: 0000ee0c     0 NOTYPE  LOCAL  DEFAULT    8 $d
   113: 0000ee14     0 NOTYPE  LOCAL  DEFAULT    8 $t
   114: 0000efe8     0 NOTYPE  LOCAL  DEFAULT    8 $d
   115: 0000eff4     0 NOTYPE  LOCAL  DEFAULT    8 $t
   116: 0000f018     0 NOTYPE  LOCAL  DEFAULT    8 $d
   117: 0000f01c     0 NOTYPE  LOCAL  DEFAULT    8 $t
   118: 0000f124     0 NOTYPE  LOCAL  DEFAULT    8 $d
   119: 0000f150     0 NOTYPE  LOCAL  DEFAULT    9 $d
   120: 0000f150    64 OBJECT  LOCAL  DEFAULT    9 pad.6774
   121: 0000f190     1 OBJECT  LOCAL  DEFAULT    9 zero.6811
   122: 0000f194     1 OBJECT  LOCAL  DEFAULT    9 one.6812
   123: 0000f198     1 OBJECT  LOCAL  DEFAULT    9 zero.6818
   124: 0000f19c    84 OBJECT  LOCAL  DEFAULT    9 secp256k1_ge_const_g
   125: 0000f1f0    33 OBJECT  LOCAL  DEFAULT    9 nums_b32.6840
   126: 0000f214    40 OBJECT  LOCAL  DEFAULT    9 secp256k1_ecdsa_const_ord
   127: 00010ecc     0 NOTYPE  LOCAL  DEFAULT   10 $d
   128: 0000f240     0 NOTYPE  LOCAL  DEFAULT    9 $d
   129: 00000950    16 FUNC    LOCAL  HIDDEN     8 __on_dlclose
   130: 00000960    20 FUNC    LOCAL  HIDDEN     8 atexit
   131: 00011000     4 OBJECT  LOCAL  HIDDEN    15 __dso_handle
   132: 0000f23c     4 OBJECT  LOCAL  HIDDEN     9 CURVE_B
   133: 00010ee0   240 OBJECT  LOCAL  HIDDEN    13 _DYNAMIC
   134: 00010fd4     0 OBJECT  LOCAL  HIDDEN    14 _GLOBAL_OFFSET_TABLE_
   135: 00000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_finalize
   136: 00000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_atexit
   137: 00000000     0 FUNC    GLOBAL DEFAULT  UND fprintf
   138: 00000000     0 FUNC    GLOBAL DEFAULT  UND abort
   139: 00000000     0 OBJECT  GLOBAL DEFAULT  UND __sF
   140: 00000000     0 FUNC    GLOBAL DEFAULT  UND memcpy
   141: 00000000     0 FUNC    GLOBAL DEFAULT  UND memset
   142: 00000000     0 FUNC    GLOBAL DEFAULT  UND malloc
   143: 00000000     0 FUNC    GLOBAL DEFAULT  UND free
   144: 0000c5d5  1916 FUNC    GLOBAL DEFAULT    8 secp256k1_context_create
   145: 0000cd51   220 FUNC    GLOBAL DEFAULT    8 secp256k1_context_clone
   146: 0000ce2d    92 FUNC    GLOBAL DEFAULT    8 secp256k1_context_destroy
   147: 0000ce89    32 FUNC    GLOBAL DEFAULT    8 secp256k1_context_set_ill
   148: 0000cea9    32 FUNC    GLOBAL DEFAULT    8 secp256k1_context_set_err
   149: 0000cec9   544 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_parse
   150: 0000d0e9   276 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_seria
   151: 0000d1fd   288 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_signature
   152: 0000d31d   188 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_signature
   153: 0000d3d9   388 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_signature
   154: 0000d55d   572 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_signature
   155: 0000d799   780 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_signature
   156: 0000daa5  1008 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_verify
   157: 0000de95  1056 FUNC    GLOBAL DEFAULT    8 secp256k1_ecdsa_sign
   158: 0000e2b5    84 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_seckey_verif
   159: 0000e309   380 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_creat
   160: 0000e485   600 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_privkey_nega
   161: 0000e6dd   264 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_negat
   162: 0000e7e5   936 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_privkey_twea
   163: 0000eb8d   460 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_tweak
   164: 0000ed59   188 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_privkey_twea
   165: 0000ee15   480 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_tweak
   166: 0000eff5    40 FUNC    GLOBAL DEFAULT    8 secp256k1_context_randomi
   167: 0000f01d   276 FUNC    GLOBAL DEFAULT    8 secp256k1_ec_pubkey_combi
   168: 00010ecc     4 OBJECT  GLOBAL DEFAULT   10 secp256k1_nonce_function_
   169: 00010ed0     4 OBJECT  GLOBAL DEFAULT   10 secp256k1_nonce_function_
   170: 00011004     0 NOTYPE  GLOBAL DEFAULT  ABS _edata
   171: 00011004     0 NOTYPE  GLOBAL DEFAULT  ABS __bss_start
   172: 00011004     0 NOTYPE  GLOBAL DEFAULT  ABS _end
lib:.buildozer/android/platform/build/build/other_builds/secp256k1/armeabi-v7a/secp256k1/build/lib.linux-x86_64-2.7/secp256k1/_libsecp256k1.so
.buildozer/android/platform/build/build/other_builds/secp256k1/armeabi-v7a/secp256k1/build/lib.linux-x86_64-2.7/secp256k1/_libsecp256k1.so: ELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /system/bin/linker, not stripped

Symbol table '.dynsym' contains 104 entries:
   Num:    Value  Size Type    Bind   Vis      Ndx Name
     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND 
     1: 00000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_finalize
     2: 00000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_atexit
     3: 0000924c     0 NOTYPE  GLOBAL DEFAULT  ABS _edata
     4: 0000924c     0 NOTYPE  GLOBAL DEFAULT  ABS __bss_start
     5: 000092b4     0 NOTYPE  GLOBAL DEFAULT  ABS _end
     6: 00000000     0 FUNC    GLOBAL DEFAULT  UND memset
     7: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyErr_Occurred
     8: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyEval_RestoreThread
     9: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyEval_SaveThread
    10: 00000000     0 FUNC    GLOBAL DEFAULT  UND memcpy
    11: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyErr_Format
    12: 00005a94     0 FUNC    GLOBAL DEFAULT    8 __aeabi_idiv
    13: 00000000     0 OBJECT  GLOBAL DEFAULT  UND PyExc_TypeError
    14: 00000000     0 OBJECT  GLOBAL DEFAULT  UND _Py_NoneStruct
    15: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyInt_FromLong
    16: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyObject_CallMethod
    17: 00005a74    32 FUNC    GLOBAL DEFAULT    8 __aeabi_uidivmod
    18: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyImport_ImportModule
    19: 00005b70    32 FUNC    GLOBAL DEFAULT    8 __aeabi_idivmod
    20: 000059cc     0 FUNC    GLOBAL DEFAULT    8 __aeabi_uidiv
    21: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyLong_FromVoidPtr
    22: 00000000     0 FUNC    GLOBAL DEFAULT  UND abort
    23: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_create
    24: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_clone
    25: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_destroy
    26: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_set_ill
    27: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_set_err
    28: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_parse
    29: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_seria
    30: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
    31: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
    32: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
    33: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
    34: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
    35: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_verify
    36: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_sign
    37: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_seckey_verif
    38: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_creat
    39: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_privkey_twea
    40: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_tweak
    41: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_privkey_twea
    42: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_tweak
    43: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_randomi
    44: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_combi
    45: 00000000     0 OBJECT  GLOBAL DEFAULT  UND secp256k1_nonce_function_
    46: 00000000     0 OBJECT  GLOBAL DEFAULT  UND secp256k1_nonce_function_
    47: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_sign_reco
    48: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recoverab
    49: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recoverab
    50: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recoverab
    51: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recover
    52: 000058e8   228 FUNC    GLOBAL DEFAULT    8 init_libsecp256k1
    53: 000059cc   168 FUNC    GLOBAL DEFAULT    8 __udivsi3
    54: 00005b90    16 FUNC    WEAK   DEFAULT    8 __aeabi_idiv0
    55: 00005a94   220 FUNC    GLOBAL DEFAULT    8 __divsi3
    56: 00005b90    16 FUNC    WEAK   DEFAULT    8 __aeabi_ldiv0
    57: 00000000     0 FUNC    GLOBAL DEFAULT  UND raise
    58: 00006758     8 FUNC    WEAK   DEFAULT    8 __aeabi_unwind_cpp_pr1
    59: 00006750     8 FUNC    GLOBAL DEFAULT    8 __aeabi_unwind_cpp_pr0
    60: 00006760     8 FUNC    WEAK   DEFAULT    8 __aeabi_unwind_cpp_pr2
    61: 00000000     0 FUNC    WEAK   DEFAULT  UND __gnu_Unwind_Find_exidx
    62: 00006ae4     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_VFP_
    63: 00006ad4     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_VFP
    64: 00006af4     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_VFP_
    65: 00006b04     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_WMMX
    66: 00006b8c     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_WMMX
    67: 00006ac0    20 FUNC    GLOBAL DEFAULT    8 restore_core_regs
    68: 00005fe4     8 FUNC    GLOBAL DEFAULT    8 _Unwind_GetCFA
    69: 00005fec   164 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_RaiseExcepti
    70: 00006090    28 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_ForcedUnwind
    71: 000060ac   116 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Resume
    72: 00006120    32 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Resume_or_Re
    73: 00006140     4 FUNC    GLOBAL DEFAULT    8 _Unwind_Complete
    74: 00006144    32 FUNC    GLOBAL DEFAULT    8 _Unwind_DeleteException
    75: 00006164    92 FUNC    GLOBAL DEFAULT    8 _Unwind_VRS_Get
    76: 000061e8    92 FUNC    GLOBAL DEFAULT    8 _Unwind_VRS_Set
    77: 00006270   196 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Backtrace
    78: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __cxa_begin_cleanup
    79: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __cxa_type_match
    80: 00006cf4   892 FUNC    GLOBAL DEFAULT    8 __gnu_unwind_execute
    81: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __cxa_call_unexpected
    82: 00006768   856 FUNC    GLOBAL DEFAULT    8 _Unwind_VRS_Pop
    83: 00006aec     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_VFP_D
    84: 00006adc     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_VFP
    85: 00006afc     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_VFP_D_1
    86: 00006b48     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_WMMXD
    87: 00006ba0     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_WMMXC
    88: 00006ac0    20 FUNC    GLOBAL DEFAULT    8 __restore_core_regs
    89: 00006bb4    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_RaiseException
    90: 00006bb4    36 FUNC    GLOBAL DEFAULT    8 _Unwind_RaiseException
    91: 00006bd8    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_Resume
    92: 00006bd8    36 FUNC    GLOBAL DEFAULT    8 _Unwind_Resume
    93: 00006bfc    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_Resume_or_Rethr
    94: 00006bfc    36 FUNC    GLOBAL DEFAULT    8 _Unwind_Resume_or_Rethrow
    95: 00006c20    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_ForcedUnwind
    96: 00006c20    36 FUNC    GLOBAL DEFAULT    8 _Unwind_ForcedUnwind
    97: 00006c44    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_Backtrace
    98: 00006c44    36 FUNC    GLOBAL DEFAULT    8 _Unwind_Backtrace
    99: 00007070    64 FUNC    GLOBAL DEFAULT    8 __gnu_unwind_frame
   100: 000070b0    16 FUNC    GLOBAL DEFAULT    8 _Unwind_GetRegionStart
   101: 000070c0    28 FUNC    GLOBAL DEFAULT    8 _Unwind_GetLanguageSpecif
   102: 000070dc     8 FUNC    GLOBAL DEFAULT    8 _Unwind_GetDataRelBase
   103: 000070e4     8 FUNC    GLOBAL DEFAULT    8 _Unwind_GetTextRelBase

Symbol table '.symtab' contains 310 entries:
   Num:    Value  Size Type    Bind   Vis      Ndx Name
     0: 00000000     0 NOTYPE  LOCAL  DEFAULT  UND 
     1: 00000000     0 FILE    LOCAL  DEFAULT  ABS crtbegin_so.c
     2: 00001c50     0 NOTYPE  LOCAL  DEFAULT    8 $a
     3: 00001c5c     0 NOTYPE  LOCAL  DEFAULT    8 $d
     4: 00008e0c     0 NOTYPE  LOCAL  DEFAULT   13 $d
     5: 00001c60     0 NOTYPE  LOCAL  DEFAULT    8 $a
     6: 00001c70     0 NOTYPE  LOCAL  DEFAULT    8 $d
     7: 00009000     0 NOTYPE  LOCAL  DEFAULT   17 $d
     8: 00000000     0 FILE    LOCAL  DEFAULT  ABS _libsecp256k1.c
     9: 00001c74     0 NOTYPE  LOCAL  DEFAULT    8 $a
    10: 00001c74    36 FUNC    LOCAL  DEFAULT    8 _cffi_const_secp256k1_non
    11: 00001c90     0 NOTYPE  LOCAL  DEFAULT    8 $d
    12: 00001c98     0 NOTYPE  LOCAL  DEFAULT    8 $a
    13: 00001c98    36 FUNC    LOCAL  DEFAULT    8 _cffi_const_secp256k1_non
    14: 00001cb4     0 NOTYPE  LOCAL  DEFAULT    8 $d
    15: 00001cbc     0 NOTYPE  LOCAL  DEFAULT    8 $a
    16: 00001cbc    20 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_CON
    17: 00001cd0    24 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_CON
    18: 00001ce4     0 NOTYPE  LOCAL  DEFAULT    8 $d
    19: 00001ce8     0 NOTYPE  LOCAL  DEFAULT    8 $a
    20: 00001ce8    24 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_CON
    21: 00001cfc     0 NOTYPE  LOCAL  DEFAULT    8 $d
    22: 00001d00     0 NOTYPE  LOCAL  DEFAULT    8 $a
    23: 00001d00    24 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_EC_
    24: 00001d14     0 NOTYPE  LOCAL  DEFAULT    8 $d
    25: 00001d18     0 NOTYPE  LOCAL  DEFAULT    8 $a
    26: 00001d18    20 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_EC_
    27: 00001d2c    20 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_FLA
    28: 00001d40    20 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_FLA
    29: 00001d54    20 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_FLA
    30: 00001d68    20 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_FLA
    31: 00001d7c    20 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_FLA
    32: 00001d90    20 FUNC    LOCAL  DEFAULT    8 _cffi_const_SECP256K1_FLA
    33: 00001da4     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_v
    34: 00001da8   672 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_v
    35: 00002014     0 NOTYPE  LOCAL  DEFAULT    8 $d
    36: 00002048     0 NOTYPE  LOCAL  DEFAULT    8 $a
    37: 00002048     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_s
    38: 0000204c   672 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_s
    39: 000022b8     0 NOTYPE  LOCAL  DEFAULT    8 $d
    40: 000022ec     0 NOTYPE  LOCAL  DEFAULT    8 $a
    41: 000022ec     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_s
    42: 000022f0   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_s
    43: 000024ec     0 NOTYPE  LOCAL  DEFAULT    8 $d
    44: 00002518     0 NOTYPE  LOCAL  DEFAULT    8 $a
    45: 00002518     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_s
    46: 0000251c   608 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_s
    47: 0000274c     0 NOTYPE  LOCAL  DEFAULT    8 $d
    48: 0000277c     0 NOTYPE  LOCAL  DEFAULT    8 $a
    49: 0000277c     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_s
    50: 00002780   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_s
    51: 0000297c     0 NOTYPE  LOCAL  DEFAULT    8 $d
    52: 000029a8     0 NOTYPE  LOCAL  DEFAULT    8 $a
    53: 000029a8     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_s
    54: 000029ac   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_s
    55: 00002ba8     0 NOTYPE  LOCAL  DEFAULT    8 $d
    56: 00002bd4     0 NOTYPE  LOCAL  DEFAULT    8 $a
    57: 00002bd4     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_s
    58: 00002bd8   872 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_s
    59: 00002efc     0 NOTYPE  LOCAL  DEFAULT    8 $d
    60: 00002f40     0 NOTYPE  LOCAL  DEFAULT    8 $a
    61: 00002f40     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_s
    62: 00002f44   872 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_s
    63: 00003268     0 NOTYPE  LOCAL  DEFAULT    8 $d
    64: 000032ac     0 NOTYPE  LOCAL  DEFAULT    8 $a
    65: 000032ac     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_r
    66: 000032b0   672 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_r
    67: 0000351c     0 NOTYPE  LOCAL  DEFAULT    8 $d
    68: 00003550     0 NOTYPE  LOCAL  DEFAULT    8 $a
    69: 00003550     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_r
    70: 00003554   608 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_r
    71: 00003784     0 NOTYPE  LOCAL  DEFAULT    8 $d
    72: 000037b4     0 NOTYPE  LOCAL  DEFAULT    8 $a
    73: 000037b4     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_r
    74: 000037b8   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_r
    75: 000039b4     0 NOTYPE  LOCAL  DEFAULT    8 $d
    76: 000039e0     0 NOTYPE  LOCAL  DEFAULT    8 $a
    77: 000039e0     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ecdsa_r
    78: 000039e4   672 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ecdsa_r
    79: 00003c50     0 NOTYPE  LOCAL  DEFAULT    8 $d
    80: 00003c84     0 NOTYPE  LOCAL  DEFAULT    8 $a
    81: 00003c84     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_seck
    82: 00003c88   432 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_seck
    83: 00003e14     0 NOTYPE  LOCAL  DEFAULT    8 $d
    84: 00003e38     0 NOTYPE  LOCAL  DEFAULT    8 $a
    85: 00003e38     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_pubk
    86: 00003e3c   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_pubk
    87: 00004038     0 NOTYPE  LOCAL  DEFAULT    8 $d
    88: 00004064     0 NOTYPE  LOCAL  DEFAULT    8 $a
    89: 00004064     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_pubk
    90: 00004068   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_pubk
    91: 00004264     0 NOTYPE  LOCAL  DEFAULT    8 $d
    92: 00004290     0 NOTYPE  LOCAL  DEFAULT    8 $a
    93: 00004290     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_pubk
    94: 00004294   732 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_pubk
    95: 00004538     0 NOTYPE  LOCAL  DEFAULT    8 $d
    96: 00004570     0 NOTYPE  LOCAL  DEFAULT    8 $a
    97: 00004570     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_pubk
    98: 00004574   608 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_pubk
    99: 000047a4     0 NOTYPE  LOCAL  DEFAULT    8 $d
   100: 000047d4     0 NOTYPE  LOCAL  DEFAULT    8 $a
   101: 000047d4     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_pubk
   102: 000047d8   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_pubk
   103: 000049d4     0 NOTYPE  LOCAL  DEFAULT    8 $d
   104: 00004a00     0 NOTYPE  LOCAL  DEFAULT    8 $a
   105: 00004a00     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_pubk
   106: 00004a04   608 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_pubk
   107: 00004c34     0 NOTYPE  LOCAL  DEFAULT    8 $d
   108: 00004c64     0 NOTYPE  LOCAL  DEFAULT    8 $a
   109: 00004c64     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_priv
   110: 00004c68   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_priv
   111: 00004e64     0 NOTYPE  LOCAL  DEFAULT    8 $d
   112: 00004e90     0 NOTYPE  LOCAL  DEFAULT    8 $a
   113: 00004e90     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_ec_priv
   114: 00004e94   552 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_ec_priv
   115: 00005090     0 NOTYPE  LOCAL  DEFAULT    8 $d
   116: 000050bc     0 NOTYPE  LOCAL  DEFAULT    8 $a
   117: 000050bc     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_context
   118: 000050c0   516 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_context
   119: 00005294     0 NOTYPE  LOCAL  DEFAULT    8 $d
   120: 000052c4     0 NOTYPE  LOCAL  DEFAULT    8 $a
   121: 000052c4     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_context
   122: 000052c8   516 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_context
   123: 0000549c     0 NOTYPE  LOCAL  DEFAULT    8 $d
   124: 000054cc     0 NOTYPE  LOCAL  DEFAULT    8 $a
   125: 000054cc     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_context
   126: 000054d0   432 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_context
   127: 0000565c     0 NOTYPE  LOCAL  DEFAULT    8 $d
   128: 00005680     0 NOTYPE  LOCAL  DEFAULT    8 $a
   129: 00005680     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_context
   130: 00005684   232 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_context
   131: 00005758     0 NOTYPE  LOCAL  DEFAULT    8 $d
   132: 0000576c     0 NOTYPE  LOCAL  DEFAULT    8 $a
   133: 0000576c     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_context
   134: 00005770   148 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_context
   135: 000057f8     0 NOTYPE  LOCAL  DEFAULT    8 $d
   136: 00005804     0 NOTYPE  LOCAL  DEFAULT    8 $a
   137: 00005804     4 FUNC    LOCAL  DEFAULT    8 _cffi_d_secp256k1_context
   138: 00005808   224 FUNC    LOCAL  DEFAULT    8 _cffi_f_secp256k1_context
   139: 000058d8     0 NOTYPE  LOCAL  DEFAULT    8 $d
   140: 000058e8     0 NOTYPE  LOCAL  DEFAULT    8 $a
   141: 000059b0     0 NOTYPE  LOCAL  DEFAULT    8 $d
   142: 00008a90     0 NOTYPE  LOCAL  DEFAULT   12 $d
   143: 00008a90    52 OBJECT  LOCAL  DEFAULT   12 _cffi_type_context
   144: 00009004   584 OBJECT  LOCAL  DEFAULT   17 _cffi_types
   145: 00008b8c   640 OBJECT  LOCAL  DEFAULT   12 _cffi_globals
   146: 00008b5c    48 OBJECT  LOCAL  DEFAULT   12 _cffi_fields
   147: 00008aec   112 OBJECT  LOCAL  DEFAULT   12 _cffi_struct_unions
   148: 00008ac4    40 OBJECT  LOCAL  DEFAULT   12 _cffi_typenames
   149: 00009004     0 NOTYPE  LOCAL  DEFAULT   17 $d
   150: 000070ec     0 NOTYPE  LOCAL  DEFAULT    9 $d
   151: 0000924c     0 NOTYPE  LOCAL  DEFAULT   18 $d
   152: 0000924c   104 OBJECT  LOCAL  DEFAULT   18 _cffi_exports
   153: 00000010     0 NOTYPE  LOCAL  DEFAULT   27 $d
   154: 000059cc     0 NOTYPE  LOCAL  DEFAULT    8 $a
   155: 000059cc     0 NOTYPE  LOCAL  DEFAULT    8 .udivsi3_skip_div0_test
   156: 00000718     0 NOTYPE  LOCAL  DEFAULT   27 $d
   157: 0000002c     0 NOTYPE  LOCAL  DEFAULT   23 $d
   158: 00005a94     0 NOTYPE  LOCAL  DEFAULT    8 $a
   159: 00005a9c     0 NOTYPE  LOCAL  DEFAULT    8 .divsi3_skip_div0_test
   160: 00000738     0 NOTYPE  LOCAL  DEFAULT   27 $d
   161: 0000004c     0 NOTYPE  LOCAL  DEFAULT   23 $d
   162: 00005b90     0 NOTYPE  LOCAL  DEFAULT    8 $a
   163: 00007790     0 NOTYPE  LOCAL  DEFAULT   10 $d
   164: 000077d8     0 NOTYPE  LOCAL  DEFAULT   11 $d
   165: 0000006c     0 NOTYPE  LOCAL  DEFAULT   23 $d
   166: 00000000     0 FILE    LOCAL  DEFAULT  ABS unwind-arm.c
   167: 00005ba0     0 NOTYPE  LOCAL  DEFAULT    8 $a
   168: 00005ba0    24 FUNC    LOCAL  DEFAULT    8 selfrel_offset31
   169: 000077e0     0 NOTYPE  LOCAL  DEFAULT   11 $d
   170: 00005bb8   172 FUNC    LOCAL  DEFAULT    8 search_EIT_table
   171: 00005c64    84 FUNC    LOCAL  DEFAULT    8 __gnu_unwind_get_pr_addr
   172: 00005ca8     0 NOTYPE  LOCAL  DEFAULT    8 $d
   173: 00005cb8     0 NOTYPE  LOCAL  DEFAULT    8 $a
   174: 00005cb8   280 FUNC    LOCAL  DEFAULT    8 get_eit_entry
   175: 00005dc0     0 NOTYPE  LOCAL  DEFAULT    8 $d
   176: 00005dd0     0 NOTYPE  LOCAL  DEFAULT    8 $a
   177: 00005dd0   108 FUNC    LOCAL  DEFAULT    8 restore_non_core_regs
   178: 00005e3c    20 FUNC    LOCAL  DEFAULT    8 _Unwind_decode_typeinfo_p
   179: 00005e50     8 FUNC    LOCAL  DEFAULT    8 __gnu_unwind_24bit.isra.1
   180: 00005e58     4 FUNC    LOCAL  DEFAULT    8 _Unwind_DebugHook
   181: 00005e5c   100 FUNC    LOCAL  DEFAULT    8 unwind_phase2
   182: 00005ec0   292 FUNC    LOCAL  DEFAULT    8 unwind_phase2_forced
   183: 0000779c     0 NOTYPE  LOCAL  DEFAULT   10 $d
   184: 000061c0    40 FUNC    LOCAL  DEFAULT    8 _Unwind_GetGR
   185: 00006244    44 FUNC    LOCAL  DEFAULT    8 _Unwind_SetGR
   186: 00006334  1052 FUNC    LOCAL  DEFAULT    8 __gnu_unwind_pr_common
   187: 00006748     0 NOTYPE  LOCAL  DEFAULT    8 $d
   188: 00006750     0 NOTYPE  LOCAL  DEFAULT    8 $a
   189: 00000758     0 NOTYPE  LOCAL  DEFAULT   27 $d
   190: 00006ac0     0 NOTYPE  LOCAL  DEFAULT    8 $a
   191: 000000ac     0 NOTYPE  LOCAL  DEFAULT   23 $d
   192: 00000000     0 FILE    LOCAL  DEFAULT  ABS pr-support.c
   193: 00006c68     0 NOTYPE  LOCAL  DEFAULT    8 $a
   194: 00006c68    96 FUNC    LOCAL  DEFAULT    8 next_unwind_byte
   195: 00007898     0 NOTYPE  LOCAL  DEFAULT   11 $d
   196: 00006cc8    40 FUNC    LOCAL  DEFAULT    8 _Unwind_GetGR.constprop.0
   197: 00006cf0     4 FUNC    LOCAL  DEFAULT    8 unwind_UCB_from_context
   198: 000077a8     0 NOTYPE  LOCAL  DEFAULT   10 $d
   199: 00000a00     0 NOTYPE  LOCAL  DEFAULT   27 $d
   200: 00001c50    16 FUNC    LOCAL  HIDDEN     8 __on_dlclose
   201: 00001c60    20 FUNC    LOCAL  HIDDEN     8 atexit
   202: 00009000     4 OBJECT  LOCAL  HIDDEN    17 __dso_handle
   203: 00008e18   256 OBJECT  LOCAL  HIDDEN    15 _DYNAMIC
   204: 000077d8     0 NOTYPE  LOCAL  HIDDEN    11 __exidx_start
   205: 000078e8     0 NOTYPE  LOCAL  HIDDEN    11 __exidx_end
   206: 00008f44     0 OBJECT  LOCAL  HIDDEN    16 _GLOBAL_OFFSET_TABLE_
   207: 00000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_finalize
   208: 00000000     0 FUNC    GLOBAL DEFAULT  UND __cxa_atexit
   209: 0000924c     0 NOTYPE  GLOBAL DEFAULT  ABS _edata
   210: 0000924c     0 NOTYPE  GLOBAL DEFAULT  ABS __bss_start
   211: 000092b4     0 NOTYPE  GLOBAL DEFAULT  ABS _end
   212: 00000000     0 FUNC    GLOBAL DEFAULT  UND memset
   213: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyErr_Occurred
   214: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyEval_RestoreThread
   215: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyEval_SaveThread
   216: 00000000     0 FUNC    GLOBAL DEFAULT  UND memcpy
   217: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyErr_Format
   218: 00005a94     0 FUNC    GLOBAL DEFAULT    8 __aeabi_idiv
   219: 00000000     0 OBJECT  GLOBAL DEFAULT  UND PyExc_TypeError
   220: 00000000     0 OBJECT  GLOBAL DEFAULT  UND _Py_NoneStruct
   221: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyInt_FromLong
   222: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyObject_CallMethod
   223: 00005a74    32 FUNC    GLOBAL DEFAULT    8 __aeabi_uidivmod
   224: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyImport_ImportModule
   225: 00005b70    32 FUNC    GLOBAL DEFAULT    8 __aeabi_idivmod
   226: 000059cc     0 FUNC    GLOBAL DEFAULT    8 __aeabi_uidiv
   227: 00000000     0 FUNC    GLOBAL DEFAULT  UND PyLong_FromVoidPtr
   228: 00000000     0 FUNC    GLOBAL DEFAULT  UND abort
   229: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_create
   230: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_clone
   231: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_destroy
   232: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_set_ill
   233: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_set_err
   234: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_parse
   235: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_seria
   236: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
   237: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
   238: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
   239: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
   240: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_signature
   241: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_verify
   242: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ecdsa_sign
   243: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_seckey_verif
   244: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_creat
   245: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_privkey_twea
   246: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_tweak
   247: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_privkey_twea
   248: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_tweak
   249: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_context_randomi
   250: 00000000     0 FUNC    GLOBAL DEFAULT  UND secp256k1_ec_pubkey_combi
   251: 00000000     0 OBJECT  GLOBAL DEFAULT  UND secp256k1_nonce_function_
   252: 00000000     0 OBJECT  GLOBAL DEFAULT  UND secp256k1_nonce_function_
   253: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_sign_reco
   254: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recoverab
   255: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recoverab
   256: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recoverab
   257: 00000000     0 NOTYPE  GLOBAL DEFAULT  UND secp256k1_ecdsa_recover
   258: 000058e8   228 FUNC    GLOBAL DEFAULT    8 init_libsecp256k1
   259: 000059cc   168 FUNC    GLOBAL DEFAULT    8 __udivsi3
   260: 00005b90    16 FUNC    WEAK   DEFAULT    8 __aeabi_idiv0
   261: 00005a94   220 FUNC    GLOBAL DEFAULT    8 __divsi3
   262: 00005b90    16 FUNC    WEAK   DEFAULT    8 __aeabi_ldiv0
   263: 00000000     0 FUNC    GLOBAL DEFAULT  UND raise
   264: 00006758     8 FUNC    WEAK   DEFAULT    8 __aeabi_unwind_cpp_pr1
   265: 00006750     8 FUNC    GLOBAL DEFAULT    8 __aeabi_unwind_cpp_pr0
   266: 00006760     8 FUNC    WEAK   DEFAULT    8 __aeabi_unwind_cpp_pr2
   267: 00000000     0 FUNC    WEAK   DEFAULT  UND __gnu_Unwind_Find_exidx
   268: 00006ae4     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_VFP_
   269: 00006ad4     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_VFP
   270: 00006af4     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_VFP_
   271: 00006b04     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_WMMX
   272: 00006b8c     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Restore_WMMX
   273: 00006ac0    20 FUNC    GLOBAL DEFAULT    8 restore_core_regs
   274: 00005fe4     8 FUNC    GLOBAL DEFAULT    8 _Unwind_GetCFA
   275: 00005fec   164 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_RaiseExcepti
   276: 00006090    28 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_ForcedUnwind
   277: 000060ac   116 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Resume
   278: 00006120    32 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Resume_or_Re
   279: 00006140     4 FUNC    GLOBAL DEFAULT    8 _Unwind_Complete
   280: 00006144    32 FUNC    GLOBAL DEFAULT    8 _Unwind_DeleteException
   281: 00006164    92 FUNC    GLOBAL DEFAULT    8 _Unwind_VRS_Get
   282: 000061e8    92 FUNC    GLOBAL DEFAULT    8 _Unwind_VRS_Set
   283: 00006270   196 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Backtrace
   284: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __cxa_begin_cleanup
   285: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __cxa_type_match
   286: 00006cf4   892 FUNC    GLOBAL DEFAULT    8 __gnu_unwind_execute
   287: 00000000     0 NOTYPE  WEAK   DEFAULT  UND __cxa_call_unexpected
   288: 00006768   856 FUNC    GLOBAL DEFAULT    8 _Unwind_VRS_Pop
   289: 00006aec     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_VFP_D
   290: 00006adc     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_VFP
   291: 00006afc     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_VFP_D_1
   292: 00006b48     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_WMMXD
   293: 00006ba0     0 FUNC    GLOBAL DEFAULT    8 __gnu_Unwind_Save_WMMXC
   294: 00006ac0    20 FUNC    GLOBAL DEFAULT    8 __restore_core_regs
   295: 00006bb4    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_RaiseException
   296: 00006bb4    36 FUNC    GLOBAL DEFAULT    8 _Unwind_RaiseException
   297: 00006bd8    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_Resume
   298: 00006bd8    36 FUNC    GLOBAL DEFAULT    8 _Unwind_Resume
   299: 00006bfc    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_Resume_or_Rethr
   300: 00006bfc    36 FUNC    GLOBAL DEFAULT    8 _Unwind_Resume_or_Rethrow
   301: 00006c20    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_ForcedUnwind
   302: 00006c20    36 FUNC    GLOBAL DEFAULT    8 _Unwind_ForcedUnwind
   303: 00006c44    36 FUNC    GLOBAL DEFAULT    8 ___Unwind_Backtrace
   304: 00006c44    36 FUNC    GLOBAL DEFAULT    8 _Unwind_Backtrace
   305: 00007070    64 FUNC    GLOBAL DEFAULT    8 __gnu_unwind_frame
   306: 000070b0    16 FUNC    GLOBAL DEFAULT    8 _Unwind_GetRegionStart
   307: 000070c0    28 FUNC    GLOBAL DEFAULT    8 _Unwind_GetLanguageSpecif
   308: 000070dc     8 FUNC    GLOBAL DEFAULT    8 _Unwind_GetDataRelBase
   309: 000070e4     8 FUNC    GLOBAL DEFAULT    8 _Unwind_GetTextRelBase

from pywallet.

AndreMiras avatar AndreMiras commented on June 13, 2024

Fixed with recent commits

from pywallet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.