Guitarix
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
q
r
s
t
u
w
Functions
a
b
c
d
e
f
g
l
m
p
r
s
t
u
Variables
Typedefs
Enumerations
Enumerator
i
k
n
p
s
t
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
Enumerations
Enumerator
_
a
b
c
d
e
f
g
k
l
m
n
o
p
r
s
t
u
v
w
Related Functions
:
c
g
j
l
m
o
p
r
s
u
Files
File List
File Members
All
_
a
c
d
e
f
g
i
l
m
n
o
p
r
s
u
Functions
_
a
c
e
f
g
l
m
n
p
s
Typedefs
Enumerations
Enumerator
Macros
_
a
d
f
g
l
m
n
o
p
r
s
u
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
gx_compiler.h
Go to the documentation of this file.
1
#ifndef SRC_HEADERS_GX_COMPILER_H_
2
#define SRC_HEADERS_GX_COMPILER_H_
3
#ifdef __APPLE__
4
#define __rt_func
//__attribute__((section("TEXT,.rt.text")))
5
#define __rt_data
//__attribute__((section("DATA,.rt.data")))
6
#else
7
#define __rt_func __attribute__((section(".rt.text"
)))
8
#define __rt_data __attribute__((section(".rt.data"
)))
9
#endif
10
#endif
// SRC_HEADERS_GX_COMPILER_H_
src
headers
gx_compiler.h
Generated on Tue Jan 17 2023 20:33:43 for Guitarix by
1.9.4