Displaying 7 results from an estimated 7 matches for "ponter".
Did you mean:
pointer
2013 Jun 04
0
[LLVMdev] generate ponter/array access bounds expressions
...lack thereof. Also, KLEE doesn't handle symbolic array sizes.
If you can give more details about your project, someone might be able to help out a bit more. : )
H.
----- Original Message -----
From: Eric Lu
Sent: 06/04/13 10:20 AM
To: LLVM Developers Mailing List
Subject: [LLVMdev] generate ponter/array access bounds expressions
Hello,
I want to generate pointer/array access bounds expressions within LLVM. I have read some docs about symbolic and KLEE, but I am not sure if there are some better methods.
I guess it is possible to do it with symbolic execution[1], but I think it is a li...
2013 Jun 04
0
[LLVMdev] generate ponter/array access bounds expressions
Hello,
I want to generate pointer/array access bounds expressions within LLVM. I
have read some docs about symbolic and KLEE, but I am not sure if there are
some better methods.
I guess it is possible to do it with symbolic execution[1], but I think
it is a little complex to do my project with klee. It seems I need to do
some work like in [1] to KLEE to finish my project.
And I wonder if
2004 Oct 04
2
300 extensions on Asterisk?
...phones to asterisk
without going via the PABX. I am more of a network person than a telecomms
one so i may not fully understand some technologies.
I note that an E1 channel bank might be used with FXS interfaces but looks
like I may need a whole bunch of these to get than many lines.
Any help/ponters will be appreciated
Many thanks
Anthony
- --
I always tell the truth, even when I lie - Al Pacino - Scarface
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFBYQJhG/Q2DNLokAIRAr+FAJ9WmYkX0CqVKSbSVt3sR/bTpcXrUwCeLoKx
oDAF9N+YNFpjIcfwQgcvBEk=
=mwYy
-----END PGP SIGNATURE--...
2012 Sep 19
0
[LLVMdev] newbie question on getelementptr
...uot;;
myfn->getType()->dump();
GenericValue GV = EE->runFunction(func_add, Args);
outs() << "\nResult: " << GV.IntVal << "\n";
}
}
return 0;
}
However, if I replace the retrieved function ponter
GenericValue GV = EE->runFunction(myfn, Args);
with the original function pointer
GenericValue GV = EE->runFunction(func_add, Args);
It seems to run okay and prints the correct result.
Here is the dump of my console:
=======================================...
2012 Sep 19
3
[LLVMdev] newbie question on getelementptr
Hi All,
I'm new to LLVM and I'm having a coding problem.
I'm creating a GlobalVariable that contains a StructType that contains a
Function. The function returns i32 and takes two i32's.
Here is my code:
GlobalVariable* retrieved = module->getGlobalVariable("myGV");
...
Constant* result = ConstantExpr::getGetElementPtr(retrieved, indices);
How do I get my Function
2008 Feb 29
0
google maps
...am using geokit plugin/appln for my site..where i want to get the
pointers reflected on my site by fetching the values from the db on
pageload..
return (newmap.addpoint("52.802761415419674","6.6357421875","abc","abc")
this is the code which is creating the ponters..I want to first of all
fetch all the values from the db and get the latitude and longitude and
then pass it dynamically in this addpont function..
Can any one tell me how to do it?
thanks
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You recei...
2006 Apr 21
4
Solaris 8 x86 rsa pubkey auth problem
Hello,
I got some weird problem with public key authentication using rsa key pair.
Let me first of all explain my setup.
1) I got two Solaris 8 x86 boxes
uname -a
SunOS 5.8 Generic_117351-24 i86pc i386 i86pc
<kdc: 192.168.10.11> <---> <module: 192.168.10.10>
2) They're running absolutely identical openssh installations
I'm using pkgsrc, so I've builded all