summaryrefslogtreecommitdiff
path: root/rtemstoolkit/rld-symbols.h (follow)
AgeCommit message (Collapse)Author
2018-08-07rtemstoolkit/elf-symbols: Add the symbol types as an enum.Chris Johns
This can be used by applications to filter the symbols by type.
2017-08-16linkers/exe-info Support ARM static constructors.Chris Johns
Note, ARM destructors are registered at runtime and currently not easly found. Update libiberty to get a newer demangler. Closes #3102.
2016-04-03linkers: Demangle the C++ labels in the .ctors/.dtors sections.Chris Johns
Show user friendly labels for the C++ constructors and destructors.
2016-04-03rtemstoolkit: Add an address table of symbols key by the symbol address.Chris Johns
This is useful if you need to look up a symbol based on its address.
2014-10-30linkers: Add base image symbol to ELF object file generation.Chris Johns
This change adds support to the rtems-syms code to generate a suitable ELF object you can link to the base image kernel in the embed mode or you can load with the run-time load mode. The change fixes a bug in the framework where local ELF symbols were being placed in the external symbol table. The external symbol table has been removed and a global, weak and local set of tables is now provided as this is more aligned with the ELF format.
2014-09-13Refactor code into the RTEMS Toolkit.Chris Johns