summaryrefslogtreecommitdiffstats
path: root/linkers/rtems-exeinfo.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtemstoolkit, linkers: Fix C++17 warningsChris Johns2023-11-221-2/+1
* linkers: Speed up reading large executables for all cases except inliningChris Johns2022-05-181-19/+26
* rtems-exeinfo.cpp: Initialize byteorderRyan Long2021-09-011-1/+2
* rtems-utils: Change data type definitionRyan Long2021-08-101-4/+2
* rtems-exeinfo.cpp: Restore ostream formatRyan Long2021-07-271-0/+6
* rtems-exeinfo.cpp: Fix division by zero errorsRyan Long2021-06-291-4/+16
* linker/exeinfo: Optionally output full flags when listing object filesChris Johns2020-09-151-17/+81
* linkers/exeinfo: Output TLS dataChris Johns2020-09-111-1/+88
* linkers: Fix the -O option handling in rtems-execinfoChris Johns2019-01-101-1/+2
* Fix warnings on Windows.Chris Johns2018-11-291-1/+1
* linkers/exeinfo: Report who inlines which functions. Report not inline functi...Chris Johns2018-08-071-21/+54
* linkers/exeinfo: Add an inlines report and DWARF data dump.Chris Johns2018-08-071-3/+130
* rtemstoolkit: Add DWARF function support.Chris Johns2018-06-181-0/+2
* linkers/exe-info: Add DWARF support to gather and check producer details.Chris Johns2018-06-181-3/+209
* linkers/exe-info: Set the data endian for getting the init/fini sec data.Chris Johns2018-06-151-7/+4
* linkers/exe-info Support ARM static constructors.Chris Johns2017-08-161-26/+71
* linkers: Demangle the C++ labels in the .ctors/.dtors sections.Chris Johns2016-04-031-6/+20
* linkers: Add a tool to show RTEMS executable information.Chris Johns2016-04-031-0/+584