RTEMS Linker  0.0.1
RTEMS Tools Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
/Users/chris/Development/rtems/src/apps/rtl-host.chrisj/rld-elf.cpp File Reference

RTEMS Linker ELF module manages the ELF format images. More...

#include <string.h>
#include <rld.h>

Namespaces

namespace  rld
 
namespace  rld::elf
 

Macros

#define rld_archive_fhdr_size   (60)
 

Functions

void rld::elf::libelf_error (const std::string &where)
 
const std::string rld::elf::machine_type (unsigned int machinetype)
 
const std::string rld::elf::machine_type ()
 
unsigned int rld::elf::object_class ()
 
unsigned int rld::elf::object_machine_type ()
 
unsigned int rld::elf::object_datatype ()
 
void rld::elf::check_file (const file &file)
 

Detailed Description

RTEMS Linker ELF module manages the ELF format images.

Macro Definition Documentation

#define rld_archive_fhdr_size   (60)