Skip to content

Instantly share code, notes, and snippets.

@adachristine
Created February 7, 2023 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adachristine/04778d5c3bfbe54f3ffab0c3a1671960 to your computer and use it in GitHub Desktop.
Save adachristine/04778d5c3bfbe54f3ffab0c3a1671960 to your computer and use it in GitHub Desktop.
ELF Header:
Magic: 7f 45 4c 46 02 01 01 00 00 00 00 00 00 00 00 00
Class: ELF64
Data: 2's complement, little endian
Version: 1 (current)
OS/ABI: UNIX - System V
ABI Version: 0
Type: DYN (Shared object file)
Machine: Advanced Micro Devices X86-64
Version: 0x1
Entry point address: 0x1000
Start of program headers: 64 (bytes into file)
Start of section headers: 103704 (bytes into file)
Flags: 0x0
Size of this header: 64 (bytes)
Size of program headers: 56 (bytes)
Number of program headers: 5
Size of section headers: 64 (bytes)
Number of section headers: 26
Section header string table index: 25
Section Headers:
[Nr] Name Type Address Off Size ES Flg Lk Inf Al
[ 0] NULL 0000000000000000 000000 000000 00 0 0 0
[ 1] .hash HASH 0000000000000380 000380 000018 04 A 2 0 8
[ 2] .dynsym DYNSYM 0000000000000398 000398 000048 18 A 3 1 8
[ 3] .dynstr STRTAB 00000000000003e0 0003e0 00001e 00 A 0 0 1
[ 4] .gnu.hash GNU_HASH 0000000000000400 000400 000028 00 A 2 0 8
[ 5] .rodata.str1.1 PROGBITS 0000000000000428 000428 0006bb 01 AMS 0 0 1
[ 6] .rodata.cst8 PROGBITS 0000000000000ae8 000ae8 000008 08 AM 0 0 8
[ 7] .text PROGBITS 0000000000001000 001000 006725 00 AX 0 0 4096
[ 8] .plt PROGBITS 0000000000007730 007730 0008d0 00 AX 0 0 16
[ 9] .dynamic DYNAMIC 0000000000008000 008000 000110 10 WA 3 0 4096
[10] .data PROGBITS 0000000000008110 008110 000838 00 WA 0 0 16
[11] .data.rel PROGBITS 0000000000008948 008948 000068 00 WA 0 0 8
[12] .bss NOBITS 00000000000089b0 0089b0 001650 00 WA 0 0 16
[13] .rela.dyn RELA 0000000000000158 000158 000228 18 A 2 0 8
[14] .debug_abbrev PROGBITS 0000000000000000 0089b0 0016ce 00 0 0 1
[15] .debug_info PROGBITS 0000000000000000 00a07e 0038c8 00 0 0 1
[16] .debug_str_offsets PROGBITS 0000000000000000 00d946 0013d0 00 0 0 1
[17] .debug_str PROGBITS 0000000000000000 00ed16 001bae 01 MS 0 0 1
[18] .debug_addr PROGBITS 0000000000000000 0108c4 000800 00 0 0 1
[19] .debug_frame PROGBITS 0000000000000000 0110c8 001c68 00 0 0 8
[20] .debug_line PROGBITS 0000000000000000 012d30 003ff3 00 0 0 1
[21] .debug_line_str PROGBITS 0000000000000000 016d23 0002a8 01 MS 0 0 1
[22] .debug_loclists PROGBITS 0000000000000000 016fcb 00002b 00 0 0 1
[23] .symtab SYMTAB 0000000000000000 016ff8 001758 18 24 247 8
[24] .strtab STRTAB 0000000000000000 018750 000cc0 00 0 0 1
[25] .shstrtab STRTAB 0000000000000000 019410 000101 00 0 0 1
Key to Flags:
W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
L (link order), O (extra OS processing required), G (group), T (TLS),
C (compressed), x (unknown), o (OS specific), E (exclude),
D (mbind), l (large), p (processor specific)
There are no section groups in this file.
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000000 0x0000000000000000 0x0000000000000000 0x000af0 0x000af0 R 0x1000
LOAD 0x001000 0x0000000000001000 0x0000000000001000 0x007000 0x007000 R E 0x1000
LOAD 0x008000 0x0000000000008000 0x0000000000008000 0x0009b0 0x002000 RW 0x1000
DYNAMIC 0x008000 0x0000000000008000 0x0000000000008000 0x000110 0x000110 RW 0x1000
GNU_STACK 0x000000 0x0000000000000000 0x0000000000000000 0x000000 0x000000 RW 0x10
Section to Segment mapping:
Segment Sections...
00 .hash .dynsym .dynstr .gnu.hash .rodata.str1.1 .rodata.cst8 .rela.dyn
01 .text .plt
02 .dynamic .data .data.rel .bss
03 .dynamic
04
Dynamic section at offset 0x8000 contains 13 entries:
Tag Type Name/Value
0x0000000000000010 (SYMBOLIC) 0x0
0x0000000000000004 (HASH) 0x380
0x000000006ffffef5 (GNU_HASH) 0x400
0x0000000000000005 (STRTAB) 0x3e0
0x0000000000000006 (SYMTAB) 0x398
0x000000000000000a (STRSZ) 30 (bytes)
0x000000000000000b (SYMENT) 24 (bytes)
0x0000000000000007 (RELA) 0x158
0x0000000000000008 (RELASZ) 552 (bytes)
0x0000000000000009 (RELAENT) 24 (bytes)
0x000000000000001e (FLAGS) SYMBOLIC
0x000000006ffffff9 (RELACOUNT) 23
0x0000000000000000 (NULL) 0x0
Relocation section '.rela.dyn' at offset 0x158 contains 23 entries:
Offset Info Type Symbol's Value Symbol's Name + Addend
0000000000008748 0000000000000008 R_X86_64_RELATIVE 438
0000000000008770 0000000000000008 R_X86_64_RELATIVE 31a0
00000000000087d0 0000000000000008 R_X86_64_RELATIVE 8758
0000000000008810 0000000000000008 R_X86_64_RELATIVE 8768
0000000000008850 0000000000000008 R_X86_64_RELATIVE 8768
0000000000008890 0000000000000008 R_X86_64_RELATIVE 8758
00000000000088b0 0000000000000008 R_X86_64_RELATIVE 815
00000000000088b8 0000000000000008 R_X86_64_RELATIVE 823
00000000000088c0 0000000000000008 R_X86_64_RELATIVE 833
00000000000088c8 0000000000000008 R_X86_64_RELATIVE 841
0000000000008910 0000000000000008 R_X86_64_RELATIVE 31a0
000000000000894a 0000000000000008 R_X86_64_RELATIVE 9a40
0000000000008954 0000000000000008 R_X86_64_RELATIVE 8a40
0000000000008960 0000000000000008 R_X86_64_RELATIVE 9b1
0000000000008968 0000000000000008 R_X86_64_RELATIVE 6370
0000000000008970 0000000000000008 R_X86_64_RELATIVE 6390
0000000000008978 0000000000000008 R_X86_64_RELATIVE 63a0
0000000000008980 0000000000000008 R_X86_64_RELATIVE 63b0
0000000000008988 0000000000000008 R_X86_64_RELATIVE 6420
0000000000008990 0000000000000008 R_X86_64_RELATIVE 6440
0000000000008998 0000000000000008 R_X86_64_RELATIVE 64b0
00000000000089a0 0000000000000008 R_X86_64_RELATIVE 64c0
00000000000089a8 0000000000000008 R_X86_64_RELATIVE 64f0
No processor specific unwind information to decode
Symbol table '.dynsym' contains 3 entries:
Num: Value Size Type Bind Vis Ndx Name
0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND
1: 00000000000055e0 16 FUNC GLOBAL DEFAULT 7 kcc_page_alloc
2: 00000000000055f0 27 FUNC GLOBAL DEFAULT 7 kcc_page_free
Symbol table '.symtab' contains 249 entries:
Num: Value Size Type Bind Vis Ndx Name
0: 0000000000000000 0 NOTYPE LOCAL DEFAULT UND
1: 0000000000000000 0 FILE LOCAL DEFAULT ABS kprintf.c
2: 00000000000013a0 56 FUNC LOCAL DEFAULT 7 kfp_write_character
3: 00000000000013e0 52 FUNC LOCAL DEFAULT 7 kfp_write_wcharacter
4: 0000000000001420 73 FUNC LOCAL DEFAULT 7 kfp_write_string
5: 0000000000001470 73 FUNC LOCAL DEFAULT 7 kfp_write_wstring
6: 00000000000014c0 435 FUNC LOCAL DEFAULT 7 printf_internal
7: 00000000000017a0 1581 FUNC LOCAL DEFAULT 7 parse_specifier
8: 0000000000001dd0 137 FUNC LOCAL DEFAULT 7 print_character
9: 0000000000001e60 274 FUNC LOCAL DEFAULT 7 print_string
10: 0000000000001f80 1113 FUNC LOCAL DEFAULT 7 print_integer
11: 00000000000023e0 186 FUNC LOCAL DEFAULT 7 is_negative
12: 00000000000024a0 283 FUNC LOCAL DEFAULT 7 convert_integer
13: 0000000000008748 8 OBJECT LOCAL DEFAULT 10 convert_integer.stringdigits
14: 0000000000000000 0 FILE LOCAL DEFAULT ABS kc_main.c
15: 00000000000089b0 8 OBJECT LOCAL DEFAULT 12 boot_data
16: 0000000000000000 0 FILE LOCAL DEFAULT ABS memory.c
17: 0000000000008750 344 OBJECT LOCAL DEFAULT 10 vm_state
18: 00000000000029d0 581 FUNC LOCAL DEFAULT 7 vm_init
19: 00000000000089b8 16 OBJECT LOCAL DEFAULT 12 temp_state
20: 0000000000003510 94 FUNC LOCAL DEFAULT 7 temp_page_free
21: 0000000000003570 261 FUNC LOCAL DEFAULT 7 temp_page_map
22: 0000000000003680 36 FUNC LOCAL DEFAULT 7 temp_page_unmap
23: 0000000000002ce0 432 FUNC LOCAL DEFAULT 7 page_map_at
24: 0000000000003740 458 FUNC LOCAL DEFAULT 7 map_tableset
25: 00000000000088a8 8 OBJECT LOCAL DEFAULT 10 heap_root
26: 0000000000003360 357 FUNC LOCAL DEFAULT 7 print_exception_context
27: 00000000000036b0 137 FUNC LOCAL DEFAULT 7 temp_page_alloc
28: 0000000000000000 0 FILE LOCAL DEFAULT ABS cpu.c
29: 00000000000089d0 104 OBJECT LOCAL DEFAULT 12 tss
30: 0000000000008a40 4096 OBJECT LOCAL DEFAULT 12 idt
31: 0000000000003c70 180 FUNC LOCAL DEFAULT 7 gdt_init
32: 0000000000003d30 43 FUNC LOCAL DEFAULT 7 idt_init
33: 0000000000003d90 23 FUNC LOCAL DEFAULT 7 syscall_entry
34: 0000000000003fa0 389 FUNC LOCAL DEFAULT 7 set_gdt
35: 0000000000003e50 253 FUNC LOCAL DEFAULT 7 set_idt
36: 0000000000009a40 128 OBJECT LOCAL DEFAULT 12 gdt
37: 0000000000000000 0 FILE LOCAL DEFAULT ABS vm_tree.c
38: 0000000000004940 57 FUNC LOCAL DEFAULT 7 compare_key
39: 00000000000045d0 230 FUNC LOCAL DEFAULT 7 RotateDirRoot
40: 0000000000004b50 108 FUNC LOCAL DEFAULT 7 compare
41: 0000000000000000 0 FILE LOCAL DEFAULT ABS panic.c
42: 00000000000088b0 32 OBJECT LOCAL DEFAULT 10 reason_strings
43: 0000000000000000 0 FILE LOCAL DEFAULT ABS task.c
44: 0000000000004e00 11 FUNC LOCAL DEFAULT 7 lock_scheduler
45: 0000000000004e10 189 FUNC LOCAL DEFAULT 7 sleeping_thread_callback
46: 0000000000004ed0 72 FUNC LOCAL DEFAULT 7 create_interrupt_stack
47: 0000000000005000 29 FUNC LOCAL DEFAULT 7 idle_thread_entry
48: 0000000000004f20 209 FUNC LOCAL DEFAULT 7 create_thread
49: 0000000000009ac8 8 OBJECT LOCAL DEFAULT 12 idle_thread
50: 0000000000005020 59 FUNC LOCAL DEFAULT 7 sleepy_thread_entry
51: 0000000000009ad0 8 OBJECT LOCAL DEFAULT 12 current_thread
52: 0000000000005060 70 FUNC LOCAL DEFAULT 7 ready_thread_push_back
53: 00000000000053b0 20 FUNC LOCAL DEFAULT 7 lock_preempt
54: 0000000000009af0 8 OBJECT LOCAL DEFAULT 12 sleeping_threads
55: 00000000000054d0 101 FUNC LOCAL DEFAULT 7 unblock_thread
56: 00000000000053d0 104 FUNC LOCAL DEFAULT 7 unlock_preempt
57: 00000000000052c0 11 FUNC LOCAL DEFAULT 7 unlock_scheduler
58: 00000000000052d0 40 FUNC LOCAL DEFAULT 7 sleep_thread
59: 0000000000009b00 8 OBJECT LOCAL DEFAULT 12 last_ready_thread
60: 0000000000009ae8 8 OBJECT LOCAL DEFAULT 12 first_ready_thread
61: 0000000000009ad8 8 OBJECT LOCAL DEFAULT 12 preempt_switch_count
62: 0000000000009ae0 1 OBJECT LOCAL DEFAULT 12 preempt_switch_flag
63: 0000000000005170 76 FUNC LOCAL DEFAULT 7 ready_thread_pop
64: 00000000000051c0 68 FUNC LOCAL DEFAULT 7 ready_thread_push
65: 0000000000005210 176 FUNC LOCAL DEFAULT 7 set_thread
66: 0000000000005470 87 FUNC LOCAL DEFAULT 7 update_time
67: 0000000000005300 173 FUNC LOCAL DEFAULT 7 sleep_thread_until
68: 0000000000005440 45 FUNC LOCAL DEFAULT 7 block_thread
69: 0000000000009af8 8 OBJECT LOCAL DEFAULT 12 update_time.last_elapsed
70: 0000000000000000 0 FILE LOCAL DEFAULT ABS pic8259.c
71: 0000000000005be0 26 FUNC LOCAL DEFAULT 7 wait
72: 0000000000005dd0 229 FUNC LOCAL DEFAULT 7 irq_is_spurious
73: 0000000000000000 0 FILE LOCAL DEFAULT ABS pit8253.c
74: 0000000000006570 84 FUNC LOCAL DEFAULT 7 set_divisor
75: 0000000000009ba0 2 OBJECT LOCAL DEFAULT 12 divisor
76: 00000000000065d0 99 FUNC LOCAL DEFAULT 7 find_callback
77: 0000000000009b98 8 OBJECT LOCAL DEFAULT 12 callback_list
78: 0000000000009b90 8 OBJECT LOCAL DEFAULT 12 count
79: 0000000000000000 0 FILE LOCAL DEFAULT ABS page_early.c
80: 0000000000009ba8 24 OBJECT LOCAL DEFAULT 12 early_state
81: 0000000000000000 0 FILE LOCAL DEFAULT ABS video.c
82: 0000000000009bc8 40 OBJECT LOCAL DEFAULT 12 framebuffer_bitmap
83: 0000000000009bf0 40 OBJECT LOCAL DEFAULT 12 console_state
84: 0000000000006ff0 88 FUNC LOCAL DEFAULT 7 pixel_put
85: 0000000000007240 124 FUNC LOCAL DEFAULT 7 pixel_addr
86: 00000000000070a0 402 FUNC LOCAL DEFAULT 7 character_draw
87: 00000000000072c0 49 FUNC LOCAL DEFAULT 7 check_append_character
88: 0000000000007300 225 FUNC LOCAL DEFAULT 7 console_feed_line
89: 00000000000076b0 117 FUNC LOCAL DEFAULT 7 glyph_pixel
90: 0000000000007660 71 FUNC LOCAL DEFAULT 7 pixel_set
91: 00000000000073f0 371 FUNC LOCAL DEFAULT 7 bitmap_copy
92: 0000000000007570 234 FUNC LOCAL DEFAULT 7 bitmap_fill
93: 0000000000008270 1235 OBJECT LOCAL DEFAULT 10 ascii_characters
94: 0000000000000000 0 FILE LOCAL DEFAULT ABS reloc_x86_64.c
95: 00000000000010d0 150 FUNC LOCAL DEFAULT 7 do_rela
96: 0000000000000000 0 FILE LOCAL DEFAULT ABS dynamic_x86_64.c
97: 0000000000000000 0 FILE LOCAL DEFAULT ABS serial.c
98: 00000000000026d0 22 FUNC LOCAL DEFAULT 7 is_transmit_empty
99: 0000000000000000 0 FILE LOCAL DEFAULT ABS port.c
100: 0000000000000000 0 FILE LOCAL DEFAULT ABS mmu.c
101: 0000000000000000 0 FILE LOCAL DEFAULT ABS memset.c
102: 0000000000000000 0 FILE LOCAL DEFAULT ABS memcpy.c
103: 0000000000000000 0 FILE LOCAL DEFAULT ABS memmove.c
104: 0000000000000000 0 FILE LOCAL DEFAULT ABS memcmp.c
105: 0000000000000000 0 FILE LOCAL DEFAULT ABS msr.c
106: 0000000000000000 0 FILE LOCAL DEFAULT ABS irq.c
107: 0000000000009b08 8 OBJECT LOCAL DEFAULT 12 irq_lock_count
108: 0000000000000000 0 FILE LOCAL DEFAULT ABS kcc_memory.c
109: 0000000000000000 0 FILE LOCAL DEFAULT ABS string.c
110: 0000000000005870 232 FUNC LOCAL DEFAULT 7 valueof
111: 0000000000000000 0 FILE LOCAL DEFAULT ABS page_stack.c
112: 00000000000088d0 120 OBJECT LOCAL DEFAULT 10 stack_state
113: 0000000000006970 303 FUNC LOCAL DEFAULT 7 stack_pop
114: 0000000000006c80 160 FUNC LOCAL DEFAULT 7 stack_push
115: 0000000000006db0 116 FUNC LOCAL DEFAULT 7 stack_type
116: 0000000000000000 0 FILE LOCAL DEFAULT ABS kstdio.c
117: 0000000000000000 0 FILE LOCAL DEFAULT ABS
118: 00000000000016e0 85 FUNC LOCAL DEFAULT 7 kvprintf
119: 00000000000026f0 33 FUNC LOCAL DEFAULT 7 inb
120: 00000000000028d0 27 FUNC LOCAL DEFAULT 7 page_set_allocated
121: 0000000000005c90 118 FUNC LOCAL DEFAULT 7 pic8259_irq_unmask
122: 0000000000005538 59 FUNC LOCAL DEFAULT 7 cpu_set_thread
123: 00000000000039e0 241 FUNC LOCAL DEFAULT 7 memmove
124: 00000000000028b0 27 FUNC LOCAL DEFAULT 7 page_get_present
125: 0000000000006b10 81 FUNC LOCAL DEFAULT 7 page_stack_free
126: 0000000000003bf0 119 FUNC LOCAL DEFAULT 7 cpu_init
127: 0000000000004980 163 FUNC LOCAL DEFAULT 7 vmn_successor_node
128: 00000000000060a6 71 FUNC LOCAL DEFAULT 7 pic8259_irq6_isr
129: 0000000000008000 0 OBJECT LOCAL DEFAULT 9 _DYNAMIC
130: 00000000000067f0 228 FUNC LOCAL DEFAULT 7 page_early_alloc
131: 0000000000002890 27 FUNC LOCAL DEFAULT 7 page_set_present
132: 0000000000009ac0 8 OBJECT LOCAL DEFAULT 12 timesource
133: 0000000000002910 76 FUNC LOCAL DEFAULT 7 page_alloc
134: 0000000000003f80 7 FUNC LOCAL DEFAULT 7 int_enable
135: 00000000000063a0 13 FUNC LOCAL DEFAULT 7 pit8253_stop
136: 0000000000003f50 41 FUNC LOCAL DEFAULT 7 ist_install
137: 0000000000006d20 51 FUNC LOCAL DEFAULT 7 page_stack_set_present
138: 0000000000003970 110 FUNC LOCAL DEFAULT 7 memcpy
139: 0000000000005fd1 71 FUNC LOCAL DEFAULT 7 pic8259_irq3_isr
140: 0000000000005ec0 60 FUNC LOCAL DEFAULT 7 pic8259_irq_end
141: 00000000000063b0 101 FUNC LOCAL DEFAULT 7 pit8253_set_frequency
142: 0000000000003b90 17 FUNC LOCAL DEFAULT 7 get_tss_rsp0
143: 0000000000002840 13 FUNC LOCAL DEFAULT 7 vm_get_tree
144: 0000000000005f43 71 FUNC LOCAL DEFAULT 7 pic8259_irq1_isr
145: 0000000000005580 16 FUNC LOCAL DEFAULT 7 irq_lock
146: 00000000000060ed 71 FUNC LOCAL DEFAULT 7 pic8259_irq7_isr
147: 0000000000001000 51 FUNC LOCAL DEFAULT 7 kc_entry
148: 0000000000006420 22 FUNC LOCAL DEFAULT 7 pit8253_get_frequency
149: 00000000000061c2 71 FUNC LOCAL DEFAULT 7 pic8259_irq10_isr
150: 00000000000027c0 107 FUNC LOCAL DEFAULT 7 kc_main
151: 0000000000002780 28 FUNC LOCAL DEFAULT 7 mmu_get_map
152: 0000000000002870 25 FUNC LOCAL DEFAULT 7 page_init_final
153: 00000000000027a0 22 FUNC LOCAL DEFAULT 7 mmu_invalidate
154: 0000000000002750 41 FUNC LOCAL DEFAULT 7 mmu_set_map
155: 000000000000605f 71 FUNC LOCAL DEFAULT 7 pic8259_irq5_isr
156: 00000000000066a0 329 FUNC LOCAL DEFAULT 7 page_early_final
157: 0000000000004af0 95 FUNC LOCAL DEFAULT 7 vmt_get_object
158: 0000000000004270 155 FUNC LOCAL DEFAULT 7 vmt_search_key
159: 00000000000046c0 631 FUNC LOCAL DEFAULT 7 vmt_delete
160: 0000000000005d10 183 FUNC LOCAL DEFAULT 7 pic8259_irq_begin
161: 0000000000006390 13 FUNC LOCAL DEFAULT 7 pit8253_start
162: 0000000000004c04 72 FUNC LOCAL DEFAULT 7 general_protection_isr
163: 0000000000005c00 143 FUNC LOCAL DEFAULT 7 pic8259_irq_mask
164: 0000000000003d60 48 FUNC LOCAL DEFAULT 7 exceptions_init
165: 0000000000002ea0 323 FUNC LOCAL DEFAULT 7 heap_alloc
166: 00000000000064b0 15 FUNC LOCAL DEFAULT 7 pit8253_delete_callback
167: 0000000000006e30 37 FUNC LOCAL DEFAULT 7 kfputc
168: 0000000000001680 91 FUNC LOCAL DEFAULT 7 kfprintf
169: 0000000000004a30 86 FUNC LOCAL DEFAULT 7 vmn_min
170: 0000000000002690 55 FUNC LOCAL DEFAULT 7 serial_putchar
171: 000000000000a000 0 NOTYPE LOCAL DEFAULT 12 kc_image_end
172: 0000000000006250 71 FUNC LOCAL DEFAULT 7 pic8259_irq12_isr
173: 00000000000068e0 70 FUNC LOCAL DEFAULT 7 page_stack_init
174: 0000000000006b70 47 FUNC LOCAL DEFAULT 7 page_stack_get_present
175: 0000000000002980 27 FUNC LOCAL DEFAULT 7 page_inc_ref
176: 0000000000006c30 69 FUNC LOCAL DEFAULT 7 page_stack_set_free
177: 00000000000064c0 35 FUNC LOCAL DEFAULT 7 pit8253_nanoseconds_elapsed
178: 0000000000006aa0 100 FUNC LOCAL DEFAULT 7 page_stack_inc_ref
179: 0000000000006297 71 FUNC LOCAL DEFAULT 7 pic8259_irq13_isr
180: 0000000000004130 316 FUNC LOCAL DEFAULT 7 vmt_init_node
181: 0000000000004570 85 FUNC LOCAL DEFAULT 7 vmn_child_direction
182: 0000000000006d60 69 FUNC LOCAL DEFAULT 7 page_stack_set_allocated
183: 0000000000005590 68 FUNC LOCAL DEFAULT 7 irq_unlock
184: 0000000000009b10 128 OBJECT LOCAL DEFAULT 12 irq_handlers
185: 0000000000003db0 151 FUNC LOCAL DEFAULT 7 isr_install
186: 00000000000062de 71 FUNC LOCAL DEFAULT 7 pic8259_irq14_isr
187: 0000000000001168 7 FUNC LOCAL DEFAULT 7 kc_resolve_symbol
188: 0000000000002c20 69 FUNC LOCAL DEFAULT 7 page_map
189: 0000000000004c50 80 FUNC LOCAL DEFAULT 7 panic
190: 0000000000003ae0 165 FUNC LOCAL DEFAULT 7 memcmp
191: 0000000000006ba0 133 FUNC LOCAL DEFAULT 7 page_stack_dec_ref
192: 0000000000006209 71 FUNC LOCAL DEFAULT 7 pic8259_irq11_isr
193: 0000000000009bc0 8 OBJECT LOCAL DEFAULT 12 kstdout
194: 0000000000003f90 7 FUNC LOCAL DEFAULT 7 int_disable
195: 0000000000003030 72 FUNC LOCAL DEFAULT 7 memory_alloc
196: 0000000000002720 35 FUNC LOCAL DEFAULT 7 outb
197: 0000000000003280 221 FUNC LOCAL DEFAULT 7 page_fault_handler
198: 0000000000005660 515 FUNC LOCAL DEFAULT 7 strtoull
199: 00000000000031a0 221 FUNC LOCAL DEFAULT 7 anonymous_page_handler
200: 00000000000029a0 27 FUNC LOCAL DEFAULT 7 page_dec_ref
201: 0000000000003910 89 FUNC LOCAL DEFAULT 7 memset
202: 0000000000006510 92 FUNC LOCAL DEFAULT 7 pit8253_callback
203: 0000000000002830 13 FUNC LOCAL DEFAULT 7 get_boot_data
204: 0000000000004ce0 60 FUNC LOCAL DEFAULT 7 msr_write
205: 00000000000050b0 186 FUNC LOCAL DEFAULT 7 task_schedule
206: 0000000000003080 15 FUNC LOCAL DEFAULT 7 memory_free
207: 0000000000002960 27 FUNC LOCAL DEFAULT 7 page_free
208: 0000000000002c70 112 FUNC LOCAL DEFAULT 7 vm_alloc
209: 0000000000003bb0 50 FUNC LOCAL DEFAULT 7 set_ist
210: 0000000000006134 71 FUNC LOCAL DEFAULT 7 pic8259_irq8_isr
211: 00000000000034d0 57 FUNC LOCAL DEFAULT 7 general_protection_handler
212: 0000000000004310 160 FUNC LOCAL DEFAULT 7 vmn_predecessor_key
213: 00000000000025c0 204 FUNC LOCAL DEFAULT 7 serial_init
214: 00000000000059c0 532 FUNC LOCAL DEFAULT 7 pic8259_init
215: 0000000000002e90 15 FUNC LOCAL DEFAULT 7 page_unmap
216: 000000000000617b 71 FUNC LOCAL DEFAULT 7 pic8259_irq9_isr
217: 0000000000005960 92 FUNC LOCAL DEFAULT 7 pic8259_irq_install
218: 0000000000003090 267 FUNC LOCAL DEFAULT 7 vm_alloc_at
219: 0000000000006930 53 FUNC LOCAL DEFAULT 7 page_stack_alloc
220: 0000000000002ff0 56 FUNC LOCAL DEFAULT 7 heap_free
221: 0000000000004cb0 41 FUNC LOCAL DEFAULT 7 msr_read
222: 0000000000000000 0 NOTYPE LOCAL DEFAULT 13 kc_image_base
223: 0000000000001170 380 FUNC LOCAL DEFAULT 7 kc_dynamic_init
224: 0000000000006018 71 FUNC LOCAL DEFAULT 7 pic8259_irq4_isr
225: 00000000000043b0 442 FUNC LOCAL DEFAULT 7 vmt_insert
226: 0000000000001740 87 FUNC LOCAL DEFAULT 7 kprintf
227: 0000000000005f8a 71 FUNC LOCAL DEFAULT 7 pic8259_irq2_isr
228: 0000000000004ca0 11 FUNC LOCAL DEFAULT 7 halt
229: 0000000000004bbc 72 FUNC LOCAL DEFAULT 7 page_fault_isr
230: 00000000000029c0 11 FUNC LOCAL DEFAULT 7 memory_init
231: 00000000000028f0 27 FUNC LOCAL DEFAULT 7 page_set_free
232: 0000000000006440 110 FUNC LOCAL DEFAULT 7 pit8253_append_callback
233: 0000000000004a90 86 FUNC LOCAL DEFAULT 7 vmn_max
234: 0000000000006640 93 FUNC LOCAL DEFAULT 7 page_early_init
235: 0000000000002850 30 FUNC LOCAL DEFAULT 7 page_init
236: 0000000000004d20 221 FUNC LOCAL DEFAULT 7 task_init
237: 0000000000005610 71 FUNC LOCAL DEFAULT 7 strlen
238: 0000000000006370 20 FUNC LOCAL DEFAULT 7 pit8253_init
239: 0000000000008960 80 OBJECT LOCAL DEFAULT 11 pit8253_timer_source
240: 0000000000001040 144 FUNC LOCAL DEFAULT 7 kc_reloc
241: 0000000000006e60 391 FUNC LOCAL DEFAULT 7 video_init
242: 0000000000007050 67 FUNC LOCAL DEFAULT 7 video_putchar
243: 0000000000005efc 71 FUNC LOCAL DEFAULT 7 pic8259_irq0_isr
244: 00000000000064f0 30 FUNC LOCAL DEFAULT 7 pit8253_nanoseconds_delta
245: 0000000000006325 71 FUNC LOCAL DEFAULT 7 pic8259_irq15_isr
246: 00000000000012f0 176 FUNC LOCAL DEFAULT 7 kvfprintf
247: 00000000000055e0 16 FUNC GLOBAL DEFAULT 7 kcc_page_alloc
248: 00000000000055f0 27 FUNC GLOBAL DEFAULT 7 kcc_page_free
Histogram for bucket list length (total of 1 bucket):
Length Number % of total Coverage
0 0 ( 0.0%)
1 0 ( 0.0%) 0.0%
2 1 (100.0%) 100.0%
Histogram for `.gnu.hash' bucket list length (total of 2 buckets):
Length Number % of total Coverage
0 0 ( 0.0%)
1 2 (100.0%) 100.0%
No version information found in this file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment