RTEMS Linker
0.0.1
RTEMS Tools Project
|
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) |
RTEMS Linker outputter handles the various output formats.