On Wed, Sep 16, 2015 at 07:42:43AM +0300, Elan Ruusamäe wrote:
> On 15.09.2015 19:58, qboosh wrote:
> >+# std::__once_call, std::__once_callable non-function symbols
> >+%define             skip_post_check_so      librocksdb.so.*
> >+
> 
> should the check_so function be fixed? to exclude non-functions?

Not so easy with current approach.
This check uses `objdump -T` output, filtered for non-weak symbols
not defined in particular library (*UND*) and having "normal" type
(i.e. not resolved as functions, files or objects).
Unfortunately `objdump -T` output for resolved symbols referring to
e.g. data structures doesn't differ from unresolved symbols of any
kind.


-- 
Jakub Bogusz    http://qboosh.pl/
_______________________________________________
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to