------- Comment #12 from dougmencken at gmail dot com 2010-04-27 19:13 ------- $ cat /usr/lib/libgcc_s.so /* GNU ld script Use the shared library, but some functions are only in the static library. */ GROUP ( libgcc_s.so.1 libgcc.a )
$ readelf -s /usr/lib/libgcc_s.so.1 | grep Unwind 3: 00010a80 580 FUNC GLOBAL DEFAULT 9 _Unwind_Find_FDE@@GCC_3.0 11: 0000bd78 8 FUNC GLOBAL DEFAULT 9 _Unwind_GetIP@@GCC_3.0 19: 0000e84c 496 FUNC GLOBAL DEFAULT 9 _Unwind_Resume_or_Rethrow@@GCC_3.3 26: 0000bda4 8 FUNC GLOBAL DEFAULT 9 _Unwind_GetRegionStart@@GCC_3.0 27: 0000ea74 456 FUNC GLOBAL DEFAULT 9 _Unwind_Backtrace@@GCC_3.3 30: 0000bccc 8 FUNC GLOBAL DEFAULT 9 _Unwind_GetCFA@@GCC_3.3 68: 0000e654 504 FUNC GLOBAL DEFAULT 9 _Unwind_Resume@@GCC_3.0 69: 0000ea3c 56 FUNC GLOBAL DEFAULT 9 _Unwind_DeleteException@@GCC_3.0 89: 0000e1e0 648 FUNC GLOBAL DEFAULT 9 _Unwind_RaiseException@@GCC_3.0 94: 0000bd94 8 FUNC GLOBAL DEFAULT 9 _Unwind_SetIP@@GCC_3.0 116: 0000bdec 8 FUNC GLOBAL DEFAULT 9 _Unwind_GetTextRelBase@@GCC_3.0 118: 0000bdac 56 FUNC GLOBAL DEFAULT 9 _Unwind_FindEnclosingFunc@@GCC_3.3 119: 0000bd9c 8 FUNC GLOBAL DEFAULT 9 _Unwind_GetLanguageSpecif@@GCC_3.0 122: 0000e468 492 FUNC GLOBAL DEFAULT 9 _Unwind_ForcedUnwind@@GCC_3.0 126: 0000bcd8 160 FUNC GLOBAL DEFAULT 9 _Unwind_SetGR@@GCC_3.0 132: 0000bc44 136 FUNC GLOBAL DEFAULT 9 _Unwind_GetGR@@GCC_3.0 136: 0000bde4 8 FUNC GLOBAL DEFAULT 9 _Unwind_GetDataRelBase@@GCC_3.0 159: 0000b6a4 4 FUNC LOCAL DEFAULT 9 _Unwind_DebugHook 169: 0000debc 276 FUNC LOCAL DEFAULT 9 _Unwind_ForcedUnwind_Phas 170: 0000dfd0 244 FUNC LOCAL DEFAULT 9 _Unwind_RaiseException_Ph 189: 000100e8 1308 FUNC LOCAL DEFAULT 9 _Unwind_IteratePhdrCallba 212: 0000bd80 20 FUNC LOCAL DEFAULT 9 _Unwind_GetIPInfo 242: 00010a80 580 FUNC GLOBAL DEFAULT 9 _Unwind_Find_FDE 250: 0000bd78 8 FUNC GLOBAL DEFAULT 9 _Unwind_GetIP 258: 0000e84c 496 FUNC GLOBAL DEFAULT 9 _Unwind_Resume_or_Rethrow 265: 0000bda4 8 FUNC GLOBAL DEFAULT 9 _Unwind_GetRegionStart 266: 0000ea74 456 FUNC GLOBAL DEFAULT 9 _Unwind_Backtrace 269: 0000bccc 8 FUNC GLOBAL DEFAULT 9 _Unwind_GetCFA 307: 0000e654 504 FUNC GLOBAL DEFAULT 9 _Unwind_Resume 308: 0000ea3c 56 FUNC GLOBAL DEFAULT 9 _Unwind_DeleteException 328: 0000e1e0 648 FUNC GLOBAL DEFAULT 9 _Unwind_RaiseException 333: 0000bd94 8 FUNC GLOBAL DEFAULT 9 _Unwind_SetIP 355: 0000bdec 8 FUNC GLOBAL DEFAULT 9 _Unwind_GetTextRelBase 357: 0000bdac 56 FUNC GLOBAL DEFAULT 9 _Unwind_FindEnclosingFunc 358: 0000bd9c 8 FUNC GLOBAL DEFAULT 9 _Unwind_GetLanguageSpecif 361: 0000e468 492 FUNC GLOBAL DEFAULT 9 _Unwind_ForcedUnwind 365: 0000bcd8 160 FUNC GLOBAL DEFAULT 9 _Unwind_SetGR 371: 0000bc44 136 FUNC GLOBAL DEFAULT 9 _Unwind_GetGR 375: 0000bde4 8 FUNC GLOBAL DEFAULT 9 _Unwind_GetDataRelBase -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42347