Lines Matching refs:REL
24 # was not copied if the input file used RELA and the output uses REL.
28 # RUN: | FileCheck -check-prefix RELA-TO-REL %s
30 # RELA-TO-REL: ElfHeader {
31 # RELA-TO-REL: Class: 64-bit
32 # RELA-TO-REL: DataEncoding: BigEndian
33 # RELA-TO-REL: Section {
34 # RELA-TO-REL: Name: .data
35 # RELA-TO-REL: Address: 0x[[DATA:[0-9A-F]+]]
36 # RELA-TO-REL: SectionData (
37 # RELA-TO-REL-NEXT: 0000: 00000000 00005544 ABCDEF00 12345678
39 # RELA-TO-REL: Relocations [
40 # RELA-TO-REL-NEXT: Section ({{.+}}) .rel.dyn {
41 # RELA-TO-REL-NEXT: 0x[[DATA]] R_MIPS_REL32/R_MIPS_64/R_MIPS_NONE foo 0x0
42 # RELA-TO-REL-NEXT: }
43 # RELA-TO-REL-NEXT: ]