RTEMS  5.1
Data Fields
link_map Struct Reference

#include <link_elf.h>

Data Fields

const char * name
 
uint32_t sec_num
 
section_detailsec_detail
 
uint32_t * sec_addr [rap_secs]
 
uint32_t rpathlen
 
char * rpath
 
struct link_mapl_next
 
struct link_mapl_prev
 

Detailed Description

link map structure will be used for GDB support.

Field Documentation

◆ l_next

struct link_map* link_map::l_next

Linked list of mapped libs.

◆ name

const char* link_map::name

Name of the obj.

◆ rpath

char* link_map::rpath

The path of object files.

◆ rpathlen

uint32_t link_map::rpathlen

The length of the path.

◆ sec_addr

uint32_t* link_map::sec_addr[rap_secs]

The RAP section addr.

◆ sec_detail

section_detail* link_map::sec_detail

The section details.

◆ sec_num

uint32_t link_map::sec_num

The count of section.


The documentation for this struct was generated from the following file: