| Linux Standard Base Core Specification 4.1 | ||
|---|---|---|
| <<< Previous | Chapter 12. Base Libraries | Next >>> |
Table 12-49 defines the library name and shared object name for the libgcc_s library
The behavior of the interfaces in this library is specified by the following specifications:
| [LSB] This Specification |
An LSB conforming implementation shall provide the generic functions for Unwind Library specified in Table 12-50, with the full mandatory functionality as described in the referenced underlying specification.
Table 12-50. libgcc_s - Unwind Library Function Interfaces
| _Unwind_Backtrace [LSB] | _Unwind_DeleteException [LSB] | _Unwind_FindEnclosingFunction [LSB] | _Unwind_ForcedUnwind [LSB] |
| _Unwind_GetCFA [LSB] | _Unwind_GetGR [LSB] | _Unwind_GetIP [LSB] | _Unwind_GetIPInfo(GCC_4.2.0) [LSB] |
| _Unwind_GetLanguageSpecificData [LSB] | _Unwind_GetRegionStart [LSB] | _Unwind_RaiseException [LSB] | _Unwind_Resume [LSB] |
| _Unwind_Resume_or_Rethrow [LSB] | _Unwind_SetGR [LSB] | _Unwind_SetIP [LSB] |
| <<< Previous | Home | Next >>> |
| pthread_rwlockattr_getkind_np, pthread_rwlockattr_setkind_np | Up | Data Definitions for libgcc_s |