Displaying 2 results from an estimated 2 matches for "0001013c".
Did you mean:
  00010130
  
2008 Oct 23
4
Wine crashes, debug info included
...44).
Register dump:
 CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
 EIP:6020cd44 ESP:0034b370 EBP:00000000 EFLAGS:00210246(   - 00      -RIZP1)
 EAX:00000000 EBX:00010100 ECX:00000000 EDX:00000001
 ESI:0019a9a0 EDI:ffffffef
Stack dump:
0x0034b370:  6023f08a 00000000 0019a9a0 00000000
0x0034b380:  0001013c 00000390 0019a9a0 6023f484
0x0034b390:  00000390 00000013 00000000 00000001
0x0034b3a0:  fffffffe 00000390 0019a9a0 6023f1cf
0x0034b3b0:  0002013a 00020130 0001013c 00000000
0x0034b3c0:  0034b3f8 7ee24764 7edaaf10 7edffeaa
Backtrace:
=>1 0x6020cd44 in atermmgr (+0xcd44) (0x00000000)
0x6020cd44:...
2020 Apr 08
0
[RFC PATCH 00/26] Runtime paravirt patching
...hich forms
> the bulk of the added state). The added footprint is the size of the
> .parainstructions.runtime section:
> 
>   $ objdump -h vmlinux|grep .parainstructions
>   Idx Name              		Size      VMA
>   	LMA                File-off  Algn
>    27 .parainstructions 		0001013c  ffffffff82895000
>    	0000000002895000   01c95000  2**3
>    28 .parainstructions.runtime  0000cd2c  ffffffff828a5140
>    	00000000028a5140   01ca5140  2**3
> 
>    $ size vmlinux
>    text       data       bss        dec      hex       filename
>    13726196   12302814   14...