search for: poiters

Displaying 13 results from an estimated 13 matches for "poiters".

Did you mean: pointers
2004 Mar 31
2
[LLVMdev] Function pointers
Hello out there! I am trying to build a table of 2 function poiters by using an array: %kernel = alloca [ 2 x int ()* ] I try to access the first pointer to be able to store location of my first function like this: %function_pointer_1 = getelementptr [2 x int ()* ]* %kernel, long 0, long 0 store int ()* %function_1, int ()* %function_pointer_1 But, I get the...
2004 Mar 31
0
[LLVMdev] Function pointers
On Wed, 31 Mar 2004, Anders Alexandersson wrote: > Hello out there! > > I am trying to build a table of 2 function poiters by using an array: > > %kernel = alloca [ 2 x int ()* ] > > I try to access the first pointer to be able to store location of my first function like this: > > %function_pointer_1 = getelementptr [2 x int ()* ]* %kernel, long 0, long 0 > > store int ()* %function_1, int ()* %...
2004 Apr 01
1
[LLVMdev] Function pointers
...m: "Chris Lattner" <sabre at nondot.org> To: <llvmdev at cs.uiuc.edu> Sent: Wednesday, March 31, 2004 5:49 PM Subject: Re: [LLVMdev] Function pointers On Wed, 31 Mar 2004, Anders Alexandersson wrote: > Hello out there! > > I am trying to build a table of 2 function poiters by using an array: > > %kernel = alloca [ 2 x int ()* ] > > I try to access the first pointer to be able to store location of my first function like this: > > %function_pointer_1 = getelementptr [2 x int ()* ]* %kernel, long 0, long 0 > > store int ()* %function_1, int ()* %...
2016 Dec 28
1
llvm pass
I want to insert new alloca Instruction after existing alloca Instruction in llvm pass so what attribute to be passed at last in following newallocaI = new AllocaInst(llvm::Type::getInt32PtrTy(context,0), //type 0, // ArraySize 8, // Alignment
2004 Apr 02
2
[LLVMdev] Function pointers
...t.org> > To: <llvmdev at cs.uiuc.edu> > Sent: Wednesday, March 31, 2004 5:49 PM > Subject: Re: [LLVMdev] Function pointers > > > On Wed, 31 Mar 2004, Anders Alexandersson wrote: > > > Hello out there! > > > > I am trying to build a table of 2 function poiters by using an array: > > > > %kernel = alloca [ 2 x int ()* ] > > > > I try to access the first pointer to be able to store location of my first > function like this: > > > > %function_pointer_1 = getelementptr [2 x int ()* ]* %kernel, long 0, long > 0 > &...
2010 Feb 23
1
Compiling R on Linux with SunStudio 12.1: "wide-character type" problems (rt)
Thank you Martyn, I am one step closer. Using R-patched, configure was successful. However, make exited with an error. Configure summary: Installation directory: /usr/local C compiler: /opt/sun/sunstudio12.1/bin/suncc -g -O -xc99 -xlibmil -m32 -xlibmieee -nofstore Fortran 77 compiler: /opt/sun/sunstudio12.1/bin/sunf95 -g -O -libmil -m32 -nofstore C++ compiler:
2004 Apr 02
0
[LLVMdev] Function pointers
...> > > Sent: Wednesday, March 31, 2004 5:49 PM > > Subject: Re: [LLVMdev] Function pointers > > > > > > On Wed, 31 Mar 2004, Anders Alexandersson wrote: > > > > > Hello out there! > > > > > > I am trying to build a table of 2 function poiters by using an array: > > > > > > %kernel = alloca [ 2 x int ()* ] > > > > > > I try to access the first pointer to be able to store location of my first > > function like this: > > > > > > %function_pointer_1 = getelementptr [2 x int ()* ]*...
2015 Oct 27
0
Not showing up in network listing on Win 8.1
>> On 26/10/15 18:26, Thomas Schulz wrote: >>> This may not be a Samba problem, but perhaps people here know the answer. >>> >>> We are installing some Windows 8.1 Pro computers. The servers running Samba >>> 4.2.19 and 4.3.0 are not showing up in the Network display. Our domain >>> controller is also not showing up. The Windows 7 computers are
2005 Jan 04
0
kernel compile and console mouse
Hello everyone, I had to recompile my kernel to enable NTFS support. I used as base the i686 kernel config and enabled the read-only NTFS module. After booting my custom kernel it all works fin (it reads the NTFS partition :-) ) but the console mouse (it?s a text only pc) won?t work. Restarting the gpm service makes the poiter show but won?t respond to mouse moves or clicks and will vanish
2004 Apr 02
0
[LLVMdev] Function pointers
...t.org> > To: <llvmdev at cs.uiuc.edu> > Sent: Wednesday, March 31, 2004 5:49 PM > Subject: Re: [LLVMdev] Function pointers > > > On Wed, 31 Mar 2004, Anders Alexandersson wrote: > > > Hello out there! > > > > I am trying to build a table of 2 function poiters by using an array: > > > > %kernel = alloca [ 2 x int ()* ] > > > > I try to access the first pointer to be able to store location of my first > function like this: > > > > %function_pointer_1 = getelementptr [2 x int ()* ]* %kernel, long 0, long > 0 > &...
2004 Apr 02
0
[LLVMdev] Function pointers
...t.org> > To: <llvmdev at cs.uiuc.edu> > Sent: Wednesday, March 31, 2004 5:49 PM > Subject: Re: [LLVMdev] Function pointers > > > On Wed, 31 Mar 2004, Anders Alexandersson wrote: > > > Hello out there! > > > > I am trying to build a table of 2 function poiters by using an array: > > > > %kernel = alloca [ 2 x int ()* ] > > > > I try to access the first pointer to be able to store location of my first > function like this: > > > > %function_pointer_1 = getelementptr [2 x int ()* ]* %kernel, long 0, long > 0 > &...
2012 Sep 19
1
[PATCH 1/1] lua: Cleaned up the dmi table structure in Lua.c32 and added all missing DMI subtables
From: Hung-chi Lihn <hlihn at google.com> In the current Lua.c32 DMI implementation, it is a flat table with dotted names in table entries. It also misses a number DMI sub-tables. This patch, cleans up the DMI table structure using Lua's nested table structure and adds all missing DMI sub-tables. If a DMI sub-table is not supported by the hardware (not filled), then the corresponding
2010 Feb 22
2
Compiling R on Linux with SunStudio 12.1: "wide-character type" problems
I am trying to compile R on Linux using SunStudio. Configure flags are mostly as suggested in the R install guide. CC=/opt/sun/sunstudio12.1/bin/suncc CFLAGS="-g -xc99 -xlibmil -xlibmieee" MAIN_CFLAGS=-g SHLIB_CFLAGS=-g CPPFLAGS="-I. -I/opt/sun/sunstudio12.1/prod/include -I/opt/sun/sunstudio12.1/prod/include/cc" CPPFLAGS+="-I/opt/sun/sunstudio12.1/prod/include/cc/sys