In `src/print/fuchsia.rs`, `Phdr::notes` computes the in-memory note address as `base + p_offset`, but ELF `Elf_Phdr.p_offset` is a file offset.
In
src/print/fuchsia.rs,Phdr::notescomputes the in-memory note address asbase + p_offset, but ELFElf_Phdr.p_offsetis a file offset.