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

RTEMS Linker. More...

#include <fstream>
#include <iostream>
#include <errno.h>
#include <string.h>
#include <rld.h>
#include <rld-rap.h>

Namespaces

namespace  rld
 
namespace  rld::outputter
 

Macros

#define APP_BUFFER_SIZE   (128 * 1024)
 

Functions

const std::string rld::outputter::script_text (const std::string &entry, const std::string &exit, const files::object_list &dependents, const files::cache &cache, bool not_in_archive)
 
void rld::outputter::metadata_object (files::object &metadata, 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.

Macro Definition Documentation

#define APP_BUFFER_SIZE   (128 * 1024)