• Home
  • Raw
  • Download

Lines Matching refs:relocations

1 ## Test how we handle cases when dynamic relocations or corresponding dynamic tags are broken.
3 ## Check that llvm-readobj/llvm-readelf reports an error when dumping relocations if a dynamic
7 # RUN: llvm-readobj --dyn-relocations %t1 2>&1 | FileCheck %s -DFILE=%t1 --check-prefix=LLVM
8 # RUN: llvm-readelf --dyn-relocations %t1 2>&1 | FileCheck %s -DFILE=%t1 --check-prefix=GNU
56 # RUN: llvm-readobj --dyn-relocations %t2a 2>&1 | \
58 # RUN: llvm-readelf --dyn-relocations %t2a 2>&1 | \
91 # RUN: llvm-readobj --dyn-relocations %t2b 2>&1 | \
93 # RUN: llvm-readelf --dyn-relocations %t2b 2>&1 | \
100 # RUN: llvm-readobj --dyn-relocations %t3 2>&1 | \
102 # RUN: llvm-readelf --dyn-relocations %t3 2>&1 | \
112 # RUN: llvm-readobj --dyn-relocations %t4a 2>&1 | FileCheck %s -DFILE=%t4a --check-prefix=INVALID-D…
113 # RUN: llvm-readelf --dyn-relocations %t4a 2>&1 | FileCheck %s -DFILE=%t4a --check-prefix=INVALID-D…
120 # RUN: llvm-readobj --dyn-relocations %t4b 2>&1 | FileCheck %s -DFILE=%t4b --check-prefix=INVALID-D…
121 # RUN: llvm-readelf --dyn-relocations %t4b 2>&1 | FileCheck %s -DFILE=%t4b --check-prefix=INVALID-D…
127 # RUN: llvm-readobj --dyn-relocations %t5 2>&1 | FileCheck %s -DFILE=%t5 --check-prefix=INVALID-DT-…
128 # RUN: llvm-readelf --dyn-relocations %t5 2>&1 | FileCheck %s -DFILE=%t5 --check-prefix=INVALID-DT-…
134 # RUN: llvm-readobj --dyn-relocations %t6 2>&1 | FileCheck %s -DFILE=%t6 --check-prefix=INVALID-DT-…
135 # RUN: llvm-readelf --dyn-relocations %t6 2>&1 | FileCheck %s -DFILE=%t6 --check-prefix=INVALID-DT-…
138 # RUN: llvm-readobj --dyn-relocations %t7 2>&1 | FileCheck %s -DFILE=%t7 --check-prefix=INVALID-DT-…
139 # RUN: llvm-readelf --dyn-relocations %t7 2>&1 | FileCheck %s -DFILE=%t7 --check-prefix=INVALID-DT-…
146 # RUN: llvm-readobj --dyn-relocations %t8 2>&1 | FileCheck %s -DFILE=%t8 --check-prefix=INVALID-DT-…
147 # RUN: llvm-readelf --dyn-relocations %t8 2>&1 | FileCheck %s -DFILE=%t8 --check-prefix=INVALID-DT-…
149 # RUN: llvm-readobj --dyn-relocations %t9 2>&1 | FileCheck %s -DFILE=%t9 --check-prefix=INVALID-DT-…
150 # RUN: llvm-readelf --dyn-relocations %t9 2>&1 | FileCheck %s -DFILE=%t9 --check-prefix=INVALID-DT-…
161 # RUN: llvm-readobj --dyn-relocations %t10a 2>&1 | \
163 # RUN: llvm-readelf --dyn-relocations %t10a 2>&1 | \
199 # RUN: llvm-readobj --dyn-relocations %t10b 2>&1 | \
201 # RUN: llvm-readelf --dyn-relocations %t10b 2>&1 | \
212 ## Show we print a warning when dumping dynamic relocations if there is no dynamic symbol table.
214 # RUN: llvm-readobj --dyn-relocations %t11 2>&1 | FileCheck %s -DFILE=%t11 --check-prefix=LLVM-NO-D…
215 # RUN: llvm-readelf --dyn-relocations %t11 2>&1 | FileCheck %s -DFILE=%t11 --check-prefix=GNU-NO-DY…
263 # RUN: llvm-readobj --dyn-relocations %t12 2>&1 | \
265 # RUN: llvm-readelf --dyn-relocations %t12 2>&1 | \
312 ## Show that when we have both REL and RELA relocations, we dump both sets.
314 # RUN: llvm-readobj --dyn-relocations %t13 2>&1 | FileCheck %s -DFILE=%t13 --check-prefix=BOTH-RELA…
315 # RUN: llvm-readelf --dyn-relocations %t13 2>&1 | FileCheck %s -DFILE=%t13 --check-prefix=BOTH-RELA…
375 # RUN: llvm-readobj --dyn-relocations %t7 2>&1 | \
377 # RUN: llvm-readelf --dyn-relocations %t7 2>&1 | \