search for: global_symbol

Displaying 6 results from an estimated 6 matches for "global_symbol".

2016 Jun 13
5
[RFC] Embedded bitcode and related upstream (Part II)
...output binary/bitcode. It should not be shipped together with the binary output, just like dSYM bundle. The reason it needs to be done after linking is a limitation of the symbol hiding technique. It requires that the symbols must be resolved. Think about the following case: a.o: T export_symbol T global_symbol t local_symbol b.o: U global_symbol To make sure the bitcode after symbol hiding pass can still link and produce the same output, the pass need to rename them: a.o: T export_symbol --> export_symbol (preserve) T global_symbol --> hidden_symbol_1 (rename, but need to have the same name...
2014 Mar 13
0
Any Help ? user defined application .module load Crash Asterisk 11.5.1 app_confbridge.c
...egister (e=0xe23c18) at cli.c:2178 #10 0x080d4482 in ast_cli_register_multiple (e=0xe237a0, len=13) at cli.c:2189 #11 0x00e11f7d in load_module () at app_confbridge.c:4771 #12 0x0812ba89 in start_resource (mod=0x87fa908) at loader.c:845 #13 0x0812c45c in load_resource_list (load_order=0xbf918e90, global_symbols=0, mod_count=0xbf918e88) at loader.c:1045 #14 0x0812ca5a in load_modules (preload_only=0) at loader.c:1198 #15 0x080895f7 in main (argc=4, argv=0xbf91a3a4) at asterisk.c:4180 (gdb) #0 __strlen_ia32 () at ../sysdeps/i386/i586/strlen.S:56 #1 0x00c1b4df in _IO_vfprintf_internal (s=0xfffffffe, format...
2016 Jun 03
6
[RFC] Embedded bitcode and related upstream (Part II)
Hi everyone I am still in the process of upstreaming some improvements to the embed bitcode option. If you want more background, you can read the previous RFC (http://lists.llvm.org/pipermail/llvm-dev/2016-February/094851.html <http://lists.llvm.org/pipermail/llvm-dev/2016-February/094851.html>). This is part II of the discussion. Current Status: A basic version of -fembed-bitcode option
2019 Aug 14
3
ORC v2 question
Hi Lang, On Tue, 13 Aug 2019 at 23:26, Lang Hames <lhames at gmail.com> wrote: >> I also get this message: >> JIT session error: Symbols not found: { raise_error } > > > Ahh -- I see the problem. The DynamicLibrarySearchGenerator is using the getAddressOfSymbol method, which (under the hood) is basically issuing an appropriate dlsym lookup, and that does not find
2014 Mar 13
1
Any help Address 0xfffffffe out of bounds in app_confbridge.casterisk-11.5.1 using confbridge.conf
...d78) at cli.c:2178 #4 0x080d4482 in ast_cli_register_multiple (e=0xd09900, len=13) at cli.c:2189 #5 0x00cf8030 in load_module () at app_confbridge.c:4779 #6 0x0812ba89 in start_resource (mod=0x905e740) at loader.c:845 #7 0x0812c45c in load_resource_list (load_order=0xbfdbb8b0, global_symbols=0, mod_count=0xbfdbb8a8) at loader.c:1045 #8 0x0812ca5a in load_modules (preload_only=0) at loader.c:1198 #9 0x080895f7 in main (argc=4, argv=0xbfdbcdc4) at asterisk.c:4180 (gdb) frame 1 #1 0x00cefa49 in count_exec (chan=0xd09d78, data=0xfffffffe <Address 0xfffffffe out of b...
2014 Mar 07
1
asterisk11.5.1 module not load why ? any help
...ister (e=0x63d2478) at cli.c:2178 #3 0x080d4456 in ast_cli_register_multiple (e=0x63d2000, len=13) at cli.c:2189 #4 0x063c09e1 in load_module () at app_confbridge.c:4741 #5 0x0812ba5d in start_resource (mod=0x90aeca0) at loader.c:845 #6 0x0812c430 in load_resource_list (load_order=0xbfaf4c50, global_symbols=0, mod_count=0xbfaf4c48) at loader.c:1045 #7 0x0812ca2e in load_modules (preload_only=0) at loader.c:1198 #8 0x080895f7 in main (argc=4, argv=0xbfaf6164) at asterisk.c:41 ============================================================================ == static struct ast_cli_entry cli_confbridge[]...