Home
last modified time | relevance | path

Searched refs:relocations (Results 1 – 25 of 150) sorted by relevance

123456

/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
DCOFF_i386.s55 .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/
Doddspreg.s5 # 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 - | \
Dhigher-highest-addressing.s8 # 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
Dmicromips-jump26.s8 # for relocations.
16 # Check that the appropriate relocations were created.
Dmicromips-tailr.s8 # for relocations.
18 # Check that the appropriate relocations were created.
Dmips_abi_flags_xx.s5 # 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/
Dllvm-readobj.rst42 .. 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/
Dpack_relocations.gypi6 # 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/
DMCJITDesignAndImplementation.rst73 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/
Dcorrupt.test48 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 \
Dyaml2obj-readobj.test1 RUN: yaml2obj %p/Inputs/COFF/i386.yaml | llvm-readobj -file-headers -relocations -expand-relocs - |…
3 RUN: llvm-readobj -file-headers -relocations -expand-relocs %t \
Drelocation-executable.test3 RUN: llvm-readobj -dyn-relocations -expand-relocs \
39 RUN: llvm-readobj -dyn-relocations -expand-relocs \
Dcoff-invalid.test13 CHECK: Sections with relocations should have an address of 0
/external/llvm/bindings/python/llvm/
Dobject.py251 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/
Dppc64-relocs-01.s24 # 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/
Ddebuglineinfo-macho.test1 # Check that relocations get applied
9 # Check that relocations get applied correctly
Ddebuglineinfo.test10 ; 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/
Dsimple_addend.ll1 ; RUN: llc -march=hexagon -filetype=obj -o - < %s | llvm-readobj -relocations | FileCheck %s
/external/llvm/test/CodeGen/AArch64/
Darm64-extern-weak.ll21 ; In the large model, the usual relocations are absolute and can
44 ; In the large model, the usual relocations are absolute and can
Dextern-weak.ll22 ; 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/
Dmacho-unwind-info-no-relocs.test4 # relocations.
/external/valgrind/
Dexp-sgcheck.supp2 ld-2.X possibly applying relocations
/external/llvm/test/ExecutionEngine/MCJIT/
D2013-04-04-RelocAddend.ll3 ; Verify relocations to global symbols with addend work correctly.
/external/llvm/test/ExecutionEngine/OrcMCJIT/
D2013-04-04-RelocAddend.ll3 ; Verify relocations to global symbols with addend work correctly.
/external/llvm/test/MC/MachO/ARM/
Dno-subsections-reloc.s6 @ in the same section can be resolved at assembly time w/o relocations.

123456