blob: 3b3572f338d0d8b5ceeb85369cb5df6194b2166b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#name: MIPS rel32 n32
#source: rel32.s
#as: -KPIC -EB -n32
#readelf: -x 5 -r
#ld: -shared -melf32btsmipn32
Relocation section '.rel.dyn' at offset .* contains 2 entries:
Offset Info Type Sym.Value Sym. Name
[0-9a-f ]+R_MIPS_NONE
[0-9a-f ]+R_MIPS_REL32
Hex dump of section '.text':
0x000002b0 00000000 00000000 00000000 00000000 ................
0x000002c0 000002c0 00000000 00000000 00000000 ................
0x000002d0 00000000 00000000 00000000 00000000 ................
|