simulavr  1.1.0
avrreadelf.cpp File Reference
#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)
 

Function Documentation

◆ ELFGetSignature()

unsigned int ELFGetSignature ( const char *  filename)

Definition at line 166 of file avrreadelf.cpp.

References avr_error.

◆ ELFLoad()