RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
rtl-rap.h
Go to the documentation of this file.
1/*
2 * COPYRIGHT (c) 2012, 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_RAP_H_)
17#define _RTEMS_RTL_RAP_H_
18
19#include <rtems/rtl/rtl-fwd.h>
21#include <rtems/rtl/rtl-sym.h>
22
23#ifdef __cplusplus
24extern "C" {
25#endif /* __cplusplus */
26
33bool rtems_rtl_rap_file_check (rtems_rtl_obj* obj, int fd);
34
41bool rtems_rtl_rap_file_load (rtems_rtl_obj* obj, int fd);
42
49
56
57#ifdef __cplusplus
58}
59#endif /* __cplusplus */
60
61#endif
RTEMS Run-Time Linker ELF Headers.
RTEMS Run-Time Linker ELF Headers.
bool rtems_rtl_rap_file_load(rtems_rtl_obj *obj, int fd)
Definition: rtl-rap.c:796
bool rtems_rtl_rap_file_check(rtems_rtl_obj *obj, int fd)
Definition: rtl-rap.c:768
rtems_rtl_loader_format * rtems_rtl_rap_file_sig(void)
Definition: rtl-rap.c:1015
bool rtems_rtl_rap_file_unload(rtems_rtl_obj *obj)
Definition: rtl-rap.c:1008
RTEMS Run-Time Linker Object File Symbol Table.
Definition: rtl-obj.h:39
Definition: rtl-obj.h:181