mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 00:50:42 +08:00
15 lines
381 B
NASM
15 lines
381 B
NASM
|
|
$ objdump -t square_test
|
|
|
|
square_test: file format elf32-i386
|
|
|
|
SYMBOL TABLE:
|
|
00000000 l df *ABS* 00000000 isolated_square.o
|
|
08048070 l .text 00000000 end_square
|
|
08048067 g F .text 00000000 square
|
|
08048054 g .text 00000000 _start
|
|
08049074 g .text 00000000 __bss_start
|
|
08049074 g .text 00000000 _edata
|
|
08049074 g .text 00000000 _end
|
|
|