mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
feat(memmap): add RELA section display
When PIE is enabled, it can be handy to display the .rela.dyn section. Add RELA in the list of symbols parsed, to display this section in memory map. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: Ic40da54ce6fb6e281fb1a6627e9b8830993cfb2c
This commit is contained in:
parent
4377ad81ab
commit
a6462e05cf
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ def main(
|
|||
|
||||
if symbols:
|
||||
expr = (
|
||||
r"(.*)(TEXT|BSS|RO|RODATA|STACKS|_OPS|PMF|XLAT|GOT|FCONF"
|
||||
r"(.*)(TEXT|BSS|RO|RODATA|STACKS|_OPS|PMF|XLAT|GOT|FCONF|RELA"
|
||||
r"|R.M)(.*)(START|UNALIGNED|END)__$"
|
||||
)
|
||||
printer.print_symbol_table(
|
||||
|
|
Loading…
Add table
Reference in a new issue