[PATCH] D23913: [ELF] - Linkerscript: implemented ADDR command.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 26 02:05:33 PDT 2016


grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar, evgeny777.

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

https://reviews.llvm.org/D23913

Files:
  ELF/LinkerScript.cpp
  ELF/LinkerScript.h
  test/ELF/linkerscript/linkerscript-addr.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23913.69327.patch
Type: text/x-patch
Size: 3288 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160826/a70687db/attachment.bin>


More information about the llvm-commits mailing list