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

Accumulator for the lowest executable segment VMA. More...

Data Fields

uint32_t base
 Current lowest VMA.
bool found
 Whether any segment was seen.

Detailed Description

Accumulator for the lowest executable segment VMA.

Definition at line 291 of file emu_elf.c.

Field Documentation

◆ base

uint32_t emu_elf_vector_ctx_t::base

Current lowest VMA.

Definition at line 292 of file emu_elf.c.

Referenced by elf_vector_base(), and internal_vector_segment().

◆ found

bool emu_elf_vector_ctx_t::found

Whether any segment was seen.

Definition at line 293 of file emu_elf.c.

Referenced by elf_vector_base(), and internal_vector_segment().


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