#include <assert.h>#include <string.h>#include <fstream>#include <iomanip>#include "AddressDataBus.h"#include "components/CPUComponent.h"#include "FileLoader_ELF.h"#include "thirdparty/exec_elf.h"Go to the source code of this file.
Macros | |
| #define | N_ELF_MACHINE_TYPES 89 |
| #define | ELF_HEADER_VAR(hdr32, hdr64, type, name) |
| #define ELF_HEADER_VAR | ( | hdr32, | |
| hdr64, | |||
| type, | |||
| name | |||
| ) |
Referenced by FileLoader_ELF::LoadIntoComponent().
| #define N_ELF_MACHINE_TYPES 89 |
Definition at line 45 of file FileLoader_ELF.cc.
Referenced by FileLoader_ELF::LoadIntoComponent().
1.8.13