search for: 0xdead

Displaying 13 results from an estimated 13 matches for "0xdead".

Did you mean: 0x9ead
2013 Jul 29
2
[LLVMdev] Proposing a new 'alloca' parameter attribute to implement the Microsoft C++ ABI
...or is the bare minimum needed to support the ABI. cl.exe uses a more efficient lowering that evaluates the arguments right to left directly into the outgoing argument stack slots. It lowers following call to bar to something like: struct A {int x; int y;}; A foo(); void bar(int, A, int); ... bar(0xdead, foo(), 0xbeef); x86_32 pseudo intel asm: push 0xdead sub esp, 8 push esp # sret arg for foo call foo add esp, 4 # clear sret arg push 0xbeef call bar add 16 # clear args With the current proposal, LLVM would generate code that adjusts the stack once to begin the call, and once more to end it....
2013 Jul 29
1
[LLVMdev] Proposing a new 'alloca' parameter attribute to implement the Microsoft C++ ABI
...that evaluates the arguments >> right to >> left directly into the outgoing argument stack slots. It lowers >> following call >> to bar to something like: >> >> struct A {int x; int y;}; >> A foo(); >> void bar(int, A, int); >> ... >> bar(0xdead, foo(), 0xbeef); >> >> x86_32 pseudo intel asm: >> >> push 0xdead >> sub esp, 8 >> push esp # sret arg for foo >> call foo >> add esp, 4 # clear sret arg >> push 0xbeef >> call bar >> > > I got confused by your example. Is th...
2013 Jul 29
0
[LLVMdev] Proposing a new 'alloca' parameter attribute to implement the Microsoft C++ ABI
...ABI. > cl.exe uses a more efficient lowering that evaluates the arguments right to > left directly into the outgoing argument stack slots. It lowers following call > to bar to something like: > > struct A {int x; int y;}; > A foo(); > void bar(int, A, int); > ... > bar(0xdead, foo(), 0xbeef); > > x86_32 pseudo intel asm: > > push 0xdead > sub esp, 8 > push esp # sret arg for foo > call foo > add esp, 4 # clear sret arg > push 0xbeef > call bar I got confused by your example. Is the struct passed on the stack, amongst the other parameters...
2013 Jul 29
0
[LLVMdev] Proposing a new 'alloca' parameter attribute to implement the Microsoft C++ ABI
On 29/07/13 15:30, Anton Korobeynikov wrote: >>> object in place on the stack or at least call its copy constructor. >> >> >> what does GCC do? > Nothing. It does not support MSVC ABI. Maybe we shouldn't either :) So the ABI requires the struct to be pushed on the stack by the caller along with the other parameters, and what's more it requires the caller to
2013 Jul 29
3
[LLVMdev] Proposing a new 'alloca' parameter attribute to implement the Microsoft C++ ABI
>> object in place on the stack or at least call its copy constructor. > > > what does GCC do? Nothing. It does not support MSVC ABI. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2009 Mar 30
0
[PATCH 0/1] v2 Add Diagnostic MBR for trouble-shooting
Changes: * Fix [C]HS indicator over-write (was showing '5' not 'C') * Use 0xDEAD as magic-bytes filler to make it clear when read_sector didn't replace it * Improvements to commentary and description. TJ (1): Add Diagnostic MBR for trouble-shooting mbr/Makefile | 6 +- mbr/mbr-diag.S | 372 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files change...
2004 Feb 11
2
Problem with opening a file
...modify any register, and doesn't modify the carry flag. I then modified comapi_open in comboot.inc so it sets ax to some value and recompiled SYSLINUX, reinstalled it in my disk image and reran my tests, and still no modification to ax... I checked the syslinux source and my magic values (0xDEAD and 0xBEEF for success and failure) are there, so the code did get compiled. Does anyone know how something like this can happen ? The comapi_open does appear in the int22_table, and on the correct offset... but I haven't checked the ISR yet... BTW, I'm using VMWare 4 for testing... C&...
2009 Mar 30
2
[PATCH 1/1] v2 Add Diagnostic MBR for trouble-shooting
...). '?' if no active partition + O offset absolute sector offset of active partition . '????????' if no active partition + M magic magic bytes of active partition boot sector (sector <offset> as read by BIOS). + '????' if no active partition. Value is reset to 0xDEAD before the sector is read + to avoid inheriting the MBR magic on error + E error error code returned by BIOS 'read sector' interrupt (0x02 or 0x42, int 0x13). + '??' if no active partition. + + Examples: + L D80h C3D9h HFFh S3Fh P1 O00000020h MAA55h E00h + C D80h C3D9h...
2009 Mar 30
2
[PATCH 1/1] v3: Add Diagnostic MBR for trouble-shooting BIOS boot-order problems.
...). '?' if no active partition + O offset absolute sector offset of active partition . '????????' if no active partition + M magic magic bytes of active partition boot sector (sector <offset> as read by BIOS). + '????' if no active partition. Value is reset to 0xDEAD before the sector is read + to avoid inheriting the MBR magic on error + E error error code returned by BIOS 'read sector' interrupt (0x02 or 0x42, int 0x13). + '??' if no active partition. + + Examples: + L D81 C3D9 HFF S3F P1 O00000020 MAA55 E00 + C D80 C3D9 HFF S3F P...
2010 Aug 23
6
Wine 1.2 IE8
...rmationToken Unhandled Token Information class 18! fixme:advapi:RegisterTraceGuidsW (0x6cd15f38, 0x6cd20180, {e2821408-c59d-418f-ad3f-aa4e792aeb79}, 1, 0x32f6bc, (null), (null), 0x6cd20188,) fixme:ntdll:NtCreateJobObject stub: 0x32faf4 1f001f <null> fixme:ntdll:NtSetInformationJobObject stub: 0xdead 9 0x32fb1c 112 fixme:process:RegisterApplicationRestart (L"-restart /WERRESTART",0) fixme:ras:RasEnumEntriesW ((nil),(null),0x16a218,0x32ea74,0x16a104),stub! fixme:ras:RasConnectionNotificationW (0xffffffff,0xf0,0x00000003),stub! fixme:advapi:RegisterTraceGuidsA (0x1bb31d3, 0x1bc1688, {1f...
2016 Dec 20
0
[ANNOUNCE] nftables 0.7 release
...ddress type is also supported, this can be used to only accept packets to addresses configured in the same interface, eg. # nft add rule x prerouting fib daddr . iif type local accept Its also possible to use mark and verdict map, eg, # nft add rule x prerouting \ meta mark set 0xdead fib daddr . mark type vmap { blackhole : drop, prohibit : drop, unicast : accept } * Support hashing of any arbitrary key combination, eg. # nft add rule x y \ dnat to jhash ip saddr . tcp dport mod 2 map { \ 0 : 19...
2011 Oct 28
2
Switched distros, now my applications don't work.
Hello, I had previously installed an MMORPG (Champions Online) and Internet Explorer 8 on Ubuntu 11.04 using Wine 1.2 and they both worked fine. When I upgraded to 11.10 I lost sound in the game and when I checked it had been upgraded to 1.3, so I switched back to 1.2 and the problem was resolved. I recently changed to Xubuntu 11.10 (being unable to move the Unity launcher bar was incredibly
2012 Sep 12
2
[Bug 54830] New: Display is shifted to right (ASUS VS197)
...: Parsing VBIOS init table 1 at offset 0xDCE1 [ 8.622664] [drm] nouveau 0000:00:0d.0: Parsing VBIOS init table 2 at offset 0xDCE2 [ 8.622790] [drm] nouveau 0000:00:0d.0: Parsing VBIOS init table 3 at offset 0xDE64 [ 8.622801] [drm] nouveau 0000:00:0d.0: Parsing VBIOS init table 4 at offset 0xDEAD [ 9.100056] [drm] nouveau 0000:00:0d.0: 1 available performance level(s) [ 9.100062] [drm] nouveau 0000:00:0d.0: 0: core 425MHz shader 425MHz fanspeed 100% [ 9.100069] [drm] nouveau 0000:00:0d.0: c: [ 9.100243] [TTM] Zone kernel: Available graphics memory: 997804 kiB. [ 9.100246] [T...