In LLPC (PAL OS type), I would like to be able to choose whether an RO
constant goes in .text with a relative fixup to reference it (for full
pipeline compilation) or in .rodata with a reloc to reference it (shader
compilation).
This commit allows that. LLPC will override the global's section name
with ".text" to get the global into .text.
Change-Id: I14c9525225572a16f0c01d394565e6ebfa39456d