|
RTEMS CPU Kit with SuperCore
|
#include <sys/types.h>#include <machine/elf_machdep.h>#include <stdint.h>#include <rtems/rtl/rtl-obj-fwd.h>
Go to the source code of this file.
Data Structures | |
| struct | section_detail |
| Object details. More... | |
| struct | link_map |
| link map structure will be used for GDB support. More... | |
| struct | r_debug |
| r_debug is used to manage the debug related structures. More... | |
Enumerations | |
| enum | sections { rap_text = 0, rap_const = 1, rap_ctor = 2, rap_dtor = 3, rap_data = 4, rap_bss = 5, rap_secs = 6 } |
Functions | |
| void | _rtld_debug_state (void) |
| int | _rtld_linkmap_add (rtems_rtl_obj_t *obj) |
| void | _rtld_linkmap_delete (rtems_rtl_obj_t *obj) |
1.8.13