12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- .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
|