123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- .global __aeabi_SIG_DFL
- .hidden __aeabi_SIG_DFL
- .type __aeabi_SIG_DFL, %function
- .set __aeabi_SIG_DFL, 0
- .global __aeabi_SIG_IGN
- .hidden __aeabi_SIG_IGN
- .type __aeabi_SIG_IGN, %function
- .set __aeabi_SIG_IGN, 1
- .global __aeabi_SIG_ERR
- .hidden __aeabi_SIG_ERR
- .type __aeabi_SIG_ERR, %function
- .set __aeabi_SIG_ERR, -1
|