search for: nativeatom

Displaying 3 results from an estimated 3 matches for "nativeatom".

Did you mean: nativeatoms
2013 Jan 07
1
[LLVMdev] Need to create symbols only once
...y but the value of the symbols are known only after the sections have been merged and the virtual addresses assigned to those symbols. So when I am trying to write these atoms to the output file, I want to set the value of these symbols to the values computed by the ELF Writer. These atoms are NativeAtoms and i dont see a function to set the value of the atom, How do I go about accomplishing this functionality. Thanks Shankar Easwaran -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by the Linux Foundation
2012 Dec 07
0
[LLVMdev] Need to create symbols only once
On Dec 7, 2012, at 11:51 AM, Shankar Easwaran wrote: > We have few symbols like __bss_start, __bss_end, which are Undefined symbols in the code. > > I want a way in the Reader to create specific atoms before the linker bootstraps. > > I didnt find a way to do that with the existing interfaces. > > The way it needs to work is as below :- > > 1) ReaderELF creates
2012 Dec 07
3
[LLVMdev] Need to create symbols only once
Hi Nick, We have few symbols like __bss_start, __bss_end, which are Undefined symbols in the code. I want a way in the Reader to create specific atoms before the linker bootstraps. I didnt find a way to do that with the existing interfaces. The way it needs to work is as below :- 1) ReaderELF creates Absolute symbols (for __bss_start, __bss_end etc) 2) ReaderELF reads each file and adds