OSDN Git Service

linker: check if needed_by is nullptr
authorDimitry Ivanov <dimitry@google.com>
Mon, 1 Feb 2016 20:32:22 +0000 (12:32 -0800)
committerDimitry Ivanov <dimitry@google.com>
Mon, 1 Feb 2016 20:32:22 +0000 (12:32 -0800)
commitf53e7de4e97673195ef2faf52f777352660de2a8
tree5b2b8a89023f91e9c02508baa057393e01272fe8
parent1516f02229bd4b0ed40a8da9b60f5f568354e178
linker: check if needed_by is nullptr

Check if needed_by is nullptr in the grey-list warning
also print the name of the library making call to dlopen()

Bug: http://b/26749878
Change-Id: I4e16223a3e3d8d1539f855a0b3f199c5529027e0
linker/linker.cpp