[roll] Roll fuchsia [dl] LoadModule::Load retrieves file

This CL refactors LoadModule::Load to retrieve the file. This is done
because retrieving the file is a common step for loading the main module
and dependencies; and it's practical to perform both in a single
function.

For now, the dyn phdr and needed count are stored in LoadModule to make
them easy to access during dependency parsing.

Original-Bug: 323419430
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1019337
Original-Revision: fd804a02b9ba3840bdf7a628eae534c8fff950ec
GitOrigin-RevId: 19c09537785e616e4972556f183e28b54feddb31
Change-Id: I2c58f32dfe3604d5861fa574c61cb5b6fdd2f740
1 file changed
tree: 33a44ac366147145f27b3d83869a4778930aef42
  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.