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.cpp File Reference

RTEMS Linker. More...

#include <iostream>
#include <sys/stat.h>
#include <rld.h>

Namespaces

namespace  rld
 

Macros

#define RLD_VERSION_MAJOR   (1)
 
#define RLD_VERSION_MINOR   (0)
 
#define RLD_VERSION_RELEASE   (0)
 

Typedefs

typedef std::vector< std::string > rld::library_container
 

Functions

void rld::verbose_inc ()
 
int rld::verbose ()
 
const std::string rld::version ()
 
const std::string rld::rtems_version ()
 
void rld::split (const std::string &str, strings &strs, char separator)
 
void rld::map (rld::files::cache &cache, rld::symbols::table &symbols)
 
void rld::warn_unused_externals (rld::files::object_list &objects)
 

Detailed Description

RTEMS Linker.

Macro Definition Documentation

#define RLD_VERSION_MAJOR   (1)
#define RLD_VERSION_MINOR   (0)
#define RLD_VERSION_RELEASE   (0)