Displaying 1 result from an estimated 1 matches for "sim_k_text".
2011 Feb 21
5
How to create shadow page table of my own?
...n the final vmlinux image(see below)
objdump -h vmlinux
vmlinux: file format elf32-i386
Sections:
Idx Name Size VMA LMA File off Algn
0 .text 0048eb08 c0100000 00100000 00001000 2**6
CONTENTS, ALLOC, LOAD, RELOC, READONLY, CODE
1sim_k_text 0000b7cc c058f000 0058f000 00490000 2**4
CONTENTS, ALLOC, LOAD, RELOC, READONLY, CODE
........................................
16 .data 000400c8 c0760000 00760000 00661000 2**12
CONTENTS, ALLOC, LOAD, RELOC, DATA
17sim_k_data 0000007c c07...