RTEMS CPU Kit with SuperCore
4.11.3
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
+
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
+
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
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
q
r
s
t
u
v
w
+
Variables
_
b
c
d
i
r
+
Typedefs
a
b
c
d
f
h
i
m
o
p
q
r
s
t
u
w
x
+
Enumerations
b
c
d
e
h
i
m
o
p
r
s
t
w
+
Enumerator
c
i
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
mnt
data0
chrisj
rtems
releases
rtems-release.git
4.11.3
ws-rtems
rtems-4.11.3
cpukit
libdl
include
arch
lm32
machine
elf_machdep.h
Go to the documentation of this file.
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.8.13