]> sourceware.org Git - glibc.git/commit
elf: Support lld-style link map for librtld.map
authorFangrui Song <maskray@google.com>
Tue, 21 Apr 2020 16:28:42 +0000 (13:28 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 21 Apr 2020 18:10:10 +0000 (15:10 -0300)
commiteb06601bb4187d8f5a9f55c2d212747869f63fe1
tree1f3b3e64ea9fd5a3e55c1736e9ae127c3f6bc7e8
parent566e10aa7292bacd74d229ca6f2cd9e8c8ba8748
elf: Support lld-style link map for librtld.map

GNU ld and gold's -Map include a line like:

  path/to/build/libc_pic.a(check_fds.os)

lld -Map does not have the archive member list, but we can still derive the
members from the following output

             VMA              LMA     Size Align Out     In      Symbol
...
           1a1c0            1a1c0       e2    16         path/to/build/libc_pic.a(check_fds.os):(.text)
elf/Makefile
This page took 0.039679 seconds and 5 git commands to generate.