OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtdyld
(Results
1 - 21
of
21
) sorted by null
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
COFF_i386.s
2
// RUN: llvm-
rtdyld
-triple i686-windows -dummy-extern _OutputDebugStringA@4=0xfffffffe -dummy-extern _ExitProcess@4=0xffffffff -verify -check=%s %t.obj
14
#
rtdyld
-check: decode_operand(rel1, 0) = (_function-_main-4-1)
27
#
rtdyld
-check: decode_operand(rel3, 3) = __imp__OutputDebugStringA
32
#
rtdyld
-check: decode_operand(rel4, 3) = __imp__ExitProcess
42
#
rtdyld
-check: *{4}__imp__OutputDebugStringA = 0xfffffffe
48
#
rtdyld
-check: *{4}__imp__ExitProcess = 0xffffffff
59
#
rtdyld
-check: *{4}rel5 = _function - section_addr(COFF_i386.s.tmp.obj, .text)
61
#
rtdyld
-check: *{2}rel6 = 1
64
#
rtdyld
-check: *{4}rel7 = relocations - section_addr(COFF_i386.s.tmp.obj, .data)
MachO_x86-64_PIC_relocations.s
2
# RUN: llvm-
rtdyld
-triple=x86_64-apple-macosx10.9 -dummy-extern ds1=0xfffffffffffffffe -dummy-extern ds2=0xffffffffffffffff -verify -check=%s %/T/test_x86-64.o
14
#
rtdyld
-check: decode_operand(insn1, 0) = foo - next_pc(insn1)
19
#
rtdyld
-check: decode_operand(insn2, 4) = x - next_pc(insn2)
26
#
rtdyld
-check: *{8}(stub_addr(test_x86-64.o, __text, y)) = y
27
#
rtdyld
-check: decode_operand(insn3, 4) = stub_addr(test_x86-64.o, __text, y) - next_pc(insn3)
35
#
rtdyld
-check: *{8}(section_addr(test_x86-64.o, __eh_frame) + 0x20) = eh_frame_test - (section_addr(test_x86-64.o, __eh_frame) + 0x20)
50
#
rtdyld
-check: *{8}z1 = ds1
56
#
rtdyld
-check: *{8}z2 = 0
61
#
rtdyld
-check: abssym = 0xdeadbeef
66
#
rtdyld
-check: *{8}z3 = z4 - z5 +
[
all
...]
COFF_x86_64.s
2
# RUN: llvm-
rtdyld
-triple=x86_64-pc-win32 -verify -check=%s %/T/COFF_x86_64.o
23
#
rtdyld
-check: decode_operand(inst1, 4) = __real400921f9f01b866e - next_pc(inst1)
33
#
rtdyld
-check: *{8}x = F
MachO_i386_eh_frame.s
2
# RUN: llvm-
rtdyld
-triple=i386-apple-macosx10.4 -verify -map-section MachO_i386_eh_frame.o,__text=0x2000 -check=%s %/T/MachO_i386_eh_frame.o
4
#
rtdyld
-check: *{4}(section_addr(MachO_i386_eh_frame.o, __eh_frame) + 0x20) = (main - (section_addr(MachO_i386_eh_frame.o, __eh_frame) + 0x20))[31:0]
5
#
rtdyld
-check: *{4}(section_addr(MachO_i386_eh_frame.o, __eh_frame) + 0x24) = 0x9
MachO_i386_DynNoPIC_relocations.s
2
# RUN: llvm-
rtdyld
-triple=i386-apple-macosx10.4 -verify -check=%s %/T/test_i386.o
15
#
rtdyld
-check: decode_operand(inst1, 4) = x$non_lazy_ptr - tmp0$pb + 8
21
#
rtdyld
-check: decode_operand(inst2, 0) = bling$stub - next_pc(inst2)
ELF_x64-64_PC8_relocations.s
2
# RUN: llvm-
rtdyld
-triple=x86_64-pc-linux -verify -map-section test_ELF_x86-64_PC8.o,.text.bar=0x10000 -map-section test_ELF_x86-64_PC8.o,.text.baz=0x10040 %T/test_ELF_x86-64_PC8.o
3
# RUN: llvm-
rtdyld
-triple=x86_64-pc-linux -verify -map-section test_ELF_x86-64_PC8.o,.text.baz=0x10000 -map-section test_ELF_x86-64_PC8.o,.text.bar=0x10040 %T/test_ELF_x86-64_PC8.o
ELF_x86_64_StubBuf.s
2
# RUN: llvm-
rtdyld
-print-alloc-requests -triple=x86_64-pc-linux -dummy-extern _g=196608 -verify %T/test_ELF_x86_64_StubBuf.o
ELF_x64-64_PIC_relocations.s
4
# RUN: llvm-
rtdyld
-triple=x86_64-pc-linux -verify %T/test_ELF1_x86-64.o %T/test_ELF_ExternalGlobal_x86-64.o
6
# RUN: llvm-
rtdyld
-triple=x86_64-pc-linux -verify -map-section test_ELF1_x86-64.o,.got=0x10000 -map-section test_ELF2_x86-64.o,.text=0x100000000 -map-section test_ELF2_x86-64.o,.got=0x100010000 %T/test_ELF1_x86-64.o %T/test_ELF2_x86-64.o %T/test_ELF_ExternalGlobal_x86-64.o
ELF_STT_FILE.s
4
# RUN: llvm-
rtdyld
-triple=x86_64-pc-linux -verify %T/test_ELF_STT_FILE_GLOBAL_x86-64.o %T/test_ELF_STT_FILE_FILE_x86-64.o %T/test_ELF_STT_FILE_x86-64.o
/external/llvm/tools/llvm-rtdyld/
Makefile
1
##===- tools/llvm-
rtdyld
/Makefile --------------------------*- Makefile -*-===##
11
TOOLNAME := llvm-
rtdyld
Android.mk
7
# llvm-
rtdyld
command line tool
11
llvm-
rtdyld
.cpp
55
LOCAL_MODULE := llvm-
rtdyld
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
ELF_O32_PIC_relocations.s
3
# RUN: llvm-
rtdyld
-triple=mipsel-unknown-linux -verify -map-section test_ELF_O32.o,"<common symbols>"=0x7FF8 -map-section test_ELF_O32.o,.text=0x1000 -map-section test_ELF_ExternalFunction_O32.o,.text=0x10000 -check=%s %T/test_ELF_O32.o %T/test_ELF_ExternalFunction_O32.o
7
# RUN: llvm-
rtdyld
-triple=mips-unknown-linux -verify -map-section test_ELF_O32.o,"<common symbols>"=0x7FF8 -map-section test_ELF_O32.o,.text=0x1000 -map-section test_ELF_ExternalFunction_O32.o,.text=0x10000 -check=%s %T/test_ELF_O32.o %T/test_ELF_ExternalFunction_O32.o
10
#
rtdyld
-check: *{4}R_MIPS_32 = foo[31:0]
13
#
rtdyld
-check: *{4}(R_MIPS_32+4) = foo[31:0]
15
#
rtdyld
-check: *{4}(R_MIPS_PC32) = (foo - R_MIPS_PC32)[31:0]
18
#
rtdyld
-check: *{4}(R_MIPS_PC32 + 4) = (foo - tmp1)[31:0]
36
#
rtdyld
-check: decode_operand(R_MIPS_26, 0)[27:0] = stub_addr(test_ELF_O32.o, .text, foo)[27:0]
37
#
rtdyld
-check: decode_operand(R_MIPS_26, 0)[1:0] = 0
42
#
rtdyld
-check: decode_operand(R_MIPS_PC16, 1)[17:0] = (foo - R_MIPS_PC16)[17:0]
47
#
rtdyld
-check: decode_operand(R_MIPS_HI16, 1)[15:0] = foo[31:16
[
all
...]
ELF_N64R6_relocations.s
3
# RUN: llvm-
rtdyld
-triple=mips64el-unknown-linux -mcpu=mips64r6 -verify -map-section test_ELF_N64R6.o,.text=0x1000 -map-section test_ELF_ExternalFunction_N64R6.o,.text=0x10000 -check=%s %/T/test_ELF_N64R6.o %T/test_ELF_ExternalFunction_N64R6.o
7
# RUN: llvm-
rtdyld
-triple=mips64-unknown-linux -mcpu=mips64r6 -verify -map-section test_ELF_N64R6.o,.text=0x1000 -map-section test_ELF_ExternalFunction_N64R6.o,.text=0x10000 -check=%s %/T/test_ELF_N64R6.o %T/test_ELF_ExternalFunction_N64R6.o
25
#
rtdyld
-check: decode_operand(R_MIPS_PC18_S3, 1)[20:0] = (foo - R_MIPS_PC18_S3)[20:0]
30
#
rtdyld
-check: decode_operand(R_MIPS_PC19_S2, 1)[20:0] = (foo - R_MIPS_PC19_S2)[20:0]
35
#
rtdyld
-check: decode_operand(R_MIPS_PC21_S2, 1)[22:0] = (foo - next_pc(R_MIPS_PC21_S2))[22:0]
40
#
rtdyld
-check: decode_operand(R_MIPS_PC26_S2, 0)[27:0] = (foo - next_pc(R_MIPS_PC26_S2))[27:0]
45
#
rtdyld
-check: decode_operand(R_MIPS_PCHI16, 1)[15:0] = (foo - R_MIPS_PCHI16 + 0x8000)[31:16]
50
#
rtdyld
-check: decode_operand(R_MIPS_PCLO16, 2)[15:0] = (foo - R_MIPS_PCLO16)[15:0]
ELF_Mips64r2N64_PIC_relocations.s
3
# RUN: llvm-
rtdyld
-triple=mips64el-unknown-linux -verify -map-section test_ELF_Mips64N64.o,.text=0x1000 -map-section test_ELF_ExternalFunction_Mips64N64.o,.text=0x10000 -check=%s %/T/test_ELF_Mips64N64.o %T/test_ELF_ExternalFunction_Mips64N64.o
7
# RUN: llvm-
rtdyld
-triple=mips64-unknown-linux -verify -map-section test_ELF_Mips64N64.o,.text=0x1000 -map-section test_ELF_ExternalFunction_Mips64N64.o,.text=0x10000 -check=%s %/T/test_ELF_Mips64N64.o %T/test_ELF_ExternalFunction_Mips64N64.o
11
#
rtdyld
-check: *{4}(R_MIPS_PC32) = (foo - R_MIPS_PC32)[31:0]
14
#
rtdyld
-check: *{4}(R_MIPS_PC32 + 4) = (foo - tmp1)[31:0]
46
#
rtdyld
-check: decode_operand(insn1, 0)[27:0] = foo[27:0]
54
#
rtdyld
-check: decode_operand(insn2, 1)[17:0] = (foo - insn2)[17:0]
93
#
rtdyld
-check: decode_operand(insn3, 1)[15:0] = ((section_addr(test_ELF_Mips64N64.o, .got) + 0x7ff0) - main + 0x8000)[31:16]
100
#
rtdyld
-check: decode_operand(insn4, 2)[15:0] = ((section_addr(test_ELF_Mips64N64.o, .got) + 0x7ff0) - main)[15:0]
110
#
rtdyld
-check: decode_operand(insn5, 2)[15:0] = 0x8010
113
#
rtdyld
-check: *{8}(section_addr(test_ELF_Mips64N64.o, .got)) = (_str + 0x8000) & 0xffffffffffff000
[
all
...]
ELF_O32R6_relocations.s
3
# RUN: llvm-
rtdyld
-triple=mipsel-unknown-linux -mcpu=mips32r6 -verify -map-section test_ELF_O32R6.o,.text=0x1000 -map-section test_ELF_ExternalFunction_O32R6.o,.text=0x10000 -check=%s %/T/test_ELF_O32R6.o %T/test_ELF_ExternalFunction_O32R6.o
7
# RUN: llvm-
rtdyld
-triple=mips-unknown-linux -mcpu=mips32r6 -verify -map-section test_ELF_O32R6.o,.text=0x1000 -map-section test_ELF_ExternalFunction_O32R6.o,.text=0x10000 -check=%s %/T/test_ELF_O32R6.o %T/test_ELF_ExternalFunction_O32R6.o
25
#
rtdyld
-check: decode_operand(R_MIPS_PC19_S2, 1)[20:0] = (foo - R_MIPS_PC19_S2)[20:0]
30
#
rtdyld
-check: decode_operand(R_MIPS_PC21_S2, 1)[22:0] = (foo - next_pc(R_MIPS_PC21_S2))[22:0]
35
#
rtdyld
-check: decode_operand(R_MIPS_PC26_S2, 0)[27:0] = (foo - next_pc(R_MIPS_PC26_S2))[27:0]
40
#
rtdyld
-check: decode_operand(R_MIPS_PCHI16, 1)[15:0] = (foo - R_MIPS_PCHI16 + 0x8000)[31:16]
45
#
rtdyld
-check: decode_operand(R_MIPS_PCLO16, 2)[15:0] = (foo - R_MIPS_PCLO16)[15:0]
/external/llvm/test/ExecutionEngine/RuntimeDyld/ARM/
MachO_ARM_PIC_relocations.s
2
# RUN: llvm-
rtdyld
-triple=armv7s-apple-ios7.0.0 -verify -check=%s %/T/foo.o
10
#
rtdyld
-check: decode_operand(insn1, 1) = (foo$non_lazy_ptr-(nextPC+8))[15:0]
14
#
rtdyld
-check: decode_operand(insn2, 2) = (foo$non_lazy_ptr-(nextPC+8))[31:16]
24
#
rtdyld
-check: *{4}(stub_addr(foo.o, __text, baz)) = 0xe51ff004
25
#
rtdyld
-check: *{4}(stub_addr(foo.o, __text, baz) + 4) = baz
27
#
rtdyld
-check: decode_operand(insn3, 0) = stub_addr(foo.o, __text, baz) - (insn3 + 8)
32
#
rtdyld
-check: *{4}(stub_addr(foo.o, __text, bar) + 4) = bar
46
#
rtdyld
-check: *{4}bar_ofs = bar + 4
51
#
rtdyld
-check: *{4}foo$non_lazy_ptr = foo
/external/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
MachO_ARM64_relocations.s
2
# RUN: llvm-
rtdyld
-triple=arm64-apple-ios7.0.0 -map-section foo.o,__text=0x10bc0 -verify -check=%s %/T/foo.o
19
#
rtdyld
-check: decode_operand(br1, 0)[25:0] = (_foo - br1)[27:2]
30
#
rtdyld
-check: decode_operand(adrp1, 1) = (_ptr[32:12] - adrp1[32:12])
31
#
rtdyld
-check: decode_operand(ldr1, 2) = _ptr[11:3]
46
#
rtdyld
-check: *{8}(stub_addr(foo.o, __text, _ptr)) = _ptr
47
#
rtdyld
-check: decode_operand(adrp2, 1) = (stub_addr(foo.o, __text, _ptr)[32:12] - adrp2[32:12])
48
#
rtdyld
-check: decode_operand(ldr2, 2) = stub_addr(foo.o, __text, _ptr)[11:3]
58
#
rtdyld
-check: decode_operand(add1, 2) = (tgt+8)[11:2] << 2
73
#
rtdyld
-check: *{8}_ptr = _foo
/external/llvm/test/ExecutionEngine/RuntimeDyld/PowerPC/
ppc32_elf_rel_addr16.s
2
# RUN: llvm-
rtdyld
-triple=powerpc-unknown-linux-gnu -verify -check=%s %T/ppc32_elf_rel_addr16.o
15
#
rtdyld
-check: decode_operand(insn_hi, 1) = elements[31:16]
21
#
rtdyld
-check: decode_operand(insn_lo, 2) = elements[15:0]
/external/llvm/tools/
Makefile
32
llvm-objdump llvm-readobj llvm-
rtdyld
\
/external/clang/
Android.mk
56
llvm-
rtdyld
\
/external/llvm/
Android.mk
128
tools/llvm-
rtdyld
\
Completed in 1299 milliseconds