ADDR(section)
Return the absolute address (the VMA) of the named section.
Used in the wild, eg.: https://searchcode.com/file/53617342/arch/x86/kernel/vmlinux.lds.S
Paths
| Differential D23913
[ELF] - Linkerscript: implemented ADDR command. ClosedPublic Authored by grimar on Aug 26 2016, 2:05 AM.
Details Summary ADDR(section) Used in the wild, eg.: https://searchcode.com/file/53617342/arch/x86/kernel/vmlinux.lds.S
Diff Detail
Event Timelinegrimar updated this object. grimar added inline comments.
ruiu edited edge metadata. Comment ActionsLGTM
This revision is now accepted and ready to land.Aug 29 2016, 3:02 PM Closed by commit rL280070: [ELF] - Linkerscript: implemented ADDR command. (authored by grimar). · Explain WhyAug 30 2016, 3:02 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 69659 lld/trunk/ELF/LinkerScript.h
lld/trunk/ELF/LinkerScript.cpp
lld/trunk/test/ELF/linkerscript/linkerscript-addr.s
|