1 2 .*: file format .* 3 4 Disassembly of section \.plt: 5 6 00080800 <_PROCEDURE_LINKAGE_TABLE_>: 7 80800: ff 35 04 14 08 00 pushl 0x81404 8 80802: R_386_32 _GLOBAL_OFFSET_TABLE_ 9 80806: ff 25 08 14 08 00 jmp \*0x81408 10 80808: R_386_32 _GLOBAL_OFFSET_TABLE_ 11 8080c: 90 nop 12 8080d: 90 nop 13 8080e: 90 nop 14 8080f: 90 nop 15 16 00080810 <sglobal@plt>: 17 80810: ff 25 0c 14 08 00 jmp \*0x8140c 18 80812: R_386_32 _GLOBAL_OFFSET_TABLE_ 19 80816: 68 00 00 00 00 push \$0x0 20 8081b: e9 e0 ff ff ff jmp 80800 <_PROCEDURE_LINKAGE_TABLE_> 21 22 00080820 <foo@plt>: 23 80820: ff 25 10 14 08 00 jmp \*0x81410 24 80822: R_386_32 _GLOBAL_OFFSET_TABLE_ 25 80826: 68 08 00 00 00 push \$0x8 26 8082b: e9 d0 ff ff ff jmp 80800 <_PROCEDURE_LINKAGE_TABLE_> 27 Disassembly of section \.text: 28 29 00080c00 <_start>: 30 80c00: e8 1b fc ff ff call 80820 <foo@plt> 31 80c01: R_386_PLT32 \.plt 32 80c05: e8 05 00 00 00 call 80c0f <sexternal> 33 80c06: R_386_PLT32 sexternal 34 80c0a: e9 01 fc ff ff jmp 80810 <sglobal@plt> 35 80c0b: R_386_PLT32 \.plt 36 37 00080c0f <sexternal>: 38 80c0f: c3 ret 39