Lines Matching refs:PIE
9 # RUN: llvm-objdump -d --no-show-raw-insn %t | FileCheck %s --check-prefix=PIE
10 # RUN: llvm-readobj -r %t | FileCheck %s --check-prefix=PIE-RELOC
12 ## When compiling with -fno-PIE or -fPIE, if the ifunc is in the same
55 # PIE: <myfunc_resolver>:
56 # PIE-NEXT: 10260: ret
57 # PIE: <main>:
58 # PIE-NEXT: 10264: adrp x8, #0
59 # PIE-NEXT: 10268: add x8, x8, #624
60 # PIE-NEXT: 1026c: ret
61 # PIE-EMPTY:
62 # PIE-NEXT: Disassembly of section .iplt:
63 # PIE-EMPTY:
64 # PIE-NEXT: <myfunc>:
65 # PIE-NEXT: 10270: adrp x16, #131072
66 # PIE-NEXT: 10274: ldr x17, [x16, #896]
67 # PIE-NEXT: 10278: add x16, x16, #896
68 # PIE-NEXT: 1027c: br x17
70 # PIE-RELOC: .rela.dyn {
71 # PIE-RELOC-NEXT: 0x30380 R_AARCH64_IRELATIVE - 0x10260
72 # PIE-RELOC-NEXT: }