1 2 .*: +file format .*mips.* 3 4 Disassembly of section \.text: 5 6 12340000 <foo>: 7 12340000: 27bdfff0 addiu sp,sp,-16 8 12340004: ffbf0008 sd ra,8\(sp\) 9 12340008: ffbc0000 sd gp,0\(sp\) 10 1234000c: 3c1c0001 lui gp,0x1 11 12340010: 279c8080 addiu gp,gp,-32640 12 12340014: 0399e021 addu gp,gp,t9 13 12340018: 8f998018 lw t9,-32744\(gp\) 14 1234001c: 04110010 bal 12340060 <protected_foo> 15 12340020: 00000000 nop 16 12340024: 8f99801c lw t9,-32740\(gp\) 17 12340028: 04110011 bal 12340070 <hidden_foo> 18 1234002c: 00000000 nop 19 12340030: 8f998020 lw t9,-32736\(gp\) 20 12340034: 04110012 bal 12340080 <internal_foo> 21 12340038: 00000000 nop 22 1234003c: dfbc0000 ld gp,0\(sp\) 23 12340040: dfbf0008 ld ra,8\(sp\) 24 12340044: 03e00008 jr ra 25 12340048: 27bd0010 addiu sp,sp,16 26 \.\.\. 27 28 12340060 <protected_foo>: 29 12340060: 03e00008 jr ra 30 12340064: 00000000 nop 31 \.\.\. 32 33 12340070 <hidden_foo>: 34 12340070: 03e00008 jr ra 35 12340074: 00000000 nop 36 \.\.\. 37 38 12340080 <internal_foo>: 39 12340080: 03e00008 jr ra 40 12340084: 00000000 nop 41 \.\.\. 42