/external/llvm/test/ExecutionEngine/RuntimeDyld/ARM/ |
D | COFF_Thumb.s | 93 .global relocations symbol 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/ExecutionEngine/RuntimeDyld/X86/ |
D | COFF_i386.s | 57 .global relocations symbol 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/MC/Mips/ |
D | 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 - | \
|
D | higher-highest-addressing.s | 8 # Test that R_MIPS_HIGHER and R_MIPS_HIGHEST relocations are created. By using 10 # relocations. 32 # Check the case where relocations are not modified by adding +1. The constant
|
D | 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 - | \
|
D | micromips-jump26.s | 8 # for relocations. 16 # Check that the appropriate relocations were created.
|
D | micromips-tailr.s | 8 # for relocations. 18 # Check that the appropriate relocations were created.
|
/external/llvm/test/Object/ |
D | dyn-rel-relocation.test | 1 // Check that 'llvm-readobj -dyn-relocations' shows dynamic relocations 26 RUN: llvm-readobj -relocations -dyn-relocations -expand-relocs \
|
D | corrupt.test | 48 RUN: not llvm-readobj -dyn-relocations \ 54 RUN: not llvm-readobj -dyn-relocations \ 61 RUN: not llvm-readobj -dyn-relocations \ 68 RUN: not llvm-readobj -dyn-relocations \
|
D | yaml2obj-readobj.test | 1 RUN: yaml2obj %p/Inputs/COFF/i386.yaml | llvm-readobj -file-headers -relocations -expand-relocs - |… 3 RUN: llvm-readobj -file-headers -relocations -expand-relocs %t \
|
D | relocation-executable.test | 3 RUN: llvm-readobj -dyn-relocations -expand-relocs \ 51 RUN: llvm-readobj -dyn-relocations -expand-relocs \
|
/external/llvm/docs/CommandGuide/ |
D | llvm-readobj.rst | 42 .. option:: -section-relocations, -sr 44 When used with ``-sections``, display relocations for each section shown. 50 .. option:: -relocations, -r 68 When used with ``-relocations``, display each relocation in an expanded
|
/external/llvm/docs/ |
D | MCJITDesignAndImplementation.rst | 73 image must be loaded into suitable memory, relocations must be applied and 102 object image and for each section iterates through the relocations for 113 relocations have not yet been applied and the generated code is still not 117 relocations when loadObject completes. However, this shouldn't be 120 relocations are applied. It is possible to apply relocations multiple 148 external symbols and then apply all relocations for the object. 154 iterate through the list of relocations it has stored which are associated 160 sections and for each section iterates through a list of relocations that 163 relocations for which the symbol associated with the relocation is located 168 .. image:: MCJIT-resolve-relocations.png [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | no-initializer-constant-addrspace.ll | 1 ; RUN: llc -march=amdgcn -mcpu=SI -filetype=obj < %s | llvm-readobj -relocations -symbols | FileChe… 2 ; RUN: llc -march=amdgcn -mcpu=tonga -filetype=obj < %s | llvm-readobj -relocations -symbols | File… 3 ; RUN: llc -march=r600 -mcpu=cypress -filetype=obj < %s | llvm-readobj -relocations -symbols | File…
|
D | gv-offset-folding.ll | 7 ; Offset folding is an optimization done for global variables with relocations, 11 ; We don't use relocations for local memory, so we should never fold offsets
|
/external/llvm/bindings/python/llvm/ |
D | object.py | 251 relocations = lib.LLVMGetRelocations(self) 254 if lib.LLVMIsRelocationIteratorAtEnd(self, relocations): 257 last = Relocation(relocations) 263 lib.LLVMMoveToNextRelocation(relocations) 269 lib.LLVMDisposeRelocationIterator(relocations)
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-relocs-01.s | 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/boringssl/src/crypto/fipsmodule/ |
D | FIPS.md | 50 … of relocations: places in the machine code where the linker needs to resolve and inject the final… 52 …of shared libraries and ASLR, some relocations can only be resolved at run-time, and thus targets … 56 …relocations in the hashed code and data. This document describes how we build C and assembly code … 60 … assembly implementations of some primitives and to eliminate the remaining sources of relocations. 64 The most obvious cause of relocations are out-calls from the module to non-cryptographic functions … 88 …d. Otherwise, although the generated code uses IP-relative references, relocations are emitted for… 89 …ved to the `.text` section, inside the module, so module code may reference it without relocations. 108 1. OpenSSL deals with run-time relocations by not hashing parts of the module's data.
|
/external/vulkan-validation-layers/windowsRuntimeInstaller/ |
D | NSIS_Security.patch | 28 - # no relocations that our resource editor ignores 31 +# # no relocations that our resource editor ignores
|
/external/llvm/test/CodeGen/AArch64/ |
D | extern-weak.ll | 17 ; In the large model, the usual relocations are absolute and can 38 ; In the large model, the usual relocations are absolute and can
|
D | arm64-extern-weak.ll | 16 ; In the large model, the usual relocations are absolute and can 34 ; In the large model, the usual relocations are absolute and can
|
/external/llvm/test/DebugInfo/ |
D | debuglineinfo-macho.test | 1 # Check that relocations get applied 9 # Check that relocations get applied correctly
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | elf_function_sections.ll | 5 ; RUN: -relocations -symbols %t | FileCheck %s 13 ; RUN: -relocations -symbols - \
|
/external/llvm/test/CodeGen/Hexagon/ |
D | simple_addend.ll | 1 ; RUN: llc -march=hexagon -filetype=obj -o - < %s | llvm-readobj -relocations | FileCheck %s
|
/external/llvm/test/tools/llvm-objdump/ |
D | macho-unwind-info-no-relocs.test | 4 # relocations.
|