search for: b580

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

Did you mean: 580
2020 Aug 03
2
LLD symbol types for defsym
I noticed that LLD doesn’t preserve the symbol type for a defsym directive. For example: $ cat f.c void f() {} $ clang -c f.c $ ld.lld -shared --defsym=g=f f.o $ objdump -T a.out DYNAMIC SYMBOL TABLE: 00000000000012a0 g DF .text 0000000000000006 f 00000000000012a0 g D .text 0000000000000000 g f is marked as a function symbol, but g is not. I recognize this is hard to do in the general
2005 Aug 05
1
TE405P Dropping Calls
...=> 556,1,SetMusicOnHold(random) exten => 556,2,Dial(SIP/js-softphone,30,Ttr) exten => 556,3,Voicemail,u556 exten => 556,103,Voicemail,b556 exten => 558,1,SetMusicOnHold(random) exten => 558,2,Dial(SIP/zyxtel01,60,Ttr) exten => 558,3,Voicemail,u580 exten => 558,103,Voicemail,b580 exten => 560,1,SetMusicOnHold(random) exten => 560,2,Dial(SIP/odebeljak,30,Ttr) exten => 560,3,Voicemail,u560 exten => 560,103,Voicemail,b560 exten => 561,1,SetMusicOnHold(random) exten => 561,2,Dial(SIP/dsetevenson,30,Ttr) exten => 561,3,Voicemail,u561 exten => 561,103,Vo...
2005 Jun 15
0
Asterisk slow transferring calls
...56 exten => 557,1,SetMusicOnHold(random) exten => 557,2,Dial(SIP/hl,30,Ttr) exten => 557,3,Voicemail,u557 exten => 557,103,Voicemail,b557 exten => 558,1,SetMusicOnHold(random) exten => 558,2,Dial(SIP/zyxtel01,60,Ttr) exten => 558,3,Voicemail,u580 exten => 558,103,Voicemail,b580 exten => 560,1,SetMusicOnHold(random) exten => 560,2,Dial(SIP/odebeljak,30,Ttr) exten => 560,3,Voicemail,u560 exten => 560,103,Voicemail,b560 exten => 561,1,SetMusicOnHold(random) exten => 561,2,Dial(SIP/dsetevenson,30,Ttr) exten => 561,3,Voicemail,u561 exten => 561,103,Vo...
2013 Dec 19
2
Centos6.5 -- Broadcom BCM4313 -- having trouble connecting
Dear All, I'm having trouble on 2 laptops Lenovo B580 since upgrading to Centos6.5. ( Because it's a Lenovo I cannot switch the network card for a better supported network card. ) There on the latest kernel : root at jac network-scripts]# uname -a Linux jac.cawdekempen 2.6.32-431.1.2.0.1.el6.x86_64 #1 SMP Fri Dec 13 13:06:13 UTC 2013 x86_64 x8...
2018 Mar 12
3
Cross-compiling for ARM Cortex-M3 on x86
...I guess it is not important): I get an ELF executable for ARM Cortex-M3 as expected. However, things get tricky if we look closer at the assembly file (obtained by *arm-none-eabi-objdump*): the user code (written by me) is in Thumb mode, for example: 1420 00008fd2 <*main*>: 1421 8fd2: b580 push {r7, lr} 1422 8fd4: 466f mov r7, sp *1423 8fd6: f7ff fd83 bl 91d8 <srand>* 1424 8fda: 2000 movs r0, #0 1425 8fdc: bd80 pop {r7, pc} But libc code is in ARM mode: 1563 000091d8 <*srand*>: 1564 91d8: e3a02000 mov...
2016 May 03
4
Linux/ARM: Segfault issue when we build clang sources including __thread variable using -O2 flag
A few days ago, I tried to change the optimization flag from -O0 to -O2 to speed up the execution of the application on Ubuntu/ARM 14.04 32 bit. When I compiled the source code with -O2 flag instead of -O0 flag, I could not run the application normally by getting always the segmentation fault. Here is debugging information with GDB command in case of that. As you can see, we could not execute