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-outputter.h File Reference

RTEMS Linker outputter handles the various output formats. More...

#include <rld-files.h>

Go to the source code of this file.

Namespaces

namespace  rld
 
namespace  rld::outputter
 

Functions

std::string rld::outputter::script_text (const std::string &entry, const std::string &exit, const files::object_list &dependents, const files::cache &cache)
 
void rld::outputter::archive (const std::string &name, const std::string &entry, const std::string &exit, const files::object_list &dependents, const files::cache &cache)
 
void rld::outputter::script (const std::string &name, const std::string &entry, const std::string &exit, const files::object_list &dependents, const files::cache &cache)
 
void rld::outputter::elf_application (const std::string &name, const std::string &entry, const std::string &exit, const files::object_list &dependents, const files::cache &cache)
 
void rld::outputter::application (const std::string &name, const std::string &entry, const std::string &exit, const files::object_list &dependents, const files::cache &cache, const symbols::table &symbols)
 

Detailed Description

RTEMS Linker outputter handles the various output formats.