1.7. Interfaces for libgcc_s

Table 1-30 defines the library name and shared object name for the libgcc_s library

Table 1-30. 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:

this specification

1.7.1. Unwind Library

1.7.1.1. Interfaces for Unwind Library

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

Table 1-31. libgcc_s - Unwind Library Function Interfaces

_Unwind_DeleteException(GCC_3.0) [1]_Unwind_GetDataRelBase(GCC_3.0) [1]_Unwind_GetLanguageSpecificData(GCC_3.0) [1]_Unwind_RaiseException(GCC_3.0) [1]_Unwind_SetIP(GCC_3.0) [1]
_Unwind_Find_FDE(GCC_3.0) [1]_Unwind_GetGR(GCC_3.0) [1]_Unwind_GetRegionStart(GCC_3.0) [1]_Unwind_Resume(GCC_3.0) [1] 
_Unwind_ForcedUnwind(GCC_3.0) [1]_Unwind_GetIP(GCC_3.0) [1]_Unwind_GetTextRelBase(GCC_3.0) [1]_Unwind_SetGR(GCC_3.0) [1] 

Referenced Specification(s)