[roll] Roll fuchsia [dl] Refactor dl-iterate-phdr testing data structures

This CL is a follow up to remaining comments in
Id3de14975827492c34a9068f634c3f1ff7dc8568:

- The distilliation type `struct ModulePhdrInfo` replaces the wrapper
  `class ModulePhdrInfo` to give a more concise data structure to use
  in tests.
- Renamed things:
    - CollectPhdrInfo -> CollectModulePhdrInfo
    - PhdrInfoList -> ModulePhdrInfoList
- The helper GetPhdrInfoForModule is introduced for tests to get the
  `dl_phdr_info` for just a specific module
- GetGlobalCounters is introduced to query the dlpi_adds, dlpi_subs
  state in a test.

Original-Bug: 391900070
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1200745
Original-Revision: 1d7168658f03a211f4ab663e73a407d0a704bfd0
GitOrigin-RevId: d9491e579d40447ce3a62197277c84c27460276e
Change-Id: I27869f8101d4a4abe21dbbfd86b49688bc044158
1 file changed
tree: 9038980f1cecff29d5e8931bb6d061e3ae8d40f4
  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 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.