RTEMS
5.2
Toggle main menu visibility
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
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
y
z
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
y
z
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
Typedefs
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
w
x
Enumerations
a
b
c
e
h
i
l
m
o
p
q
r
s
t
w
Enumerator
a
c
d
h
i
l
m
p
r
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
cpukit
score
cpu
lm32
include
machine
elf_machdep.h
1
#define ELF32_MACHDEP_ENDIANNESS ELFDATA2MSB
2
3
#define ELF32_MACHDEP_ID_CASES \
4
case EM_LATTICEMICO32: \
5
break;
6
7
#define ELF32_MACHDEP_ID EM_LATTICEMICO32
8
9
#define EF_MACH32_MACH 0x00000001
10
11
//#define EF_BLACKFIN
12
13
#define ARCH_ELFSIZE 32
14
15
#define R_LM32_NONE 0
16
#define R_LM32_8 1
17
#define R_LM32_16 2
18
#define R_LM32_32 3
19
#define R_LM32_HI16 4
20
#define R_LM32_LO16 5
21
#define R_LM32_GPREL16 6
22
#define R_LM32_CALL 7
23
#define R_LM32_BRANCH 8
24
#define R_LM32_GNU_VTINHERIT 9
25
#define R_LM32_GNU_VTENTRY 10
26
#define R_LM32_16_GOT 11
27
#define R_LM32_GOTOFF_HI16 12
28
#define R_LM32_GOTOFF_LO16 13
29
#define R_LM32_COPY 14
30
#define R_LM32_GLOT_DAT 15
31
#define R_LM32_JMP_SLOT 16
32
#define R_LM32_RELATIVE 17
33
34
#define R_TYPE(name) __CONCAT(R_LM32_,name)
Generated by
1.9.4