Konstantin Belousov ff17bc61e2 Prevent rtld_verify_object_versions() from being called several times
for the same object. This can happen when object is a dependency of the
dlopen()ed dso. When called several times, we waste time due to unneeded
processing, and memory, because obj->vertab is allocated anew on each
iteration.

Reviewed by:	kan
MFC after:	2 weeks
2012-03-27 14:10:15 +00:00
..
2012-01-07 16:09:54 +00:00
2012-03-26 15:18:14 +00:00
2012-01-07 16:09:54 +00:00
2012-01-07 16:09:54 +00:00
2012-01-07 16:09:54 +00:00
2010-02-26 09:41:16 +00:00
2010-12-19 13:05:17 +00:00
2012-01-07 16:09:54 +00:00
2012-01-07 16:09:54 +00:00
2009-12-03 15:48:24 +00:00