Skip to content

Instantly share code, notes, and snippets.

@Eugeny
Created November 5, 2011 15:20
Show Gist options
  • Save Eugeny/1341652 to your computer and use it in GitHub Desktop.
Save Eugeny/1341652 to your computer and use it in GitHub Desktop.
Symbol table '.symtab' contains 32 entries:
Num: Value Size Type Bind Vis Ndx Name
0: 00000000 0 NOTYPE LOCAL DEFAULT UND
1: 00000000 0 FILE LOCAL DEFAULT ABS syscalls.c
2: 00000000 0 SECTION LOCAL DEFAULT 1
3: 00000000 0 SECTION LOCAL DEFAULT 2
4: 00000000 0 SECTION LOCAL DEFAULT 3
5: 00000000 0 SECTION LOCAL DEFAULT 4
6: 00000000 0 SECTION LOCAL DEFAULT 6
7: 00000000 0 SECTION LOCAL DEFAULT 7
8: 00000000 14 FUNC GLOBAL DEFAULT 1 kprint
9: 00000010 12 FUNC GLOBAL DEFAULT 1 __exit
10: 00000020 12 FUNC GLOBAL DEFAULT 1 fork
11: 00000030 23 FUNC GLOBAL DEFAULT 1 read
12: 00000050 23 FUNC GLOBAL DEFAULT 1 write
13: 00000070 23 FUNC GLOBAL DEFAULT 1 open
14: 00000090 17 FUNC GLOBAL DEFAULT 1 close
15: 000000b0 20 FUNC GLOBAL DEFAULT 1 fstat
16: 000000d0 17 FUNC GLOBAL DEFAULT 1 isatty
17: 000000f0 17 FUNC GLOBAL DEFAULT 1 sbrk
18: 00000110 20 FUNC GLOBAL DEFAULT 1 lseek
19: 00000130 17 FUNC GLOBAL DEFAULT 1 kill
20: 00000150 12 FUNC GLOBAL DEFAULT 1 getpid
21: 00000160 12 FUNC GLOBAL DEFAULT 1 getppid
22: 00000170 12 FUNC GLOBAL DEFAULT 1 sysconf
23: 00000180 12 FUNC GLOBAL DEFAULT 1 times
24: 00000190 23 FUNC GLOBAL DEFAULT 1 pipe
25: 000001b0 23 FUNC GLOBAL DEFAULT 1 ioctl
26: 000001d0 23 FUNC GLOBAL DEFAULT 1 fcntl
27: 000001f0 20 FUNC GLOBAL DEFAULT 1 newThread
28: 00000210 20 FUNC GLOBAL DEFAULT 1 exec
29: 00000230 17 FUNC GLOBAL DEFAULT 1 sysopendir
30: 00000250 17 FUNC GLOBAL DEFAULT 1 readdir
31: 00000270 17 FUNC GLOBAL DEFAULT 1 closedir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment