HomeSort by relevance Sort by last modified time
    Searched refs:relocations (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
unsupported-relocation.s 4 # Check that we emit an error for unsupported relocations instead of crashing.
13 # CHECK: LLVM ERROR: MIPS does not support one byte relocations
micromips-jump26.s 8 # for relocations.
16 # Check that the appropriate relocations were created.
18 # CHECK-ELF: Relocations [
micromips-tailr.s 8 # for relocations.
18 # Check that the appropriate relocations were created.
20 # CHECK-ELF: Relocations [
higher-highest-addressing.s 8 # Test that R_MIPS_HIGHER and R_MIPS_HIGHEST relocations are created. By using
10 # relocations.
18 # CHECK-REL: Relocations [
32 # Check the case where relocations are not modified by adding +1. The constant
oddspreg.s 5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
12 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
21 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
25 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
29 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
33 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
52 # CHECK-OBJ-ALL: Relocations [
mips_abi_flags_xx.s 5 # RUN: llvm-readobj -sections -section-data -section-relocations -mips-abi-flags - | \
9 # RUN: llvm-readobj -sections -section-data -section-relocations -mips-abi-flags - | \
13 # RUN: llvm-readobj -sections -section-data -section-relocations -mips-abi-flags - | \
17 # RUN: llvm-readobj -sections -section-data -section-relocations -mips-abi-flags - | \
36 # CHECK-OBJ: Relocations [
tls-symbols.s 6 # Test that TLS relocations cause symbols to be marked as TLS symbols.
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
macho-adrp-missing-reloc.s 3 ; CHECK: error: ADR/ADRP relocations must be GOT relative
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
secrel32-undef.s 2 # RUN: llvm-readobj -symbols -relocations %t.obj | FileCheck %s
4 # Previously .secrel32 and .secidx relocations against undefined symbols
6 # resolving these relocations against symbols in other object files. Such
7 # relocations can be found in the MSVCRT debug info describing linker-provided
16 # CHECK: Relocations [
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
COFF_i386.s 57 .global relocations
58 relocations: label
66 # rtdyld-check: *{4}rel7 = relocations - section_addr(COFF_i386.s.tmp.obj, .data)
67 .secrel32 relocations // IMAGE_REL_I386_SECREL
  /external/llvm/test/ExecutionEngine/RuntimeDyld/ARM/
COFF_Thumb.s 93 .global relocations
94 relocations: label
97 # rtdyld-check: *{4}relocations = function - section_addr(COFF_Thumb.s.tmp.obj, .text)
102 .long relocations(secrel32) @ IMAGE_REL_ARM_SECREL
103 # rtdyld-check: *{4}rel10 = relocations - section_addr(COFF_Thumb.s.tmp.obj, .data)
105 .secrel32 relocations @ IMAGE_REL_ARM_SECREL
106 # rtdyld-check: *{4}rel11 = relocations - section_addr(COFF_Thumb.s.tmp.obj, .data)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/ARM/
COFF_Thumb.s 93 .global relocations
94 relocations: label
97 # rtdyld-check: *{4}relocations = function - section_addr(COFF_Thumb.s.tmp.obj, .text)
102 .long relocations(secrel32) @ IMAGE_REL_ARM_SECREL
103 # rtdyld-check: *{4}rel10 = relocations - section_addr(COFF_Thumb.s.tmp.obj, .data)
105 .secrel32 relocations @ IMAGE_REL_ARM_SECREL
106 # rtdyld-check: *{4}rel11 = relocations - section_addr(COFF_Thumb.s.tmp.obj, .data)
  /external/llvm/test/MC/Mips/
micromips-jump26.s 8 # for relocations.
16 # Check that the appropriate relocations were created.
18 # CHECK-ELF: Relocations [
micromips-tailr.s 8 # for relocations.
18 # Check that the appropriate relocations were created.
20 # CHECK-ELF: Relocations [
higher-highest-addressing.s 8 # Test that R_MIPS_HIGHER and R_MIPS_HIGHEST relocations are created. By using
10 # relocations.
18 # CHECK-REL: Relocations [
32 # Check the case where relocations are not modified by adding +1. The constant
oddspreg.s 5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
12 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
21 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
25 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
29 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
33 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
52 # CHECK-OBJ-ALL: Relocations [
mips_abi_flags_xx.s 5 # RUN: llvm-readobj -sections -section-data -section-relocations -mips-abi-flags - | \
9 # RUN: llvm-readobj -sections -section-data -section-relocations -mips-abi-flags - | \
13 # RUN: llvm-readobj -sections -section-data -section-relocations -mips-abi-flags - | \
17 # RUN: llvm-readobj -sections -section-data -section-relocations -mips-abi-flags - | \
36 # CHECK-OBJ: Relocations [
  /external/llvm/test/MC/PowerPC/
ppc64-relocs-01.s 22 # CHECK: Relocations [
24 # The relocations in .rela.text are the 'number64' load using a
32 # The .opd entry for the 'access_int64' function creates 2 relocations:
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
ppc64-relocs-01.s 22 # CHECK: Relocations [
24 # The relocations in .rela.text are the 'number64' load using a
32 # The .opd entry for the 'access_int64' function creates 2 relocations:
  /external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/X86/
COFF_i386.s 52 .global relocations
53 relocations: label
79 # (absolute and as an offset from .data), so that relocations involving
  /external/llvm/test/MC/MachO/ARM/
no-subsections-reloc.s 6 @ in the same section can be resolved at assembly time w/o relocations.
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/ARM/
no-subsections-reloc.s 6 @ in the same section can be resolved at assembly time w/o relocations.
  /external/llvm/test/MC/ARM/
macho-movwt.s 24 @ Enter the bizarre world of MachO relocations. First, they're in reverse order
macho-relocs-with-addend.s 4 @ MachO relocations that end up expressed as internal
27 @ CHECK: Relocations [
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
macho-movwt.s 24 @ Enter the bizarre world of MachO relocations. First, they're in reverse order

Completed in 3896 milliseconds

1 2 3 4 5 6