[PATCH] D52830: [ELF] - Set sh_info and sh_link for .rela.plt sections.

Ed Maste via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 3 11:43:34 PDT 2018


emaste added a comment.

https://docs.oracle.com/cd/E19683-01/816-1386/chapter6-94076/index.html

For `SHT_REL` and `SHT_RELA`, **sh_link** references the associated symbol table and **sh_info** the "section to which the relocation applies."


https://reviews.llvm.org/D52830





More information about the llvm-commits mailing list