commit | c3e8c4e6dc178330f8581ed091503adf4c70e85e | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Mon May 10 17:32:25 2021 -0700 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu May 27 15:23:48 2021 +0200 |
tree | 4dbcfe94e54e2a2de8c735f2d7f2705ce7b9122e | |
parent | e87c82df51ec608b02666cd976bf1835c4e7b879 [diff] |
scripts: size_report: add tree node for hidden symbols The list of symbols only contain visible symbols that can be obtained through ELF file. There are code and data where the toolchain never emits symbols for them and thus are not visible in the list. So add a "(hidden)" node to the tree to show they are there. Signed-off-by: Daniel Leung <daniel.leung@intel.com>