libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 17 Jun 2016 17:25:15 +0100
changeset 26 8eb6716029aa
parent 24 5aace704e3c8
child 27 73e7acbd16ff
permissions -rw-r--r--
Merge

/*
 * $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

extern void _CompiledCodeObjectSectionFormat_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _VMOffsets_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _jv_137dragonfly_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _CompiledCodeObject_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _CompiledCodeObjectSection_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _VMData_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);


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

  __END_PACKAGE__();
}

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

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