search for: tsthd

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

2012 Oct 16
0
[LLVMdev] R_ARM_ABS32 disassembly with integrated-as
On 16 October 2012 03:16, Greg Fitzgerald <garious at gmail.com> wrote: > Lastly, from MCELFStreamer, how do I determine if we generating an ARM or > Thumb ELF? That was the only part I didn't know how to get. Jim should know. > I can catch Thumb from the EmitThumbFunc, but that seems a > little odd. Ignore EmitThumbFunc, it has nothing to do with your change. > $
2012 Oct 16
2
[LLVMdev] R_ARM_ABS32 disassembly with integrated-as
...------- A non-text attachment was scrubbed... Name: scaffold.C Type: text/x-csrc Size: 20949 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121016/b4d2ef22/attachment.c> -------------- next part -------------- A non-text attachment was scrubbed... Name: tsthd.h Type: text/x-chdr Size: 3291 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121016/b4d2ef22/attachment.h> -------------- next part -------------- A non-text attachment was scrubbed... Name: scaffold-arm.ll Type: application/octet-stream Size: 46328 by...
2012 Oct 16
5
[LLVMdev] R_ARM_ABS32 disassembly with integrated-as
Getting closer... When emitting symbols, how do I set the symbol's value to the address of the current instruction? Do I need to emit a label in the current section and another that uses the former to point to the latter? If possible, a code sample would be very helpful. And probably questions for Tim, are these "section-relative" mapping symbols, as defined in 4.6.5.1 of the