fcml  1.2.2
fcml_gas_dialect.h
Go to the documentation of this file.
1 /*
2  * FCML - Free Code Manipulation Library.
3  * Copyright (C) 2010-2020 Slawomir Wojtasiak
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; either
8  * version 2.1 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this library; if not, write to the Free Software
17  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18  */
19 
26 #ifndef FCML_ASM_DIALECT_GAS_H_
27 #define FCML_ASM_DIALECT_GAS_H_
28 
29 #include "fcml_lib_export.h"
30 
31 #include "fcml_errors.h"
32 #include "fcml_dialect.h"
33 
34 #ifdef __cplusplus
35 extern "C" {
36 #endif
37 
40 #define FCML_GAS_DIALECT_CF_SYSV_SVR32_INCOMPATIBLE 0x00000001
41 
43 #define FCML_GAS_DIALECT_CF_DEFAULT 0
44 
55 LIB_EXPORT fcml_ceh_error LIB_CALL fcml_fn_dialect_init_gas(
56  fcml_uint32_t config_flags, fcml_st_dialect **dialect);
57 
58 #ifdef __cplusplus
59 }
60 #endif
61 
62 #endif /* FCML_ASM_DIALECT_GAS_H_ */
struct fcml_st_dialect fcml_st_dialect
Assembler dialect.
Definition: fcml_dialect.h:36
Handles Win32 DLL symbols importing/exporting.
LIB_EXPORT fcml_ceh_error LIB_CALL fcml_fn_dialect_init_gas(fcml_uint32_t config_flags, fcml_st_dialect **dialect)
Initializes AT&T dialect.
Structures and functions related to dialects.
Global error handling related declarations.
fcml_uint16_t fcml_ceh_error
All error codes should be held in variables of this type.
Definition: fcml_errors.h:156