Lines Matching refs:relocations
5 # RUN: llvm-readobj --relocations %t1 | FileCheck --check-prefix=LLVM1 %s
17 # RUN: llvm-readelf --relocations %t1 | FileCheck --check-prefix=GNU1 %s
48 ## Check we report a warning when we are unable to dump relocations for a SHT_ANDROID_RELA section.
51 # RUN: llvm-readobj --relocations %t1.broken 2>&1 | FileCheck -DFILE=%t1.broken --check-prefix=BROK…
52 # RUN: llvm-readelf --relocations %t1.broken 2>&1 | FileCheck -DFILE=%t1.broken --check-prefix=BROK…
56 # BROKEN-RELA-LLVM-NEXT: warning: '[[FILE]]': unable to read relocations from SHT_ANDROID_RELA sect…
60 # BROKEN-RELA-GNU: warning: '[[FILE]]': unable to get the number of relocations in SHT_ANDROID…
63 # BROKEN-RELA-GNU-NEXT: warning: '[[FILE]]': unable to read relocations from SHT_ANDROID_RELA secti…
68 # RUN: llvm-readobj --relocations %t1.broken.link 2>&1 | \
70 # RUN: llvm-readelf --relocations %t1.broken.link 2>&1 | \
84 # RUN: llvm-readobj --relocations %t2 | FileCheck --check-prefix=LLVM2 %s
98 # RUN: llvm-readelf --relocations %t2 | FileCheck --check-prefix=GNU2 %s
131 ## Check we report a warning when we are unable to dump relocations for a SHT_ANDROID_REL section.
134 # RUN: llvm-readobj --relocations %t2.broken 2>&1 | FileCheck -DFILE=%t2.broken --check-prefix=BROK…
135 # RUN: llvm-readelf --relocations %t2.broken 2>&1 | FileCheck -DFILE=%t2.broken --check-prefix=BROK…
139 # BROKEN-REL-LLVM-NEXT: warning: '[[FILE]]': unable to read relocations from SHT_ANDROID_REL sectio…
143 # BROKEN-REL-GNU: warning: '[[FILE]]': unable to get the number of relocations in SHT_ANDROID_…
146 # BROKEN-REL-GNU-NEXT: warning: '[[FILE]]': unable to read relocations from SHT_ANDROID_REL section…
151 # RUN: llvm-readobj --relocations %t2.broken.link 2>&1 | \
153 # RUN: llvm-readelf --relocations %t2.broken.link 2>&1 | \
166 # RUN: yaml2obj --docnum=3 %s | llvm-readobj --relocations - | FileCheck --check-prefix=LLVM3 %s
177 # RUN: yaml2obj --docnum=3 %s | llvm-readelf -relocations - | FileCheck --check-prefix=GNU3 %s