1 #as:
2 #objdump: -r -j .literal -j .text
3 #name: pc-relative relocs
4 
5 .*: +file format .*xtensa.*
6 
7 RELOCATION RECORDS FOR \[\.literal\]:
8 OFFSET   TYPE              VALUE
9 00000000 R_XTENSA_32_PCREL  foo
10 
11 
12 RELOCATION RECORDS FOR \[\.text\]:
13 OFFSET   TYPE              VALUE
14 00000003 R_XTENSA_SLOT0_OP  \.literal
15 00000006 R_XTENSA_32_PCREL  foo
16 0000000a R_XTENSA_32_PCREL  \.text\+0x00000003
17 0000000e R_XTENSA_32_PCREL  \.text\+0x00000006
18 
19 
20