Home | History | Annotate | Download | only in ELF

Lines Matching refs:blah

45         .quad    blah@SIZE                        # R_X86_64_SIZE64
46 .quad blah@SIZE + 32 # R_X86_64_SIZE64
47 .quad blah@SIZE - 32 # R_X86_64_SIZE64
48 movl blah@SIZE, %eax # R_X86_64_SIZE32
49 movl blah@SIZE + 32, %eax # R_X86_64_SIZE32
50 movl blah@SIZE - 32, %eax # R_X86_64_SIZE32
99 // CHECK-NEXT: 0xAB R_X86_64_SIZE64 blah 0x0
100 // CHECK-NEXT: 0xB3 R_X86_64_SIZE64 blah 0x20
101 // CHECK-NEXT: 0xBB R_X86_64_SIZE64 blah 0xFFFFFFFFFFFFFFE0
102 // CHECK-NEXT: 0xC6 R_X86_64_SIZE32 blah 0x0
103 // CHECK-NEXT: 0xCD R_X86_64_SIZE32 blah 0x20
104 // CHECK-NEXT: 0xD4 R_X86_64_SIZE32 blah 0xFFFFFFFFFFFFFFE0