[roll] Roll fuchsia [dl] Rename RuntimeDynamicLinker modules list

This renames the RuntimeDynamicLinker's `loaded_modules_` class
variable to `modules_` to help clarify that the modules in this list are
permanent ModuleHandles and not LoadModules.

Local variables for are also renamed to prepare for forthcoming changes
that will introduce separate module handle vs load module lists in
RuntimeDynamicLinker methods.

Some trivial fixes to comments are also made.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1045228
Original-Revision: dc6956c5242b191129fce4c6b2bb1d2336814063
GitOrigin-RevId: ca829d8037ed2a3d69e23b826e531640c169afdd
Change-Id: Ia520854564eb2258cfbb28164a2a5abe5dab0ca5
1 file changed
tree: 4d4fe0e46d98670dc1070eefaebfa6c10c3b5e0f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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 via the IRC channel #fuchsia on Freenode.

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.