File: riscv64-64b-pcrel.s

package info (click to toggle)
swiftlang 6.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,519,992 kB
  • sloc: cpp: 9,107,863; ansic: 2,040,022; asm: 1,135,751; python: 296,500; objc: 82,456; f90: 60,502; lisp: 34,951; pascal: 19,946; sh: 18,133; perl: 7,482; ml: 4,937; javascript: 4,117; makefile: 3,840; awk: 3,535; xml: 914; fortran: 619; cs: 573; ruby: 573
file content (95 lines) | stat: -rw-r--r-- 3,212 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# RUN: llvm-mc -triple riscv64-unknown-linux-gnu -filetype obj %s -o %t
# RUN: llvm-readobj -r %t | FileCheck %s
# RUN: llvm-objdump -s %t | FileCheck %s --check-prefix=CONTENT

# CHECK:      Relocations [
# CHECK-NEXT:   Section ({{.*}}) .rela.note {
# CHECK-NEXT:     0x0 R_RISCV_ADD64 extern 0x0
# CHECK-NEXT:     0x0 R_RISCV_SUB64 note 0x0
# CHECK-NEXT:   }
# CHECK-NEXT:   Section ({{.*}}) .rela.rodata {
# CHECK-NEXT:     0x0 R_RISCV_ADD64 extern 0x0
# CHECK-NEXT:     0x0 R_RISCV_SUB64 rodata 0x0
# CHECK-NEXT:   }
# CHECK-NEXT:   Section ({{.*}}) .rela.alloc_w {
# CHECK-NEXT:     0x0 R_RISCV_ADD64 extern 0x0
# CHECK-NEXT:     0x0 R_RISCV_SUB64 w 0x0
# CHECK-NEXT:     0x8 R_RISCV_ADD64 w 0x0
# CHECK-NEXT:     0x8 R_RISCV_SUB64 extern 0x0
# CHECK-NEXT:     0x10 R_RISCV_ADD32 x 0x0
# CHECK-NEXT:     0x10 R_RISCV_SUB32 w 0x0
# CHECK-NEXT:     0x18 R_RISCV_ADD32 .L.str 0x0
# CHECK-NEXT:     0x18 R_RISCV_SUB32 w 0x0
# CHECK-NEXT:   }
# CHECK-NEXT:   Section ({{.*}}) .rela.alloc_x {
# CHECK-NEXT:     0x0 R_RISCV_ADD64 y 0x0
# CHECK-NEXT:     0x0 R_RISCV_SUB64 x 0x0
# CHECK-NEXT:   }
# CHECK-NEXT:   Section ({{.*}}) .rela.alloc_y {
# CHECK-NEXT:     0x0 R_RISCV_ADD64 x 0x0
# CHECK-NEXT:     0x0 R_RISCV_SUB64 y 0x0
# CHECK-NEXT:   }
# CHECK-NEXT:   Section ({{.*}}) .rela.nonalloc_w {
# CHECK-NEXT:     0x0 R_RISCV_ADD64 extern 0x0
# CHECK-NEXT:     0x0 R_RISCV_SUB64 nw 0x0
# CHECK-NEXT:     0x8 R_RISCV_ADD64 nw 0x0
# CHECK-NEXT:     0x8 R_RISCV_SUB64 extern 0x0
# CHECK-NEXT:   }
# CHECK-NEXT:   Section ({{.*}}) .rela.nonalloc_x {
# CHECK-NEXT:     0x0 R_RISCV_ADD64 ny 0x0
# CHECK-NEXT:     0x0 R_RISCV_SUB64 nx 0x0
# CHECK-NEXT:   }
# CHECK-NEXT:   Section ({{.*}}) .rela.nonalloc_y {
# CHECK-NEXT:     0x0 R_RISCV_ADD64 nx 0x0
# CHECK-NEXT:     0x0 R_RISCV_SUB64 ny 0x0
# CHECK-NEXT:   }
# CHECK-NEXT: ]

# CONTENT:      Contents of section .alloc_w:
# CONTENT-NEXT:  0000 00000000 00000000 00000000 00000000
# CONTENT-NEXT:  0010 00000000 1c000000 00000000

.section .note,"a",@note; note:
.quad extern-note
.section .rodata,"a",@progbits; rodata:
.quad extern-rodata

.section .alloc_w,"aw",@progbits; w:
.quad extern-w   # extern is undefined
.quad w-extern
.long x-w        # A is later defined in another section
.long w1-w       # A is later defined in the same section
.long .L.str-w   # A is temporary
w1:

.section .alloc_x,"aw",@progbits; x:
.quad y-x
.section .alloc_y,"aw",@progbits; y:
.quad x-y

.section .nonalloc_w; nw:
.quad extern-nw
.quad nw-extern
.section .nonalloc_x; nx:
.quad ny-nx
.section .nonalloc_y; ny:
.quad nx-ny

## -gdwarf-aranges generated assembly expects no relocation.
## Otherwise, a .Lsec_end0 symbol (defined at the end of .rodata.str1.1)
## will be rejected by linkers.
.section .rodata.str1.1,"aMS",@progbits,1
.L.str:
  .asciz  "hello"
.section .rodata.str1.1,"aMS",@progbits,1
.Lsec_end0:
.section .debug_aranges,"",@progbits
.quad .Lsec_end0-.L.str

## .apple_names/.apple_types are fixed-size and do not need fixups.
## llvm-dwarfdump --apple-names does not process R_RISCV_{ADD,SUB}32 in them.
## See llvm/test/DebugInfo/Generic/accel-table-hash-collisions.ll
	.section	.apple_types
        .word 0
        .word .Ltypes0-.apple_types
.Ltypes0: