summaryrefslogtreecommitdiff
path: root/linkers/rtems-exeinfo.cpp (follow)
AgeCommit message (Collapse)Author
2020-09-15linker/exeinfo: Optionally output full flags when listing object filesChris Johns
- Start adding support to dump configuration tables
2020-09-11linkers/exeinfo: Output TLS dataChris Johns
Updates #4074
2019-01-10linkers: Fix the -O option handling in rtems-execinfoChris Johns
2018-11-29Fix warnings on Windows.Chris Johns
2018-08-07linkers/exeinfo: Report who inlines which functions. Report not inline ↵Chris Johns
functions.
2018-08-07linkers/exeinfo: Add an inlines report and DWARF data dump.Chris Johns
2018-06-18rtemstoolkit: Add DWARF function support.Chris Johns
Load the functions in each CU.
2018-06-18linkers/exe-info: Add DWARF support to gather and check producer details.Chris Johns
- Provide support to list the compilers and assemblers used to build an executable. - List the machine flags showing which flags are common and which are not.
2018-06-15linkers/exe-info: Set the data endian for getting the init/fini sec data.Chris Johns
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-03linkers: Add a tool to show RTEMS executable information.Chris Johns