Lines Matching refs:RELOC
7 # RUN: llvm-readobj -S -r %tout | FileCheck -check-prefix=RELOC %s
9 # RELOC: Section {
10 # RELOC: Index:
11 # RELOC: Name: .got
12 # RELOC-NEXT: Type: SHT_PROGBITS
13 # RELOC-NEXT: Flags [
14 # RELOC-NEXT: SHF_ALLOC
15 # RELOC-NEXT: SHF_WRITE
16 # RELOC-NEXT: ]
17 # RELOC-NEXT: Address: 0x220338
18 # RELOC-NEXT: Offset: 0x338
19 # RELOC-NEXT: Size: 16
20 # RELOC-NEXT: Link: 0
21 # RELOC-NEXT: Info: 0
22 # RELOC-NEXT: AddressAlignment: 8
23 # RELOC-NEXT: EntrySize: 0
24 # RELOC-NEXT: }
25 # RELOC: Relocations [
26 # RELOC-NEXT: Section ({{.*}}) .rela.dyn {
27 # RELOC-NEXT: 0x220340 R_AARCH64_TLS_TPREL64 bar 0x0
28 # RELOC-NEXT: 0x220338 R_AARCH64_TLS_TPREL64 foo 0x0
29 # RELOC-NEXT: }
30 # RELOC-NEXT:]