16 #if !defined (_RTEMS_RTL_UNWIND_H_) 17 #define _RTEMS_RTL_UNWIND_H_ bool rtems_rtl_elf_unwind_parse(const rtems_rtl_obj_t *obj, const char *name, uint32_t flags)
Architecture specific handler to check if a section contains exception handler data.
Definition: rtl-mdreloc-arm.c:360
RTL Object.
Definition: rtl-obj.h:156
RTEMS Run-Time Linker ELF Headers.
bool rtems_rtl_elf_unwind_deregister(rtems_rtl_obj_t *obj)
Architecture specific handler to remove an object file's unwind information from the base image...
Definition: rtl-mdreloc-arm.c:377
bool rtems_rtl_elf_unwind_register(rtems_rtl_obj_t *obj)
Architecture specific handler to add an object file's unwind information to the base image...
Definition: rtl-mdreloc-arm.c:371