1 #objdump: -sr -j .data
2 #name: MIPS ELF reloc 3
3 #source: elf-rel3.s
4 #as: -32
5 
6 .*:     file format elf.*mips
7 
8 RELOCATION RECORDS FOR \[\.data\]:
9 OFFSET [ ]+ TYPE              VALUE
10 0+0000004 R_MIPS_32         b
11 0+0000008 R_MIPS_32         .data
12 
13 
14 Contents of section .data:
15  0000 12121212 04000000 00000000 00000000  ................
16