1 #objdump: -dr --prefix-addresses --show-raw-insn
2 #name: MIPS BAL addend encoding
3 #as: -32
4 
5 .*: +file format .*mips.*
6 
7 Disassembly of section \.text:
8 	\.\.\.
9 [0-9a-f]+ <[^>]*> 0000 02d0 	not	zero,zero
10 [0-9a-f]+ <[^>]*> 001f 0f3c 	jr	ra
11 [0-9a-f]+ <[^>]*> 0000 02d0 	not	zero,zero
12 [0-9a-f]+ <[^>]*> 0000 0000 	nop
13 [0-9a-f]+ <[^>]*> 00000027 	nor	zero,zero,zero
14 [0-9a-f]+ <[^>]*> 04117fff 	bal	00021014 <bar\+0x20004>
15 [ 	]*[0-9a-f]+: R_MIPS_PC16	foo
16 [0-9a-f]+ <[^>]*> 00000027 	nor	zero,zero,zero
17 [0-9a-f]+ <[^>]*> 04117fff 	bal	0002101c <bar\+0x2000c>
18 [ 	]*[0-9a-f]+: R_MIPS_PC16	bar
19 [0-9a-f]+ <[^>]*> 00000027 	nor	zero,zero,zero
20 [0-9a-f]+ <[^>]*> 03e00009 	jalr	zero,ra
21 [0-9a-f]+ <[^>]*> 00000027 	nor	zero,zero,zero
22 	\.\.\.
23