RTEMS  5.1
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 
61 
62 #ifdef __cplusplus
63 extern "C" {
64 #endif /* __cplusplus */
65 
78  const uint16_t flags,
79  const uint16_t sect,
80  const rtems_rtl_word symvalue,
81  const rtems_rtl_word* rel);
82 
89 
90 #ifdef __cplusplus
91 }
92 #endif /* __cplusplus */
93 
94 #endif
Definition: rtl-obj.h:183
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
void rtems_rtl_trampoline_remove(rtems_rtl_obj *obj)
Definition: rtl-unresolved.c:720
uint32_t rtems_rtl_word
Definition: rtl-unresolved.h:67
RTEMS Run-Time Linker Object File Unresolved Relocations Table.