ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
emu_elf_view_t Struct Reference

Transient view into caller-owned bounded scratch. More...

#include <emu_elf.h>

Data Fields

const uint8_t * bytes
 Scratch containing the exact source bytes.
size_t length
 Published exact byte count.
uint64_t offset
 Starting source offset.

Detailed Description

Transient view into caller-owned bounded scratch.

Definition at line 97 of file emu_elf.h.

Field Documentation

◆ bytes

const uint8_t* emu_elf_view_t::bytes

Scratch containing the exact source bytes.

Definition at line 98 of file emu_elf.h.

Referenced by internal_stream_segment().

◆ length

size_t emu_elf_view_t::length

Published exact byte count.

Definition at line 99 of file emu_elf.h.

◆ offset

uint64_t emu_elf_view_t::offset

Starting source offset.

Definition at line 100 of file emu_elf.h.


The documentation for this struct was generated from the following file: