On Mon, Nov 23, 2015 at 10:12 AM, Maarten Hoes <hoes.maarten@gmail.com>
wrote:
Thanks. Would this be helpful ?
$ nm --dynamic
/home/maarten/src/libreoffice/core/instdir/program/liborcus-0.10.so.0 |
grep _ZNSt8ios_base7failureC2EPKcRKSt10error_code
                 U _ZNSt8ios_base7failureC2EPKcRKSt10error_code
$ readelf -Ws
/home/maarten/src/libreoffice/core/instdir/program/liborcus-0.10.so.0 |
grep _ZNSt8ios_base7failureC2EPKcRKSt10error_code
   229: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  UND
_ZNSt8ios_base7failureC2EPKcRKSt10error_code
  9105: 0000000000000000     0 NOTYPE  GLOBAL DEFAULT  UND
_ZNSt8ios_base7failureC2EPKcRKSt10error_code
Ah. That only tells you what you already knew, sorry :
$ nm --defined-only --dynamic
/home/maarten/src/libreoffice/core/instdir/program/liborcus-0.10.so.0 |
grep _ZNSt8ios_base7failureC2EPKcRKSt10error_code
$
(no matches)
Context
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.