[llvm-dev] How to place a variable / function at a given absolute address in memory
Mehmet Erol Sanliturk via llvm-dev
llvm-dev at lists.llvm.org
Tue Nov 23 09:50:14 PST 2021
Is this possible in operating systems that are used today ?
My opinion is that you can do this only by using operating system
facilities because the memory areas are managed by the
operating system and no one else ( including LLVM ) can modify these area
definitions .
Mehmet Erol Sanliturk
On Tue, Nov 23, 2021 at 7:37 PM yehuda marko via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hello ,
>
>
>
> I’m using llvm 8 , and I want to know , How to place a variable / function
> at a given absolute address in memory.
>
>
>
>
>
> Re,
>
> Yehuda Marko
>
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20211123/741ca6b4/attachment.html>
More information about the llvm-dev
mailing list