[roll] Roll fuchsia [dl] Test a file can be lookedup by DT_SONAME

This CL tests that the RuntimeDynamicLinker can find a file by its
DT_SONAME when it is different from the name it was opened by.

These are the code paths that will support a match against both
DT_SONAME and filename:

- FindModule in the main dlopen code path to check if the dlopen-ed
  module is already loaded.
- LinkingSession looking in loaded_modules_ to check if a dependency is
  already loaded.

These remaining code paths will be tested in forthcoming CLs:
- ReifyModuleTree when constructing the module tree
- LinkingSession when looking in the current session_modules_ list
- Paths in lib/ld that perform similar module lookups.

Original-Bug: 368112176
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1121997
Original-Revision: 684b137764c95671d6e83770653ae3284a5c5f55
GitOrigin-RevId: 306d05c284491a4abf9e2ef18d878f250252ebbc
Change-Id: I7218b4cb313c41c8a289450f841fc5fb76bb7dae
1 file changed
tree: 74bd8e0dbce50fabfadbfc44af78b9c65aafc3ab
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.