|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Incremental exact string comparison state. More...
Data Fields | |
| const char * | expected |
| Expected NUL-terminated name. | |
| size_t | length |
| Expected length excluding NUL. | |
| size_t | compared |
| Bytes compared so far. | |
| bool | equal |
| Sticky exact-prefix equality. | |
Incremental exact string comparison state.
Definition at line 328 of file emu_elf_symbols.c.
| size_t emu_elf_name_match_t::compared |
Bytes compared so far.
Definition at line 331 of file emu_elf_symbols.c.
Referenced by internal_lookup_symbol(), and internal_name_chunk().
| bool emu_elf_name_match_t::equal |
Sticky exact-prefix equality.
Definition at line 332 of file emu_elf_symbols.c.
Referenced by internal_lookup_symbol(), and internal_name_chunk().
| const char* emu_elf_name_match_t::expected |
Expected NUL-terminated name.
Definition at line 329 of file emu_elf_symbols.c.
Referenced by internal_name_chunk().
| size_t emu_elf_name_match_t::length |
Expected length excluding NUL.
Definition at line 330 of file emu_elf_symbols.c.
Referenced by internal_lookup_symbol(), and internal_name_chunk().