RTEMS
5.1
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
libdl
rtl-trampoline.h
Go to the documentation of this file.
1
/*
2
* COPYRIGHT (c) 2019 Chris Johns <chrisj@rtems.org>
3
*
4
* The license and distribution terms for this file may be
5
* found in the file LICENSE in this distribution or at
6
* http://www.rtems.org/license/LICENSE.
7
*/
57
#if !defined (_RTEMS_RTL_TRAMPOLINE_H_)
58
#define _RTEMS_RTL_TRAMPOLINE_H_
59
60
#include <
rtems/rtl/rtl-unresolved.h
>
61
62
#ifdef __cplusplus
63
extern
"C"
{
64
#endif
/* __cplusplus */
65
77
bool
rtems_rtl_trampoline_add
(
rtems_rtl_obj
* obj,
78
const
uint16_t flags,
79
const
uint16_t sect,
80
const
rtems_rtl_word
symvalue,
81
const
rtems_rtl_word
* rel);
82
88
void
rtems_rtl_trampoline_remove
(
rtems_rtl_obj
* obj);
89
90
#ifdef __cplusplus
91
}
92
#endif
/* __cplusplus */
93
94
#endif
rtems_rtl_obj
Definition:
rtl-obj.h:183
rtems_rtl_trampoline_add
bool rtems_rtl_trampoline_add(rtems_rtl_obj *obj, const uint16_t flags, const uint16_t sect, const rtems_rtl_word symvalue, const rtems_rtl_word *rel)
Definition:
rtl-unresolved.c:678
rtems_rtl_trampoline_remove
void rtems_rtl_trampoline_remove(rtems_rtl_obj *obj)
Definition:
rtl-unresolved.c:720
rtems_rtl_word
uint32_t rtems_rtl_word
Definition:
rtl-unresolved.h:67
rtl-unresolved.h
RTEMS Run-Time Linker Object File Unresolved Relocations Table.
Generated by
1.8.15