summaryrefslogtreecommitdiff
path: root/rts/linker/Elf.h
blob: 57ec46e146a78bb464dee954092e73626a5bcfc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include "Rts.h"
#include "LinkerInternals.h"

#include "BeginPrivate.h"

int ocVerifyImage_ELF    ( ObjectCode* oc );
int ocGetNames_ELF       ( ObjectCode* oc );
int ocResolve_ELF        ( ObjectCode* oc );
int ocRunInit_ELF        ( ObjectCode* oc );
int ocAllocateSymbolExtras_ELF( ObjectCode *oc );

#include "EndPrivate.h"