Lines Matching full:relocations

4 # RUN: llvm-readobj --relocations %t1 | \
31 # RUN: llvm-readelf --relocations %t1 | FileCheck --check-prefix=GNU1 --match-full-lines --strict-w…
59 # RUN: llvm-readelf --relocations %t1.stripped | FileCheck --check-prefix=GNU1S --match-full-lines …
91 # RUN: llvm-readobj --relocations %t2 | \
111 # RUN: llvm-readelf --relocations %t2 | FileCheck --check-prefix=GNU2 --match-full-lines --strict-w…
151 ## Check we report a warning when we are unable to dump relocations
154 ## Case A: check the case when relocations can't be read from an SHT_RELR section.
156 # RUN: llvm-readobj --relocations %t2.broken 2>&1 | \
158 # RUN: llvm-readelf --relocations %t2.broken 2>&1 | \
161 # BROKEN-LLVM: Relocations [
163 # BROKEN-LLVM-NEXT: warning: '[[FILE]]': unable to read relocations from [[SECNAME]] section with i…
167 # BROKEN-GNU: warning: '[[FILE]]': unable to get the number of relocations in [[SECNAME]] sect…
169 # BROKEN-GNU-NEXT: warning: '[[FILE]]': unable to read relocations from [[SECNAME]] section with in…
171 ## Case B: check the case when relocations can't be read from an SHT_ANDROID_RELR section.
174 # RUN: llvm-readobj --relocations %t2.broken.android 2>&1 | \
176 # RUN: llvm-readelf --relocations %t2.broken.android 2>&1 | \
182 # RUN: llvm-readobj --relocations %t2.broken.aarch64auth 2>&1 | \
184 # RUN: llvm-readelf --relocations %t2.broken.aarch64auth 2>&1 | \
187 # WRONGARCH-LLVM-AARCH64-AUTH: Relocations [
194 ## only relative relocations and do not have an associated symbol table, like other
198 ## and the --relocations option is requested.
200 # RUN: llvm-readobj --relocations %t2.has.link 2>&1 | \
202 # RUN: llvm-readelf --relocations %t2.has.link 2>&1 | \