search for: func_nam

Displaying 20 results from an estimated 29 matches for "func_nam".

Did you mean: func_name
2017 Apr 28
2
LLVMGetFirstFunction() / LLVMGetNextFunction( ) problem
...ly iterates through the function "matmul". It never finds main(). 50 first_func = LLVMGetFirstFunction(module); (gdb) next 151 last_func = LLVMGetLastFunction(module); (gdb) 154 for (func = first_func; func != last_func; func = LLVMGetNextFunction(func)) { (gdb) 155 func_name = LLVMGetValueName(func); (gdb) 156 func_addr = LLVMGetFunctionAddress(engine, func_name); (gdb) print func_name $9 = 0x1efe180 "matmul" (gdb) next 159 if (!func_addr) continue; (gdb) 161 symbol_table_add(symbol_table, func_name, func_addr); (gdb) 164 if ((siz...
2016 May 06
1
[PATCH] perl: use INT2PTR macro for casting back to guestfs_h * (RHBZ#1150298)
...close_handle (g); } diff --git a/perl/typemap b/perl/typemap index 508e378..0a92e53 100644 --- a/perl/typemap +++ b/perl/typemap @@ -14,7 +14,7 @@ O_OBJECT_guestfs_h SV **svp = hv_fetch (hv, \"_g\", 2, 0); if (svp == NULL) croak (\"${Package}::$func_name(): called on a closed handle\"); - $var = ($type) SvIV (*svp); + $var = INT2PTR ($type, SvIV (*svp)); } else { croak (\"${Package}::$func_name(): $var is not a blessed HV reference\"); } -- 2.5.5
2017 Apr 09
2
Possible stack corruption during call to JITSymbol::getAddress()
..._string_ostream MangledNameStream(MangledName); Mangler::getNameWithPrefix(MangledNameStream, Name, DL); return CompileLayer.findSymbol(MangledNameStream.str(), true); } void removeModule(ModuleHandle H) { CompileLayer.removeModuleSet(H); } }; const std::string FUNC_NAME = "someFunction"; void runTest() { llvm::LLVMContext context; llvm::IRBuilder<> irBuilder{context}; KaleidoscopeJIT jit; auto module = std::make_unique<llvm::Module>("help", context); module->setDataLayout(jit.getTargetMachine().createDataLa...
2020 Mar 11
0
Dovecot Imap-Proxy: openssl_iostream_handle_error
...efix_type_pos = 0} args = {{gp_offset = 40, fp_offset = 48, overflow_arg_area = 0x7fff75b21d20, reg_save_area = 0x7fff75b21c60}} #6 0x00007fb7bb858708 in openssl_iostream_handle_error (ssl_io=ssl_io at entry=0x5646c0a22aa0, ret=-1, type=type at entry=OPENSSL_IOSTREAM_SYNC_TYPE_HANDSHAKE, func_name=func_name at entry=0x7fb7bb85b1a7 "SSL_accept()") at iostream-openssl.c:599 errstr = 0x0 err = 5 __func__ = "openssl_iostream_handle_error" #7 0x00007fb7bb8588ea in openssl_iostream_handshake (ssl_io=0x5646c0a22aa0) at iostream-openssl.c:669...
2018 Apr 16
2
Question concerning llvm::BlockAddress class
...currently working on a project where I need to obtain and manipulate basic block virtual addresses. I was searching the web and found the llvm::BlockAddress class (http://llvm.org/doxygen/classllvm_1_1BlockAddress.html). With this class I was able to obtain a printout like this: i8* blockaddress(@func_name, %bb_label) How do I obtain the virtual memory address from the Block address class? Can I even do so? Moreover, I thought that one can only obtain the virtual memory address after linking the object files together. So how would the BlockAddress class help me when it's working on the IR leve...
2017 Apr 17
2
Possible stack corruption during call to JITSymbol::getAddress()
...fix(MangledNameStream, Name, DL); >> return CompileLayer.findSymbol(MangledNameStream.str(), true); >> } >> >> void removeModule(ModuleHandle H) { >> CompileLayer.removeModuleSet(H); >> } >> }; >> >> const std::string FUNC_NAME = "someFunction"; >> >> void runTest() { >> llvm::LLVMContext context; >> llvm::IRBuilder<> irBuilder{context}; >> KaleidoscopeJIT jit; >> >> auto module = std::make_unique<llvm::Module>("help", context); &gt...
2017 Apr 20
2
Possible stack corruption during call to JITSymbol::getAddress()
...eLayer.findSymbol(MangledNameStream.str(), true); >>>> } >>>> >>>> void removeModule(ModuleHandle H) { >>>> CompileLayer.removeModuleSet(H); >>>> } >>>> }; >>>> >>>> const std::string FUNC_NAME = "someFunction"; >>>> >>>> void runTest() { >>>> llvm::LLVMContext context; >>>> llvm::IRBuilder<> irBuilder{context}; >>>> KaleidoscopeJIT jit; >>>> >>>> auto module = std::make_un...
2017 May 01
1
Possible stack corruption during call to JITSymbol::getAddress()
...t;>> } >>>>>> >>>>>> void removeModule(ModuleHandle H) { >>>>>> CompileLayer.removeModuleSet(H); >>>>>> } >>>>>> }; >>>>>> >>>>>> const std::string FUNC_NAME = "someFunction"; >>>>>> >>>>>> void runTest() { >>>>>> llvm::LLVMContext context; >>>>>> llvm::IRBuilder<> irBuilder{context}; >>>>>> KaleidoscopeJIT jit; >>>>>>...
2018 Apr 16
0
Question concerning llvm::BlockAddress class
...oject where I need to obtain and manipulate basic block virtual > addresses. I was searching the web and found the llvm::BlockAddress class ( > http://llvm.org/doxygen/classllvm_1_1BlockAddress.html). With this class I was > able to obtain a printout like this: > > i8* blockaddress(@func_name, %bb_label) > > How do I obtain the virtual memory address from the Block address class? Can I > even do so?  > > Moreover, I thought that one can only obtain the virtual memory address after > linking the object files together. So how would the BlockAddress class help me >...
2016 Sep 07
2
Test failures building RELEASE_3.9.0/final
...6014 in ?? () from /usr/lib/libdl.so.2 #12 0x00007ffff7de93a4 in _dl_catch_error () from /lib64/ld-linux-x86-64.so.2 #13 0x00007ffff7126521 in ?? () from /usr/lib/libdl.so.2 #14 0x00007ffff7126068 in dlsym () from /usr/lib/libdl.so.2 #15 0x000000000041983c in __interception::GetRealFunctionAddress (func_name=func_name at entry=0x49c9f8 "__isoc99_printf", func_addr=func_addr at entry=0x2b2d8d8 <__interception::real___isoc99_printf>, real=real at entry=4592528, wrapper=wrapper at entry=4592528) at ../projects/compiler-rt/lib/interception/interception_linux.cc:23 #16 0x00000000004...
2012 Jan 23
0
[PATCH] maint: use $var notation rather than ${var} when possible
...ibguestfs_jar_DATA = libguestfs-${VERSION}.jar java/Makefile.am:libguestfs-${VERSION}.jar: $(libguestfs_jar_class_files) perl/lib/Sys/Guestfs/Lib.pm: "-f", '${Package} ${Version} ${Architecture} ${Status}\n', perl/typemap: croak (\"${Package}::$func_name(): called on a closed handle\"); perl/typemap: croak (\"${Package}::$func_name(): $var is not a blessed HV reference\"); tests/data/Makefile.am: echo "$${i}abcdefghijklmnopqrstuvwxyz"; \ We could change all of those, too, except the ones in configure.ac and Makef...
2013 Dec 12
10
[PATCH 0/4] Turn-key PV-GRUB2 installation
This patch set should make it easier to maintain PV-GRUB2 installations. The general idea is based on discussions I had with Xen developers (mainly Ian Jackson) at the Ubuntu Developer Summit in May 2011; though I never did manage to get the core port done and Vladimir beat me to that, I think the configuration approach we discussed there is still valid and useful. The idea here is that people
2016 Sep 07
2
-fsanitize=memory failing on 3.9.0
...e014 in ?? () from /usr/lib/libdl.so.2 #12 0x00007ffff7de93a4 in _dl_catch_error () from /lib64/ld-linux-x86-64.so.2 #13 0x00007ffff74ae521 in ?? () from /usr/lib/libdl.so.2 #14 0x00007ffff74ae068 in dlsym () from /usr/lib/libdl.so.2 #15 0x00000000004193cc in __interception::GetRealFunctionAddress (func_name=func_name at entry=0x499bb8 "__isoc99_printf", func_addr=func_addr at entry=0x2b298d8 <__interception::real___isoc99_printf>, real=real at entry=4591392, wrapper=wrapper at entry=4591392) at ../projects/compiler-rt/lib/interception/interception_linux.cc:23 #16 0x0000000000476a5...
2012 Nov 10
4
imap-login hanging when firewall blocks ssl handshaking
imap-login processes are hanging (using 100% of CPU) when connected from a client that is partially blocked by a firewall. It appears that imap-login is stuck in a loop trying to complete an ssl handshake. imap-login is working fine for other clients not blocked by the firewall (including localhost). This is dovecot 2.1.10 under Mac OS X 10.8.2 (compiled from sources); the firewall is Little
2012 Dec 06
0
dovecot Digest, Vol 116, Issue 11
...if (getsockopt(proxy->fd_ssl, SOL_SOCKET, SO_ISDEFUNCT, >>> + (void *)&err, sizeof(err)) == 0 && err) { >>> + errstr = t_strdup_printf( >>> + "%s: socket is defunct", func_name); >>> + break; >>> + } >>> +#endif >> >> Nope, SO_ISDEFUNCT isn't defined. > > Oh, sorry, that needs > > #include <sys/socket.h> > > at the top. If that doesn't work, then which vers...
2013 Jan 27
1
How to remove packages from the active working window
Hi all mailing listers, My question is as follows: e.g. I launched two packages, say packageA and packageB, but they have the function of the same name, leading to masking. I want to remove the packageA from the working window after using the packageA so as not to causing problem. I do not want to carry out task each time using packageA and packageB individually because many the tasks share
2016 Sep 07
4
Test failures building RELEASE_3.9.0/final
I've "successfully" built 3.9.0 release but when I run "ninja check-all" I got 208 Unexpected failures: Expected Passes : 33997 Expected Failures : 198 Unsupported Tests : 685 Unexpected Failures: 208 Below is the log I captured running "time ninja check-all | tee ninja-check-all.txt" https://drive.google.com/open?id=0B-KTY7zi7eZHU2hGYTRtd01QZjA
2006 Nov 17
3
TLS timeout with Thunderbird
I'm trying to get dovecot working with various clients on my new mailserver. I installed the base rc2 that comes with OpenBSD 4.0, then upgraded to rc14 when I ran into problems with TLS and Thunderbird. The server has no problems with Mail.app on my laptop, but any connection attempts from Thunderbird timeout after the TCP handshake. 13:53:41.074438 66.x.x.2.50483 >
2012 Nov 06
0
[ANNOUNCE] xf86-video-ati 7.0.0
...l (1): radeon/man: ColorTiling2D is by default on for r6xx-cayman Dave Airlie (42): radeon: drop all UMS/DRI1/XAA/overlay support. drop RING_LOCALS/ACCEL_PREAMBLE make pci chipsets static radeon: misc cleanups. radeon: drop radeon_commonfuncs. radeon: drop FUNC_NAME macro and ONCE_ONLY stuff radeon: make exa copy funcs static. radeon: further macro cleanups. radeon: drop more wrapper macros. radeon: move macros into radeon.h radeon: drop offset member of r600 accel object radeon: drop vb_mc_addr, not needed anymore ra...
2015 Mar 21
2
imap-login SSLv3 causes signal 11, core dump and DoS. ssl_protocols = ??
...sl.c" [6] ssl_proxy_flush(proxy = 0x809ba38) (optimized), at 0xfee3680c (line ~817) in "ssl-proxy-openssl.c" [7] ssl_proxy_destroy(proxy = 0x809ba38) (optimized), at 0xfee3686b (line ~825) in "ssl-proxy-openssl.c" [8] ssl_handle_error(proxy = 0x809ba38, ret = -1, func_name = 0xfee3b2d8 "SSL_accept()") (optimized), at 0xfee35bc0 (line ~465) in "ssl-proxy-openssl.c" [9] ssl_handshake(proxy = 0x809ba38) (optimized), at 0xfee35cc9 (line ~483) in "ssl-proxy-openssl.c" [10] ssl_step(proxy = 0x809ba38) (optimized), at 0xfee35ee0 (line...