|
RTEMS Linker
0.0.1
RTEMS Tools Project
|
RTEMS Linker symbols manages the symbols from all the object files. More...
Go to the source code of this file.
Classes | |
| class | rld::symbols::symbol |
| class | rld::symbols::table |
Namespaces | |
| namespace | rld |
| namespace | rld::files |
| namespace | rld::symbols |
Typedefs | |
| typedef std::list< symbol > | rld::symbols::bucket |
| typedef std::list< symbol * > | rld::symbols::pointers |
| typedef std::map< std::string, symbol * > | rld::symbols::symtab |
Functions | |
| void | rld::symbols::load (bucket &bucket_, table &table_) |
| void | rld::symbols::load (bucket &bucket_, symtab &table_) |
| size_t | rld::symbols::referenced (pointers &symbols) |
| void | rld::symbols::output (std::ostream &out, const table &symbols) |
| void | rld::symbols::output (std::ostream &out, const symtab &symbols) |
RTEMS Linker symbols manages the symbols from all the object files.