K 10 svn:author V 6 emaste K 8 svn:date V 27 2014-11-14T21:52:31.616113Z K 7 svn:log V 362 Always return pathname in dl_iterate_phdr's dlpi_name, as Linux does Linux LD_ITERATE_PHDR(3): The dlpi_name field is a null-terminated string giving the pathname from which the shared object was loaded. That functionality is much more useful than returning just the short name. Update dl_iterate_phdr(3) to follow r272842 MFC of r272842 and r272848 END