1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
.*: file format .*
Disassembly of section \.plt:
#...
.*: d0 01 mov\.l .*,r0 ! 0
.*: af f1 bra .* <_PROCEDURE_LINKAGE_TABLE_>
.*: 00 09 nop
#...
.*: d0 01 mov\.l .*,r0 ! 7ec
.*: a8 05 bra .* <_PROCEDURE_LINKAGE_TABLE_>
.*: 00 09 nop
#...
.*: d0 01 mov\.l .*,r0 ! 7f8
.*: af f2 bra .*
.*: 00 09 nop
#...
.*: d0 01 mov\.l .*,r0 ! fe4
.*: a8 06 bra .*
.*: 00 09 nop
#...
.*: d0 01 mov\.l .*,r0 ! ff0
.*: af f2 bra .*
.*: 00 09 nop
#...
.*: d0 01 mov\.l .*,r0 ! 17dc
.*: a8 06 bra .*
.*: 00 09 nop
#...
.*: d0 01 mov\.l .*,r0 ! 17e8
.*: af f2 bra .*
.*: 00 09 nop
#pass
|