libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 17 Nov 2017 13:44:50 -0300
changeset 47 58bc3165af87
parent 27 73e7acbd16ff
permissions -rw-r--r--
libudis86sx: Fixed build support files

/*
 * $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 _VMConstants_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);

extern void _jv_137dragonfly_extensions_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);
    _VMConstants_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__();
}