RTEMS  5.0.0
rtl-unwind.h
Go to the documentation of this file.
1 /*
2  * COPYRIGHT (c) 2016, 2018 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  */
16 #if !defined (_RTEMS_RTL_UNWIND_H_)
17 #define _RTEMS_RTL_UNWIND_H_
18 
19 #include "rtl-elf.h"
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif /* __cplusplus */
24 
36  const char* name,
37  uint32_t flags);
38 
48 
58 
59 #ifdef __cplusplus
60 }
61 #endif /* __cplusplus */
62 
63 #endif
bool rtems_rtl_elf_unwind_parse(const rtems_rtl_obj *obj, const char *name, uint32_t flags)
Definition: rtl-mdreloc-arm.c:555
Definition: rtl-obj.h:183
bool rtems_rtl_elf_unwind_register(rtems_rtl_obj *obj)
Definition: rtl-mdreloc-arm.c:566
bool rtems_rtl_elf_unwind_deregister(rtems_rtl_obj *obj)
Definition: rtl-mdreloc-arm.c:572
RTEMS Run-Time Linker ELF Headers.