10 #include <sys/types.h> 12 #include <machine/elf_machdep.h> 14 #include <rtems/rtl/rtl-obj-fwd.h> 68 void _rtld_debug_state (
void);
section_detail * sec_detail
The section details.
Definition: link_elf.h:45
uint32_t sec_num
The count of section.
Definition: link_elf.h:44
struct link_map * l_next
Linked list of mapped libs.
Definition: link_elf.h:49
Object details.
Definition: link_elf.h:31
r_debug is used to manage the debug related structures.
Definition: link_elf.h:56
RTL Object.
Definition: rtl-obj.h:156
link map structure will be used for GDB support.
Definition: link_elf.h:42
char * rpath
The path of object files.
Definition: link_elf.h:48
uint32_t rpathlen
The length of the path.
Definition: link_elf.h:47
uint32_t * sec_addr[rap_secs]
The RAP section addr.
Definition: link_elf.h:46
const char * name
Name of the obj.
Definition: link_elf.h:43