readelf: Support RELR in -S and -d and output
authorFangrui Song <maskray@google.com>
Thu, 4 Nov 2021 08:30:12 +0000 (01:30 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 10 Jan 2022 13:05:22 +0000 (05:05 -0800)
commit1b244ed9d3f4dc3df364bcd65332985ab03de302
tree4eeb0edcea53433654c001edc8ab097ab4ce9971
parent6473a198286e51ceb8603618fa84a9b7ebaa3cfb
readelf: Support RELR in -S and -d and output

readelf -r dumping support is not added in this patch.

include/
* elf/common.h: Add SHT_RELR, DT_RELR{,SZ,ENT}
bfd/
* elf.c (_bfd_elf_print_private_bfd_data): Add DT_RELR{,SZ,ENT}.

(cherry picked from commit dd207c1302d28d2d2b33cff058bb3fbf5138b480)
bfd/elf.c
include/elf/common.h
This page took 0.023424 seconds and 4 git commands to generate.