Lines Matching full:relocations
4 # RUN: llvm-readobj --relocations --raw-relr %t1 \
14 # RUN: llvm-readobj --relocations %t1 | FileCheck --check-prefix=LLVM1 %s
39 # RUN: llvm-readelf --relocations --raw-relr %t1 \
48 # RUN: llvm-readelf --relocations %t1 | FileCheck --check-prefix=GNU1 %s
86 # RUN: llvm-readobj --relocations --raw-relr %t2 | \
96 # RUN: llvm-readobj --relocations %t2 | FileCheck --check-prefix=LLVM2 %s
114 # RUN: llvm-readelf --relocations --raw-relr %t2 | \
123 # RUN: llvm-readelf --relocations %t2 | FileCheck --check-prefix=GNU2 %s
156 ## Check we report a warning when we are unable to dump relocations
159 ## Case A: check the case when relocations can't be read from an SHT_RELR section.
161 # RUN: llvm-readobj --relocations %t2.broken 2>&1 | \
163 # RUN: llvm-readelf --relocations %t2.broken 2>&1 | \
166 # BROKEN-LLVM: Relocations [
168 # BROKEN-LLVM-NEXT: warning: '[[FILE]]': unable to read relocations from [[SECNAME]] section with i…
172 # BROKEN-GNU: warning: '[[FILE]]': unable to get the number of relocations in [[SECNAME]] sect…
175 # BROKEN-GNU-NEXT: warning: '[[FILE]]': unable to read relocations from [[SECNAME]] section with in…
177 ## Case B: check the case when relocations can't be read from an SHT_ANDROID_RELR section.
180 # RUN: llvm-readobj --relocations %t2.broken.android 2>&1 | \
182 # RUN: llvm-readelf --relocations %t2.broken.android 2>&1 | \
187 ## only relative relocations and do not have an associated symbol table, like other
191 ## and the --relocations option is requested.
193 # RUN: llvm-readobj --relocations %t2.has.link 2>&1 | \
195 # RUN: llvm-readelf --relocations %t2.has.link 2>&1 | \
199 ## and --relocations and --raw-relr options are requested.
200 # RUN: llvm-readobj --relocations --raw-relr %t2.has.link | \
202 # RUN: llvm-readelf --relocations --raw-relr %t2.has.link 2>&1 | \