|
simulavr
1.1.0
|
#include <string>#include <map>#include <limits>#include "elfio/elfio.hpp"#include "config.h"#include "flash.h"#include "hweeprom.h"#include "avrreadelf.h"Go to the source code of this file.
Functions | |
| void | ELFLoad (const AvrDevice *core) |
| unsigned int | ELFGetSignature (const char *filename) |
| unsigned int ELFGetSignature | ( | const char * | filename | ) |
Definition at line 166 of file avrreadelf.cpp.
References avr_error.
| void ELFLoad | ( | const AvrDevice * | core | ) |
Definition at line 38 of file avrreadelf.cpp.
References AvrDevice::actualFilename, Memory::AddSymbol(), avr_error, avr_warning, AvrDevice::data, AvrDevice::devSignature, AvrDevice::eeprom, AvrDevice::Flash, AvrDevice::fuses, AvrFuses::LoadFuses(), AvrLockBits::LoadLockBits(), AvrDevice::lockbits, AvrFlash::WriteMem(), and HWEeprom::WriteMem().
Referenced by AvrDevice::GetMemERamSize(), and AvrDevice::Load().