![]() |
RTEMS 6.1
|
#include <link_elf.h>
Data Fields | |
| const char * | name |
| uint32_t | sec_num |
| section_detail * | sec_detail |
| uint32_t * | sec_addr [rap_secs] |
| uint32_t | rpathlen |
| char * | rpath |
| struct link_map * | l_next |
| struct link_map * | l_prev |
link map structure will be used for GDB support.
| struct link_map* link_map::l_next |
Linked list of mapped libs.
| const char* link_map::name |
Name of the obj.
| char* link_map::rpath |
The path of object files.
| uint32_t link_map::rpathlen |
The length of the path.
| uint32_t* link_map::sec_addr[rap_secs] |
The RAP section addr.
| section_detail* link_map::sec_detail |
The section details.
| uint32_t link_map::sec_num |
The count of section.