Searched refs:relocations (Results 1 – 25 of 150) sorted by relevance
123456
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | COFF_i386.s | 55 .global relocations symbol 56 relocations: label 64 # rtdyld-check: *{4}rel7 = relocations - section_addr(COFF_i386.s.tmp.obj, .data) 65 .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 | 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.
|
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 - | \
|
/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/v8/build/android/ |
D | pack_relocations.gypi | 6 # packs relocations in Release builds of native libraries. 13 # 'enable_packing': 'pack relocations if 1, plain file copy if 0' 40 'message': 'Packing relocations for <(_target_name)', 52 '--android-pack-relocations=<(PRODUCT_DIR)/android_relocation_packer',
|
/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/Object/ |
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 \ 39 RUN: llvm-readobj -dyn-relocations -expand-relocs \
|
D | coff-invalid.test | 13 CHECK: Sections with relocations should have an address of 0
|
/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/llvm/test/DebugInfo/ |
D | debuglineinfo-macho.test | 1 # Check that relocations get applied 9 # Check that relocations get applied correctly
|
D | debuglineinfo.test | 10 ; This test verifies that relocations are correctly applied to the 12 ; If relocations are not applied the first two functions will be reported as
|
/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/CodeGen/AArch64/ |
D | arm64-extern-weak.ll | 21 ; In the large model, the usual relocations are absolute and can 44 ; In the large model, the usual relocations are absolute and can
|
D | extern-weak.ll | 22 ; In the large model, the usual relocations are absolute and can 48 ; In the large model, the usual relocations are absolute and can
|
/external/llvm/test/tools/llvm-objdump/ |
D | macho-unwind-info-no-relocs.test | 4 # relocations.
|
/external/valgrind/ |
D | exp-sgcheck.supp | 2 ld-2.X possibly applying relocations
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | 2013-04-04-RelocAddend.ll | 3 ; Verify relocations to global symbols with addend work correctly.
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | 2013-04-04-RelocAddend.ll | 3 ; Verify relocations to global symbols with addend work correctly.
|
/external/llvm/test/MC/MachO/ARM/ |
D | no-subsections-reloc.s | 6 @ in the same section can be resolved at assembly time w/o relocations.
|
123456