[roll] Roll fuchsia [dl] Introduce AdjustLoadBiasAdaptor

This is a wrapper around the ld::ModuleMemory object to be used by
the `DecodeModule` function in the DlImplTests fixture.

AdjustLoadBiasAdaptor will attempt to perform a read on the underlying
memory object using the initial `ptr` value passed in: if that read
fails, it will try to read again with `ptr - load_bias`, as is needed
for linux.

Original-Bug: 324136831
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1147858
Original-Revision: a99ea2f8e82febef33ea086d1547e6c5b7869965
GitOrigin-RevId: 0595474fd95382dec85ab3ca61c21a8b576bb600
Change-Id: Ice063f0d55b825e90175af02aec8956a9e6b36d7
1 file changed
tree: d012805038edc6f83e60dea8e6e018c69f042b85
  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.