[roll] Roll fuchsia [Bind] Decode composite bind rules

- Rename DecodedBindProgram to DecodedBindRules
- Add a DecodedCompositeBindRules struct which
  reads in the given bytecode, verifies the
  header, and divide it into the symbol table,
  primary node instructions, and additional node
  instructions.

Original-Bug: 77624
Tests: Added unit tests in decode_bind_rules.rs
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/544603
Original-Revision: 2092f0d80868ddc8889dd3b4dfdbc29d3a83e0d4
GitOrigin-RevId: dc44eb385da96a62afc2242af8ea6b4d27c79425
Change-Id: I1a53bc42272e592e3cea5f321cd25f1b601ef28b
1 file changed
tree: 6d4d5fd485ee6399e47cacb790b9a18cd2b5a5c8
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.