search for: _init

Displaying 20 results from an estimated 179 matches for "_init".

Did you mean: __init
2015 Mar 09
2
[LLVMdev] LLVM 3.6: problems building on Windows using MSVC 2013
...r::Job,std::default_delete<_Ty>>::operator =' with [ _Ty=clang::driver::Job ] C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(2066) : see reference to function template instantiation '_OutIt std::_Copy_impl<_InIt,_OutIt>(_InIt,_InIt,_OutIt,std::_Nonscalar_ptr_iterato r_tag)' being compiled with [ _OutIt=std::unique_ptr<clang::driver::Job,std::default_delete<clang::driver: :Job>> * , _InIt=const std::unique_ptr<clang::driver::Job,std::default_delete<c...
2010 Sep 07
3
[LLVMdev] MS VS2008 build fails - X86AsmParser
...mous-namespace'::LessOpcode, _Ty1=`anonymous-namespace'::MatchEntry, _Ty2=`anonymous-namespace'::MatchEntry ] C:\dev\MSVisualStudio\VC\include\xutility(1709) : see reference to function template instantiation 'void std::_Debug_order_single2<_InIt,_Pr>(_FwdIt,_FwdIt,_Pr,bool,const wchar_t *,unsigned int,std::forward_iterator_tag)' being compiled with [ _InIt=const `anonymous-namespace'::MatchEntry *, _Pr=`anonymous-namespace'::LessOpcode, _FwdIt=const `anonymous-namespace'...
2015 Mar 09
2
[LLVMdev] LLVM 3.6: problems building on Windows using MSVC 2013
...r::Job,std::default_delete<_Ty>>::operator =' with [ _Ty=clang::driver::Job ] C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\xutility(2066) : see reference to function template instantiation '_OutIt std::_Copy_impl<_InIt,_OutIt>(_InIt,_InIt,_OutIt,std::_Nonscalar_ptr_iterator_tag)' being compiled with [ _OutIt=std::unique_ptr<clang::driver::Job,std::default_delete<clang::driver::Job>> * , _InIt=const std::unique_ptr<clang::driver::Job,std::default_del...
2005 Sep 30
0
dtrace on a kernel module _init()
I''m looking for an easy way to use dtrace on _init() for a kernel module but hitting some roadblocks. This doesn''t work: ::xxx:_init { self->follow=1; } :::_fini { self->follow=0; } Because there''s no "xxx" when dtrace runs. The best way I can see is to use fbt:modinstall:entry, tell dtrace about...
2007 Jun 12
1
[LLVMdev] LLVM binaries for Windows and more
...:: construct that is not safe. See documentation on how to use the Safe Standard C++ Library' c:\Eigenes\compiler\llvm-2.0\include\llvm/ADT/BitVector.h(90) : see reference to function template instantiation '_OutIt std::copy<llvm::BitVector::BitWord*,llvm::BitVector::BitWord*>(_InIt,_InIt,_OutIt)' being compiled with [ _OutIt=llvm::BitVector::BitWord *, _InIt=llvm::BitVector::BitWord * ] C:\eigenes\compiler\vcc2005\VC\include\xutility(2282) : warning C4996: 'std::_Copy_opt' was declared deprecated C:\eigenes\c...
2010 Sep 07
0
[LLVMdev] MS VS2008 build fails - X86AsmParser
...pcode, > _Ty1=`anonymous-namespace'::MatchEntry, > _Ty2=`anonymous-namespace'::MatchEntry > ] > C:\dev\MSVisualStudio\VC\include\xutility(1709) : see > reference to function template instantiation 'void > std::_Debug_order_single2<_InIt,_Pr>(_FwdIt,_FwdIt,_Pr,bool,const > wchar_t *,unsigned int,std::forward_iterator_tag)' being compiled > with > [ > _InIt=const `anonymous-namespace'::MatchEntry *, > _Pr=`anonymous-namespace'::LessOpcode, > _FwdIt=const...
2007 Nov 12
1
[LLVMdev] MSVC 8 Build
...> Message: 'You have used a std:: construct that is not safe. See documentation on how to use the Safe Standard C++ Library' 5> c:\llvm\include\llvm/ADT/SmallVector.h(427) : see reference to function template instantiation '_FwdIt std::uninitialized_copy<T*,T*>(_InIt,_InIt,_FwdIt)' being compiled 5> with 5> [ 5> _FwdIt=llvm::TargetAlignElem *, 5> T=llvm::TargetAlignElem, 5> _InIt=llvm::TargetAlignElem * 5> ] The project would appear to have the right pre-processor definitions to suppre...
2012 Mar 20
0
[LLVMdev] Runtime linker issue wtih X11R6 on i386 with -O3 optimization
...sp) 55856: 89 7c 24 04 mov %edi,0x4(%esp) 5585a: 8b 45 08 mov 0x8(%ebp),%eax 5585d: 89 04 24 mov %eax,(%esp) 55860: 89 f3 mov %esi,%ebx 55862: e8 05 45 fb ff call 9d6c <_init+0x77c> 55867: b8 c0 00 00 00 mov $0xc0,%eax 5586c: 23 47 10 and 0x10(%edi),%eax 5586f: 83 f8 40 cmp $0x40,%eax 55872: 75 0d jne 55881 <uxa_check_poly_lines+0x171> 55874: 8b 47...
2011 Mar 09
0
[LLVMdev] Unable to build latest with Visual Studio 2008
...y1=`anonymous-namespace'::MatchEntry, > > _Ty2=`anonymous-namespace'::MatchEntry > > ] > > C:\dev\MSVisualStudio\VC\include\xutility(1709) : see > > reference to function template instantiation 'void > > std::_Debug_order_single2<_InIt,_Pr>(_FwdIt,_FwdIt,_Pr,bool,const > > wchar_t *,unsigned int,std::forward_iterator_tag)' being compiled > > with > > [ > > _InIt=const `anonymous-namespace'::MatchEntry *, > > _Pr=`anonymous-namespace'::LessOpcode, &gt...
2011 Mar 09
1
&quot; instead of " in js code rendered by erb
...for suggestions. //layout erb file (function() { ... var widget_properties = {}; <%= content_for?(:extend_widget) ? "widget_properties = " + yield(:extend_widget) : '''' %> ... })(); //view erb file <% content_for :extend_widget do %> extend = { _init: function() { $("input[type=''checkbox'']", this).live(''click'', function() { ... }); } } <% end %> //resulting script - notice the &quot; instead of " in code below (function() { ... widget_properties = ext...
2003 Oct 26
9
Asterisk on FreeBSD
My Asterisk (fresh CVS) takes 98% of the system load on my FreeBSD server. On a slower CPU linux system, Asterisk runs at 0.1% - both without any active channels... Any ideas, anyone recognizing the problem? /O
2004 Sep 10
2
libFLAC changes
...ittle more object oriented. There are more formal constructors and destructors: *_new() replaces *_get_new_instance(), *_delete() replaces *_free_instance(), and the public read-only variables were moved to protected structures with get methods. So instead of setting the public vars then calling *_init(), you just pass them to *_init() directly. Finally, I changed 'i386' to 'ia32' everywhere, which makes the naming more consistent, and changed the '.s' extension for NASM files back to '.nasm'. The docs are updated too now. Josh ________________________________...
2007 Nov 12
0
[LLVMdev] MSVC 8 Build
George, > I have been experimenting with getting LLVM to build with > MSVC8 express. > > I have succeeded in getting trunk to build and run the > Fibonacci example in release mode. I have found various minor > problems with the build system. First, it appears not to be > able to run the configure subproject commands if there is a > space in the directory path.
2006 Aug 12
2
Ubuntu packages for 0.9.18 and .19 broken?
...0000 0x0033e788: 0000dd24 0000dd24 00000005 600157a0 0x0033e798: 60a84374 60a84378 0033ea28 0000002a 0x0033e7a8: 53203123 5020504d 4d454552 54205450 0x0033e7b8: 41207568 33206775 3a333020 323a3331 fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for c0000119 Backtrace: =>1 0x60a7dc0e pthread_initialize+0x272 in libpthread.so.0 (0x60a7dc0e) 2 0x60a8399f __do_global_ctors_aux+0x23 in libpthread.so.0 (0x60a8399f) 3 0x60a79a7e _init+0x12 in libpthread.so.0 (0x60a79a7e) 4 0x6000b2ab in ld-linux.so.2 (+0xb2ab) (0x6000b2ab) 5 0x6000b3f4 in ld-linux.so.2 (+0xb3f4) (0x6000b3f4) WineDbg startin...
2005 Sep 13
13
[Bug 1085] Intermittent ssh core dumps
...till working fine. Here's a backtrace in gdb: (gdb) bt #0 0x45a94 in mkstemp64 () #1 0x801c4 in mkstemp64 () #2 0x80074 in mkstemp64 () #3 0x80f00 in mkstemp64 () #4 0x836f8 in mkstemp64 () #5 0x7ecec in mkstemp64 () #6 0x49070 in mkstemp64 () #7 0x48e34 in mkstemp64 () #8 0x36340 in _init () #9 0x3496c in _init () #10 0x31aa0 in _init () #11 0x31240 in _init () #12 0x1d508 in _init () #13 0x1b310 in _init () #14 0x13f3c in _init () OS is Solaris 7, running on Sparc. OpenSSH was configured as follows: /phil/sw/src/openssh-4.2p1/configure \ --prefix=/phil/sw/sunos/sparc/pk...
2014 Dec 08
5
[LLVMdev] [lld] Handling multiple -init/-fini command line options
...uot;, a); } % gcc -fPIC -shared -o libfoo.so -Wl,-init,foo -Wl,-init,bar foo.c % gcc main.c -L. -lfoo -Wl,-rpath,. % ./a.out 2 % gcc -fPIC -shared -o libfoo.so -Wl,-init,bar -Wl,-init,foo foo.c % ./a.out 1 What is the reason of this incompatibility? The question is caused by attempt to support DT_INIT/DT_FINI dynamic table tags. The table can contain no more than one DT_INIT/DT_FINI tags. The LD and Gold linker look up either default symbols (_init/_fini) or symbols specified by the -init/-fini options and put their values to the tags. -- Simon Atanasyan
2014 Dec 08
3
[LLVMdev] [lld] Handling multiple -init/-fini command line options
On Mon, Dec 8, 2014 at 8:39 PM, Shankar Easwaran <shankare at codeaurora.org> wrote: > On 12/8/2014 11:09 AM, Joerg Sonnenberger wrote: >> >> On Mon, Dec 08, 2014 at 10:21:49AM -0600, Shankar Easwaran wrote: >>> >>> The DT_INIT/DT_FINI correspond to one initializer function,where as >>> DT_INIT_ARRAY/DT_FINI_ARRAY is used when there is more than one >>> initalizer function/finalizer function respectively. >> >> This is not true. The difference is that the DT_INIT / DT_FINI function >> i...
2007 Nov 14
0
linux xen 3.1.0 dom0 / solaris domU PV install from usb dvd reader
...ad_start+8() xdf_oe_change() is called with an "XenbusStateClosed" event! That is: Using config file "./solaris-install2". Started domain solaris-install2 Loading kmdb... Welcome to kmdb Loaded modules: [ unix krtld genunix ] [0]> ::bp xdf`_init [0]> :c SunOS Release 5.11 Version snv_75 64-bit Copyright 1983-2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. WARNING: Found xen v3.1.0 but need xen v3.0.4-1-xvm WARNING: The kernel may not function correctly Configuring /dev Loaded modules: [ scsi_vhci crypt...
2007 Nov 11
2
[LLVMdev] MSVC 8 Build
Hi all, I have been experimenting with getting LLVM to build with MSVC8 express. I have succeeded in getting trunk to build and run the Fibonacci example in release mode. I have found various minor problems with the build system. First, it appears not to be able to run the configure subproject commands if there is a space in the directory path. Secondly, it fails to build different subprojects
2017 Apr 10
2
clang build failures using Visual Studio
...lvm::Record *> ] c:\program files (x86)\microsoft visual studio\2017\community\VC\Tools\MSVC\14.10.25017\include\vector(1859): note: see reference to function template instantiation '_FwdIt **std::_Uninitialized_copy<_Iter,const llvm::Record**,std::allocator<_Ty>>(_InIt,_InIt,_FwdIt,std::_Wrap_alloc<std::allocator<_Ty>> &)' being compiled with [ _FwdIt=const llvm::Record **, _Iter=llvm::detail::DenseSetImpl<const llvm::Record *,llvm::DenseMap<const llvm::Record *,llvm::detail::DenseS...