10.9. Interfaces for libgcc_s

Table 10-47 defines the library name and shared object name for the libgcc_s library

Table 10-47. libgcc_s Definition

Library:libgcc_s
SONAME:libgcc_s.so.1

The behavior of the interfaces in this library is specified by the following specifications:

[LSB] ISO/IEC 23360 Part 1

10.9.1. Unwind Library

10.9.1.1. Interfaces for Unwind Library

An LSB conforming implementation shall provide the architecture specific functions for Unwind Library specified in Table 10-48, with the full mandatory functionality as described in the referenced underlying specification.

Table 10-48. libgcc_s - Unwind Library Function Interfaces

_Unwind_Backtrace(GCC_3.3) [LSB]_Unwind_DeleteException(GCC_3.0) [LSB]_Unwind_FindEnclosingFunction(GCC_3.3) [LSB]_Unwind_ForcedUnwind(GCC_3.0) [LSB]
_Unwind_GetBSP(GCC_3.3.2) [LSB]_Unwind_GetCFA(GCC_3.3) [LSB]_Unwind_GetGR(GCC_3.0) [LSB]_Unwind_GetIP(GCC_3.0) [LSB]
_Unwind_GetLanguageSpecificData(GCC_3.0) [LSB]_Unwind_GetRegionStart(GCC_3.0) [LSB]_Unwind_RaiseException(GCC_3.0) [LSB]_Unwind_Resume(GCC_3.0) [LSB]
_Unwind_Resume_or_Rethrow(GCC_3.3) [LSB]_Unwind_SetGR(GCC_3.0) [LSB]_Unwind_SetIP(GCC_3.0) [LSB]