search for: ponters

Displaying 7 results from an estimated 7 matches for "ponters".

Did you mean: pointers
2013 Jun 04
0
[LLVMdev] generate ponter/array access bounds expressions
What did you mean by "array access bounds expressions"? If you want to do something along the lines of constraint-based bounds check elimination, you can check out SAFECode. I don't think KLEE would be very useful for proving the safety of memory accesses, rather the lack thereof. Also, KLEE doesn't handle symbolic array sizes. If you can give more details about your project,
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
Hi Óscar, Thank you for your prompt reply. Unfortunately, I still need more guidance as using the Demo page to generate C++ code didn't result in a global variable being used. Basically, I'm following your advice to use a LoadInst: Value *v = new LoadInst(result, "", theBasicBlock); Function *myfn = cast<Function>(v); I was not sure how I could get a BasicBlock for the
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 receiv...
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