search for: rit_generic_preboundlazypoint

Displaying 9 results from an estimated 9 matches for "rit_generic_preboundlazypoint".

2013 Apr 09
0
[LLVMdev] Migration from JIT to MCJIT
...MachO.cpp:89 > > While debugging, I see that the relocation type read in > RuntimeDyldImpl::loadObject is 218103811, which seems corrupt to me. Hi Weiss, I do not have any experience on Mach binary format, but the hex value of 218103811 is 0xd000003 (maybe the relocation type is RIT_Generic_PreboundLazyPointer = 3), something looks like a relocation entry composed of "symbol index" + "relocation type". maybe something is wrong, that the relocation entry is not anded with a mask to get the final relocation type. --- Regards, Jiong > Did someone encounter a similar error?...
2013 Apr 10
2
[LLVMdev] Migration from JIT to MCJIT
...m/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp:89 While debugging, I see that the relocation type read in is 218103811, which seems corrupt to me. Hi Weiss, I do not have any experience on Mach binary format, but the hex value of 218103811 is 0xd000003 (maybe the relocation type is RIT_Generic_PreboundLazyPointer = 3), something looks like a relocation entry composed of "symbol index" + "relocation type". maybe something is wrong, that the relocation entry is not anded with a mask to get the final relocation type. --- Regards, Jiong Did someone encounter a similar error? Or can...
2013 Apr 09
2
[LLVMdev] Migration from JIT to MCJIT
Hi, I'm migrating my code (running on mac) from using JIT to MCJIT. My code generates in memory, mostly using the llvm-c api, and then runs the generated code. When I try to use MCJIT I encounter a problem with relocations of external symbols – functions compiled statically beforehand with gcc. I get the following error: Invalid relocation type! UNREACHABLE executed at
2013 Apr 10
0
[LLVMdev] Migration from JIT to MCJIT
...m/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp:89 While debugging, I see that the relocation type read in is 218103811, which seems corrupt to me. Hi Weiss, I do not have any experience on Mach binary format, but the hex value of 218103811 is 0xd000003 (maybe the relocation type is RIT_Generic_PreboundLazyPointer = 3), something looks like a relocation entry composed of "symbol index" + "relocation type". maybe something is wrong, that the relocation entry is not anded with a mask to get the final relocation type. --- Regards, Jiong Did someone encounter a similar error? Or can...
2013 Apr 10
2
[LLVMdev] Migration from JIT to MCJIT
...ld/RuntimeDyldMachO.cpp:89 > > While debugging, I see that the relocation type read in is 218103811, which seems corrupt to me. > > Hi Weiss, > > I do not have any experience on Mach binary format, but the hex value of 218103811 is 0xd000003 (maybe the relocation type is RIT_Generic_PreboundLazyPointer = 3), something looks like a relocation entry composed of "symbol index" + "relocation type". > maybe something is wrong, that the relocation entry is not anded with a mask to get the final relocation type. > > --- > Regards, > Jiong > > > Did s...
2013 Apr 11
2
[LLVMdev] Migration from JIT to MCJIT
...m/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp:89 While debugging, I see that the relocation type read in is 218103811, which seems corrupt to me. Hi Weiss, I do not have any experience on Mach binary format, but the hex value of 218103811 is 0xd000003 (maybe the relocation type is RIT_Generic_PreboundLazyPointer = 3), something looks like a relocation entry composed of "symbol index" + "relocation type". maybe something is wrong, that the relocation entry is not anded with a mask to get the final relocation type. --- Regards, Jiong Did someone encounter a similar error? Or ca...
2013 Apr 11
0
[LLVMdev] Migration from JIT to MCJIT
...m/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp:89 While debugging, I see that the relocation type read in is 218103811, which seems corrupt to me. Hi Weiss, I do not have any experience on Mach binary format, but the hex value of 218103811 is 0xd000003 (maybe the relocation type is RIT_Generic_PreboundLazyPointer = 3), something looks like a relocation entry composed of "symbol index" + "relocation type". maybe something is wrong, that the relocation entry is not anded with a mask to get the final relocation type. --- Regards, Jiong Did someone encounter a similar error? Or ca...
2013 Apr 11
0
[LLVMdev] Migration from JIT to MCJIT
...m/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp:89 While debugging, I see that the relocation type read in is 218103811, which seems corrupt to me. Hi Weiss, I do not have any experience on Mach binary format, but the hex value of 218103811 is 0xd000003 (maybe the relocation type is RIT_Generic_PreboundLazyPointer = 3), something looks like a relocation entry composed of "symbol index" + "relocation type". maybe something is wrong, that the relocation entry is not anded with a mask to get the final relocation type. --- Regards, Jiong Did someone encounter a similar error? Or c...
2013 Apr 11
2
[LLVMdev] Migration from JIT to MCJIT
...m/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp:89 While debugging, I see that the relocation type read in is 218103811, which seems corrupt to me. Hi Weiss, I do not have any experience on Mach binary format, but the hex value of 218103811 is 0xd000003 (maybe the relocation type is RIT_Generic_PreboundLazyPointer = 3), something looks like a relocation entry composed of "symbol index" + "relocation type". maybe something is wrong, that the relocation entry is not anded with a mask to get the final relocation type. --- Regards, Jiong Did someone encounter a similar error? Or ca...