RTEMS
5.1
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