search for: __register_frame_info_table_bases

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

2011 Jan 08
2
[LLVMdev] Build a static-linked executable using llvm
...to `pthread_mutex_unlock' /usr/lib/gcc/x86_64-linux-gnu/4.4.5/libgcc_eh.a(unwind-dw2-fde-glibc.o): In function `__register_frame_info_bases': (.text+0x61): undefined reference to `pthread_mutex_unlock' /usr/lib/gcc/x86_64-linux-gnu/4.4.5/libgcc_eh.a(unwind-dw2-fde-glibc.o): In function `__register_frame_info_table_bases': (.text+0xfa): undefined reference to `pthread_mutex_unlock' collect2: ld returned 1 exit status clang: error: linker (via gcc) command failed with exit code 1 (use -v to see invocation) But in directory <llvm>/lib, I see many libxxx.a. I think they just have lots of xxx.o archive....
2015 Aug 25
4
GPL Software
...nth ago. Since there were no answers, I tried the code that uses the _keymgr_get_and_lock_processwide_ptr as specified in some Apple's program source. Do not do that. It will just never work, it returns always zero. Then I tried to use what I use on Linux: register_table_bases with void __register_frame_info_table_bases (void *begin, struct object *ob, void *tbase, void *dbase); This function requires a different format than register_frame_info, quite difficult to generate. Do not bother, it doesn't work, even if it is advertised as "working in OS X now". Then I tried to use register_frame_info...
2020 Aug 15
5
Supporting libunwind on Windows 10 (32bit; 64bit) for MSVC and Clang
...void *fde, void *ob) { ^ C:/Users/clang/libunwind/include\unwind.h:366:13: note: previous declaration is here extern void __register_frame_info(const void *fde, void *ob) ^ C:/Users/clang/libunwind/src/UnwindLevel1-gcc-ext.c:284:24: warning: redeclaration of '__register_frame_info_table_bases' should not add 'dllexport' attribute [-Wdll-attribute-on-redeclaration] _LIBUNWIND_EXPORT void __register_frame_info_table_bases(const void *fde, ^ C:/Users/clang/libunwind/include\unwind.h:368:13: note: previous declaration is here extern void __register_frame_i...
2013 Jul 30
0
[LLVMdev] LLVM and Cygwin
..._deregister_frame 0000000000001950 T __deregister_frame_info 0000000000001830 T __deregister_frame_info_bases 0000000000001750 T __register_frame 0000000000001740 T __register_frame_info 00000000000016b0 T __register_frame_info_bases 0000000000001800 T __register_frame_info_table 0000000000001780 T __register_frame_info_table_bases 0000000000001810 T __register_frame_table Ciao, Duncan. > /cygdrive/c/Users/brianherman/Desktop/llvm/llvm-3.3.src/Release+Asserts/lib/libLLVMMCJIT.a(SectionMemoryManager.o):SectionMemoryManager.cpp:(.text+0x3b): > relocation truncated to fit: R_X86_64_PC32 against undefined symbol > `__r...
2015 Aug 25
5
GPL Software
Hi On Mon Jul 27 11:29:44 CDT 2015 I posted a question here about the way llvm implements exceptions in Apple's OS X. Since then I have received ZERO answers. I have solved the problem myself by "disassembling" the messy source code available. I thank everyone for proving me (yet another time) that THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.
2013 Jul 29
5
[LLVMdev] LLVM and Cygwin
I got the following error while compiling llvm and clang under cygwin. /cygdrive/c/Users/brianherman/Desktop/llvm/llvm-3.3.src/Release+Asserts/lib/libLLVMMCJIT.a(SectionMemoryManager.o):SectionMemoryManager.cpp:(.text+0x3b): undefined reference to `__register_frame'
2016 Jan 03
4
R, AIX 64-bit builds - trying to understand root cause for message: "Error: Line starting 'Package: tools ...' is malformed!"
On 2016-01-01 23:48, peter dalgaard wrote: > Nice catch you two!!! > > Happy New Year > -pd I am much happier with this great start! Simon - which compiler)s) did you use: xlc and xlfortran, or gcc/gfortran? I have made some changes to configure(.ac) so maybe my problems are self-inflicted. But would be good to know what environment you are using. Thanks for looking - and