Displaying 3 results from an estimated 3 matches for "804898d".
Did you mean:
8048983
2011 May 31
1
[LLVMdev] Expressiveness of column numbers in dwarf using clang 3.0?
...e (x86):
.../Main.cpp: 9
double d = rand() / 10.341; int t = (int)d+j*sum;
^
8048983: e8 40 fe ff ff call 80487c8 <rand at plt>
8048988: 89 c7 mov %eax,%edi
804898a: 8b 5d f0 mov -0x10(%ebp),%ebx
804898d: 0f af de imul %esi,%ebx
80489a0: f2 0f 2a c7 cvtsi2sd %edi,%xmm0
80489a4: f2 0f 5e 05 f0 8a 04 divsd 0x8048af0,%xmm0
80489ab: 08
80489b5: f2 0f 2c f0 cvttsd2si %xmm0,%esi
80489b9: 01 de add %ebx,%esi
I hope t...
2011 May 31
0
[LLVMdev] Expressiveness of column numbers in dwarf using clang 3.0?
On May 31, 2011, at 10:36 AM, trash-stuff at gmx.de wrote:
> On 31.05.2011 19:22, Devang Patel wrote:
>>
>>
>> On May 30, 2011, at 11:11 AM, trash-stuff at gmx.de wrote:
>>
>>> Hi all,
>>>
>>> I am processing DWARF line and column information in (x86 and ARM) executables in order to produce a mapping from the machine instructions back to
2011 May 31
3
[LLVMdev] Expressiveness of column numbers in dwarf using clang 3.0?
On 31.05.2011 19:22, Devang Patel wrote:
>
> On May 30, 2011, at 11:11 AM, trash-stuff at gmx.de
> <mailto:trash-stuff at gmx.de> wrote:
>
>> Hi all,
>>
>> I am processing DWARF line and column information in (x86 and ARM)
>> executables in order to produce a mapping from the machine
>> instructions back to the original source code (C/C++). Using