summaryrefslogtreecommitdiff
path: root/other/burneye2/elf/elf_execute.c
blob: 3419d9261c4816f2aa3521f752ed2bc87b9d0430 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* elf_execute.c - simple execution layer
 *
 * by scut
 */

#include <stdio.h>

#include <elf_base.h>
#include <elf_reloc.h>
#include <ia32-function.h>


void
elf_execute (elf_base *elf, ia32_function **flist, unsigned int flist_count,
	elf_reloc_list *reloc_text)
{

}