blob: 995161561a0de1fa16a602ddffeb48fa97b1f479 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#name: MIPS rel32 n32
#source: rel32.s
#as: -march=from-abi -KPIC -EB -n32
#readelf: -x .text -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':
0x000002e0 00000000 00000000 00000000 00000000 ................
0x000002f0 000002f0 00000000 00000000 00000000 ................
0x00000300 00000000 00000000 00000000 00000000 ................
|