Displaying 20 results from an estimated 977 matches for "0x14".
Did you mean:
0x1
2009 Nov 14
2
[LLVMdev] Very slow performance of lli on x86
...0x5, 0x6, 0x7, 0x9 },
{ 0x6, 0x7, 0x8, 0xa },
{ 0x7, 0x8, 0x9, 0xb },
{ 0x8, 0x9, 0xa, 0xc },
{ 0x9, 0xa, 0xb, 0xd },
{ 0xa, 0xb, 0xc, 0xe },
{ 0xb, 0xc, 0xd, 0xf },
{ 0xc, 0xd, 0xe, 0x10 },
{ 0xd, 0xe, 0xf, 0x11 },
{ 0xe, 0xf, 0x10, 0x12 },
{ 0xf, 0x10, 0x11, 0x13 },
{ 0x10, 0x11, 0x12, 0x14 },
{ 0x11, 0x12, 0x13, 0x15 },
{ 0x12, 0x13, 0x14, 0x16 },
{ 0x13, 0x14, 0x15, 0x17 },
{ 0x14, 0x15, 0x16, 0x18 },
{ 0x15, 0x16, 0x17, 0x19 },
{ 0x16, 0x17, 0x18, 0x1a },
{ 0x17, 0x18, 0x19, 0x1b },
{ 0x18, 0x19, 0x1a, 0x1c },
{ 0x19, 0x1a, 0x1b, 0x1d },
{ 0x1a, 0x1b, 0x1c, 0x1e },
{ 0x1...
2009 Nov 14
0
[LLVMdev] Very slow performance of lli on x86
...0x5, 0x6, 0x7, 0x9 },
{ 0x6, 0x7, 0x8, 0xa },
{ 0x7, 0x8, 0x9, 0xb },
{ 0x8, 0x9, 0xa, 0xc },
{ 0x9, 0xa, 0xb, 0xd },
{ 0xa, 0xb, 0xc, 0xe },
{ 0xb, 0xc, 0xd, 0xf },
{ 0xc, 0xd, 0xe, 0x10 },
{ 0xd, 0xe, 0xf, 0x11 },
{ 0xe, 0xf, 0x10, 0x12 },
{ 0xf, 0x10, 0x11, 0x13 },
{ 0x10, 0x11, 0x12, 0x14 },
{ 0x11, 0x12, 0x13, 0x15 },
{ 0x12, 0x13, 0x14, 0x16 },
{ 0x13, 0x14, 0x15, 0x17 },
{ 0x14, 0x15, 0x16, 0x18 },
{ 0x15, 0x16, 0x17, 0x19 },
{ 0x16, 0x17, 0x18, 0x1a },
{ 0x17, 0x18, 0x19, 0x1b },
{ 0x18, 0x19, 0x1a, 0x1c },
{ 0x19, 0x1a, 0x1b, 0x1d },
{ 0x1a, 0x1b, 0x1c, 0x1e },
{ 0x1...
2016 May 29
4
[cfe-dev] How to debug if LTO generate wrong code?
...502: 48 89 75 f0 mov %rsi,-0x10(%rbp)
> int t = global_func(argc);
> 400506: 8b 7d f8 mov -0x8(%rbp),%edi
> 400509: e8 d2 ff ff ff callq 4004e0 <global_func>
> 40050e: 89 45 ec mov %eax,-0x14(%rbp)
> t += global_arr[7];
> 400511: 8b 04 25 4c 10 60 00 mov 0x60104c,%eax
> 400518: 03 45 ec add -0x14(%rbp),%eax
> 40051b: 89 45 ec mov %eax,-0x14(%rbp)
> t += static_arr[7];
> 40051e: 8b 04 25 d...
2016 May 29
0
[cfe-dev] How to debug if LTO generate wrong code?
...0x8(%rbp)
400502: 48 89 75 f0 mov %rsi,-0x10(%rbp)
int t = global_func(argc);
400506: 8b 7d f8 mov -0x8(%rbp),%edi
400509: e8 d2 ff ff ff callq 4004e0 <global_func>
40050e: 89 45 ec mov %eax,-0x14(%rbp)
t += global_arr[7];
400511: 8b 04 25 4c 10 60 00 mov 0x60104c,%eax
400518: 03 45 ec add -0x14(%rbp),%eax
40051b: 89 45 ec mov %eax,-0x14(%rbp)
t += static_arr[7];
40051e: 8b 04 25 dc 11 60 00 mov 0x6...
2016 May 30
0
[cfe-dev] How to debug if LTO generate wrong code?
...dump -dS codemodel1_large_lto_gcc.bin
int main(int argc, const char* argv[])
{
40048b: 55 push %rbp
40048c: 48 89 e5 mov %rsp,%rbp
40048f: 48 83 ec 20 sub $0x20,%rsp
400493: 89 7d ec mov %edi,-0x14(%rbp)
400496: 48 89 75 e0 mov %rsi,-0x20(%rbp)
int t = global_func(argc);
40049a: 8b 45 ec mov -0x14(%rbp),%eax
40049d: 89 c7 mov %eax,%edi
40049f: 48 b8 76 04 40 00 00 movabs $0x400476,%rax
4004a6:...
2016 May 30
2
[cfe-dev] How to debug if LTO generate wrong code?
...n
>
> int main(int argc, const char* argv[])
> {
> 40048b: 55 push %rbp
> 40048c: 48 89 e5 mov %rsp,%rbp
> 40048f: 48 83 ec 20 sub $0x20,%rsp
> 400493: 89 7d ec mov %edi,-0x14(%rbp)
> 400496: 48 89 75 e0 mov %rsi,-0x20(%rbp)
> int t = global_func(argc);
> 40049a: 8b 45 ec mov -0x14(%rbp),%eax
> 40049d: 89 c7 mov %eax,%edi
> 40049f: 48 b8 76 04 40 00 00 movabs $0x40...
2004 Jun 13
1
[Help] IMQ download traffic is duplicated !?
...dp dpts:8000:30000 MARK set 0xa
MARK udp -- anywhere anywhere udp dpts:5060:5069 MARK set 0xa
MARK udp -- anywhere anywhere udp dpts:2427:2436 MARK set 0xa
MARK tcp -- anywhere anywhere tcp dpt:ssh MARK set 0x14
MARK tcp -- anywhere anywhere tcp dpt:webmin MARK set 0x14
MARK icmp -- anywhere anywhere MARK set 0x14
MARK tcp -- anywhere anywhere tcp flags:!SYN,RST,ACK/ACK MARK set 0x14
MARK tcp -- anywhere...
2017 Sep 02
2
Xen CentOS 7.3 server + CentOS 7.3 VM fails to boot after CR updates (applied to VM)!
...970748] [<ffffffff811c0781>] vmap_page_range_noflush+0x2c1/0x350
> [ 1.970758] [<ffffffff811c083e>] map_vm_area+0x2e/0x40
> [ 1.970765] [<ffffffff811c1590>] __vmalloc_node_range+0x170/0x270
> [ 1.970774] [<ffffffff810fe754>] ? module_alloc_update_bounds+0x14/0x70
> [ 1.970781] [<ffffffff810fe754>] ? module_alloc_update_bounds+0x14/0x70
> [ 1.970792] [<ffffffff8105f143>] module_alloc+0x73/0xd0
> [ 1.970798] [<ffffffff810fe754>] ? module_alloc_update_bounds+0x14/0x70
> [ 1.970804] [<ffffffff810fe754>] m...
2016 May 17
2
[cfe-dev] How to debug if LTO generate wrong code?
> On May 17, 2016, at 11:21 AM, Umesh Kalappa <umesh.kalappa0 at gmail.com> wrote:
>
> Steven,
>
> As mehdi stated , the optimisation level is specific to linker and it
> enables Inter-Pro opts passes ,please refer function
To be very clear: the -O option may trigger *linker* optimizations as well, independently of LTO.
--
Mehdi
>
>
2016 May 30
0
[cfe-dev] How to debug if LTO generate wrong code?
...bin
>
> int main(int argc, const char* argv[])
> {
> 40048b: 55 push %rbp
> 40048c: 48 89 e5 mov %rsp,%rbp
> 40048f: 48 83 ec 20 sub $0x20,%rsp
> 400493: 89 7d ec mov %edi,-0x14(%rbp)
> 400496: 48 89 75 e0 mov %rsi,-0x20(%rbp)
> int t = global_func(argc);
> 40049a: 8b 45 ec mov -0x14(%rbp),%eax
> 40049d: 89 c7 mov %eax,%edi
> 40049f: 48 b8 76 04 40 00 00 movabs $0x40...
2016 May 30
0
[cfe-dev] How to debug if LTO generate wrong code?
...dump -dS codemodel1_large_lto_gcc.bin
int main(int argc, const char* argv[])
{
40048b: 55 push %rbp
40048c: 48 89 e5 mov %rsp,%rbp
40048f: 48 83 ec 20 sub $0x20,%rsp
400493: 89 7d ec mov %edi,-0x14(%rbp)
400496: 48 89 75 e0 mov %rsi,-0x20(%rbp)
int t = global_func(argc);
40049a: 8b 45 ec mov -0x14(%rbp),%eax
40049d: 89 c7 mov %eax,%edi
40049f: 48 b8 76 04 40 00 00 movabs $0x400476,%rax
4004a6:...
2017 Sep 04
2
Xen CentOS 7.3 server + CentOS 7.3 VM fails to boot after CR updates (applied to VM)!
...1c0781>] vmap_page_range_noflush+0x2c1/0x350
>>> [ 1.970758] [<ffffffff811c083e>] map_vm_area+0x2e/0x40
>>> [ 1.970765] [<ffffffff811c1590>] __vmalloc_node_range+0x170/0x270
>>> [ 1.970774] [<ffffffff810fe754>] ? module_alloc_update_bounds+0x14/0x70
>>> [ 1.970781] [<ffffffff810fe754>] ? module_alloc_update_bounds+0x14/0x70
>>> [ 1.970792] [<ffffffff8105f143>] module_alloc+0x73/0xd0
>>> [ 1.970798] [<ffffffff810fe754>] ? module_alloc_update_bounds+0x14/0x70
>>> [ 1.97080...
2016 May 30
7
[cfe-dev] How to debug if LTO generate wrong code?
...n
>
> int main(int argc, const char* argv[])
> {
> 40048b: 55 push %rbp
> 40048c: 48 89 e5 mov %rsp,%rbp
> 40048f: 48 83 ec 20 sub $0x20,%rsp
> 400493: 89 7d ec mov %edi,-0x14(%rbp)
> 400496: 48 89 75 e0 mov %rsi,-0x20(%rbp)
> int t = global_func(argc);
> 40049a: 8b 45 ec mov -0x14(%rbp),%eax
> 40049d: 89 c7 mov %eax,%edi
> 40049f: 48 b8 76 04 40 00 00 movabs $0x40...
2014 Jul 01
3
corruption of in-memory data detected (xfs)
...l+0x5b/0xfe
[2870477.695643]? [<ffffffff8826bb7d>] :xfs:xfs_mkdir+0x57c/0x5d7
[2870477.695673]? [<ffffffff8822f3f8>] :xfs:xfs_attr_get+0xbf/0xd2
[2870477.695707]? [<ffffffff88273326>] :xfs:xfs_vn_mknod+0x1e1/0x3bb
[2870477.695726]? [<ffffffff80264929>] _spin_lock_irqsave+0x9/0x14
[2870477.695736]? [<ffffffff802230e6>] __up_read+0x19/0x7f
[2870477.695764]? [<ffffffff8824f8f4>] :xfs:xfs_iunlock+0x57/0x79
[2870477.695776]? [<ffffffff80264929>] _spin_lock_irqsave+0x9/0x14
[2870477.695784]? [<ffffffff802230e6>] __up_read+0x19/0x7f
[2870477.695791]? [<f...
2012 Jul 16
2
Suspicious activity on domain
...on Packet: Session Message
17:46:35.842460 IP pdc-canix.xyzcivitas.com.netbios-ssn >
GBY-PC-125.xyzcivitas.com.1026: Flags [.], ack 123220, win 65535, length
1460 NBT Session Packet: Unknown packet type 0x70Data: (41 bytes)
[000] 63 50 4B 01 02 14 0B 14 00 00 00 08 00 80 96 F7
cPK\0x01\0x02\0x14\0x0b\0x14 \0x00\0x00\0x00\0x08\0x00\0x80\0x96\0xf7
[010] 38 63 04 52 FB 4E 02 00 00 FB 04 00 00 2E 00 00
8c\0x04R\0xfbN\0x02\0x00 \0x00\0xfb\0x04\0x00\0x00.\0x00\0x00
[020] 00 00 00 00 00 01 00 00 00
\0x00\0x00\0x00\0x00\0x00\0x01\0x00\0x00 \0x00
17:46:35.842472 IP pdc-c...
2016 May 30
0
[cfe-dev] How to debug if LTO generate wrong code?
...dump -dS codemodel1_large_lto_gcc.bin
int main(int argc, const char* argv[])
{
40048b: 55 push %rbp
40048c: 48 89 e5 mov %rsp,%rbp
40048f: 48 83 ec 20 sub $0x20,%rsp
400493: 89 7d ec mov %edi,-0x14(%rbp)
400496: 48 89 75 e0 mov %rsi,-0x20(%rbp)
int t = global_func(argc);
40049a: 8b 45 ec mov -0x14(%rbp),%eax
40049d: 89 c7 mov %eax,%edi
40049f: 48 b8 76 04 40 00 00 movabs $0x400476,%rax
4004a6:...
1999 Dec 20
6
URGENT: REDHAT 6.1 STORES SAMBA PRIVATE FILES IN /etc
dear redhat,
i examined a friend's system today, to help him configure it. assuming
that he just "installed" from scratch the samba package, it appears that
you have provided a default smb.conf file for redhat 6.1 that puts samba
private configuration files in /etc. the suggested options, for example
show "smbpasswd file = /etc/smbpasswd".
this is REALLY bad.
1) you
2017 Aug 31
5
Xen CentOS 7.3 server + CentOS 7.3 VM fails to boot after CR updates (applied to VM)!
A recently created and fully functional CentOS 7.3 VM fails to boot after
applying CR updates:
...
;-1f1;-1f CentOS Linux 7 (Core)1;-1f1;-1f CentOS Linux 7 (Core)1;-1f1;-1f
CentOS Linux 7 (Core)1;-1f1;-1f CentOS Linux 7 (Core)1;-1f1;-1f CentOS
Linux 7 (Core)1;-1f1;-1f CentOS Linux 7 (Core)1;-1f1;-1f CentOS Linux 7
(Core)1;-1f1;-1f CentOS Linux 7 (Core)1;-1f1;-1f CentOS Linux 7
(Core)1;-1f1;-1f
2001 Nov 19
3
WineLib Seg Fault?
...80:trace:heap:HeapAlloc (40360000,00000002,00000018): returning
40360108
0806d080:trace:reg:NtOpenKey (0x10,L"Drive A",f003f,0xbfffed94)
0806d080:trace:reg:NtOpenKey <- 0x0014
0806d080:trace:heap:HeapFree (40360000,00000002,40360108): returning
TRUE
0806d080:trace:reg:RegQueryValueExA
(0x14,"Path",(nil),0xbfffed8c,0xbfffed98,0xbfffed90=1024)
0806d080:trace:heap:HeapAlloc (40360000,00000002,00000018): returning
40360108
0806d080:trace:reg:NtQueryValueKey (0x14,L"Path",2,0xbfffec60,256)
0806d080:trace:heap:HeapFree (40360000,00000002,40360108): returning
TRUE
0806d08...
2016 May 30
1
[cfe-dev] How to debug if LTO generate wrong code?
...el1_large_lto_gcc.bin
> > $ objdump -dS codemodel1_large_lto_gcc.bin
> >
> > int main(int argc, const char* argv[])
> > {
> > 40048b: 55 push %rbp
> > 40048c: 48 89 e5 mov %rsp,%rbp
> > 40048f: 48 83 ec 20 sub $0x20,%rsp
> > 400493: 89 7d ec mov %edi,-0x14(%rbp)
> > 400496: 48 89 75 e0 mov %rsi,-0x20(%rbp)
> > int t = global_func(argc);
> > 40049a: 8b 45 ec mov -0x14(%rbp),%eax
> > 40049d: 89 c7 mov %eax,%edi
> > 40049f: 48 b8 76 04 40 00 00 movabs $0x400476,%rax
> > 4004a6: 00 00 00
> > 4004a9: ff d0 callq *...