libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 19 Jan 2016 16:46:20 +0000
changeset 9 40f9438e9de3
parent 2 88445baa732f
child 13 b3d0f59702b7
permissions -rw-r--r--
Updated after rename of section type to section format. Implemented section allocation routines.

/*
 * $Header$
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: jv_dragonfly.
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>

#ifdef WIN32
# pragma codeseg INITCODE "INITCODE"
#endif

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libjv_dragonfly_Init() INIT_TEXT_SECTION;
DLL_EXPORT void _libjv_dragonfly_InitDefinition() INIT_TEXT_SECTION;
#endif

void _libjv_dragonfly_InitDefinition(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libjv_dragonfly__DFN", _libjv_dragonfly_InitDefinition, "jv:dragonfly");
_jv_137dragonfly_Init(pass,__pRT__,snd);

__END_PACKAGE__();
}

void _libjv_dragonfly_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libjv_dragonfly", _libjv_dragonfly_Init, "jv:dragonfly");
_CompiledCodeObject_Init(pass,__pRT__,snd);
_CompiledCodeObjectSectionFormat_Init(pass,__pRT__,snd);
_jv_137dragonfly_Init(pass,__pRT__,snd);
_CompiledCodeObjectSection_Init(pass,__pRT__,snd);

_jv_137dragonfly_extensions_Init(pass,__pRT__,snd);
__END_PACKAGE__();
}