O64.xcc

Benoit Dupont de Dinechin (Benoit.Dupont-de-Dinechinst.com). Christophe Guillon (Christophe.Guillonst.com).

Copyright 2002 - 2007 STMicroelectronics. Copyright 1995 - 1998 Commissariat a l'Energie Atomique.

This program is free software; you can redistribute it and/or modify it under the terms of either (at your option): the GNU General Public License (GPL) version 2; the GNU Lesser General Public License (LGPL) version 2.1; any later version of these licences as published by the Free Software Foundation.

The O64 (Open64) library contains the following modules:

O64_XMLIN— File handle used to print the XML before optimizations.
extern FILE *O64_XMLIN;
#ifdef ECL_NTRACE
#define O64_XMLIN NULL
#endif//ECL_NTRACE
O64_XMLOUT— File handle used to print the XML after optimizations.
extern FILE *O64_XMLOUT;
#ifdef ECL_NTRACE
#define O64_XMLOUT NULL
#endif//ECL_NTRACE
O64_Initialize— Call the INIT functions of the libraries.
void
O64_Initialize(void);
O64_Open— Open the libraries.
void
O64_Open(void);
O64_Close— Close the libraries.
void
O64_Close(void);
O64_Finalize— Call the FINI functions of the libraries.
void
O64_Finalize(void);
O64_INIT— O64 init function.
void
O64_INIT(void);
O64_FINI— O64 fini function.
void
O64_FINI(void);