HomeSort by relevance Sort by last modified time
    Searched full:relocation (Results 101 - 125 of 3418) sorted by null

1 2 3 45 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
group-reloc-ldr-parsing-bad.l 2 [^:]*:7: Error: this group relocation is not allowed on this instruction -- `ldr r0,\[r0,#:pc_g0_nc:\(f\)\]'
3 [^:]*:8: Error: this group relocation is not allowed on this instruction -- `ldr r0,\[r0,#:pc_g1_nc:\(f\)\]'
4 [^:]*:9: Error: this group relocation is not allowed on this instruction -- `ldr r0,\[r0,#:sb_g0_nc:\(f\)\]'
5 [^:]*:10: Error: this group relocation is not allowed on this instruction -- `ldr r0,\[r0,#:sb_g1_nc:\(f\)\]'
6 [^:]*:12: Error: this group relocation is not allowed on this instruction -- `str r0,\[r0,#:pc_g0_nc:\(f\)\]'
7 [^:]*:13: Error: this group relocation is not allowed on this instruction -- `str r0,\[r0,#:pc_g1_nc:\(f\)\]'
8 [^:]*:14: Error: this group relocation is not allowed on this instruction -- `str r0,\[r0,#:sb_g0_nc:\(f\)\]'
9 [^:]*:15: Error: this group relocation is not allowed on this instruction -- `str r0,\[r0,#:sb_g1_nc:\(f\)\]'
10 [^:]*:17: Error: this group relocation is not allowed on this instruction -- `ldrb r0,\[r0,#:pc_g0_nc:\(f\)\]'
11 [^:]*:18: Error: this group relocation is not allowed on this instruction -- `ldrb r0,\[r0,#:pc_g1_nc:\(f\)\]
    [all...]
group-reloc-ldrs-parsing-bad.l 2 [^:]*:7: Error: this group relocation is not allowed on this instruction -- `ldrd r0,\[r0,#:pc_g0_nc:\(f\)\]'
3 [^:]*:8: Error: this group relocation is not allowed on this instruction -- `ldrd r0,\[r0,#:pc_g1_nc:\(f\)\]'
4 [^:]*:9: Error: this group relocation is not allowed on this instruction -- `ldrd r0,\[r0,#:sb_g0_nc:\(f\)\]'
5 [^:]*:10: Error: this group relocation is not allowed on this instruction -- `ldrd r0,\[r0,#:sb_g1_nc:\(f\)\]'
6 [^:]*:12: Error: this group relocation is not allowed on this instruction -- `strd r0,\[r0,#:pc_g0_nc:\(f\)\]'
7 [^:]*:13: Error: this group relocation is not allowed on this instruction -- `strd r0,\[r0,#:pc_g1_nc:\(f\)\]'
8 [^:]*:14: Error: this group relocation is not allowed on this instruction -- `strd r0,\[r0,#:sb_g0_nc:\(f\)\]'
9 [^:]*:15: Error: this group relocation is not allowed on this instruction -- `strd r0,\[r0,#:sb_g1_nc:\(f\)\]'
10 [^:]*:17: Error: this group relocation is not allowed on this instruction -- `ldrh r0,\[r0,#:pc_g0_nc:\(f\)\]'
11 [^:]*:18: Error: this group relocation is not allowed on this instruction -- `ldrh r0,\[r0,#:pc_g1_nc:\(f\)\]
    [all...]
reloc-bad.l 3 [^:]*:3: Error: cannot represent T32_OFFSET_IMM relocation in this object file format
  /frameworks/compile/mclinker/include/mcld/LD/
Relocator.h 12 #include "mcld/Fragment/Relocation.h"
26 typedef Relocation::Type Type;
27 typedef Relocation::Address Address;
28 typedef Relocation::DWord DWord;
29 typedef Relocation::SWord SWord;
30 typedef Relocation::Size Size;
41 virtual Result applyRelocation(Relocation& pRelocation) = 0;
44 /// to relocation and generate empty entries, such as GOT, dynamic relocation
47 /// @param pReloc - a read in relocation entr
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.pom 82 <relocation>
85 </relocation>
86 <relocation>
89 </relocation>
90 <relocation>
93 </relocation>
94 <relocation>
97 </relocation>
98 <relocation>
101 </relocation>
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/
kotlin-compiler-embeddable-0.13.1514.pom 82 <relocation>
85 </relocation>
86 <relocation>
89 </relocation>
90 <relocation>
93 </relocation>
94 <relocation>
97 </relocation>
98 <relocation>
101 </relocation>
    [all...]
  /external/llvm/bindings/python/llvm/tests/
test_object.py 3 from ..object import Relocation
61 for relocation in section.get_relocations():
62 assert isinstance(relocation, Relocation)
63 assert isinstance(relocation.address, long)
64 assert isinstance(relocation.offset, long)
65 assert isinstance(relocation.type_number, long)
66 assert isinstance(relocation.type_name, str)
67 assert isinstance(relocation.value_string, str)
  /external/llvm/test/CodeGen/Mips/Fast-ISel/
check-disabled-mcpus.ll 1 ; RUN: llc -march=mips -mcpu=mips2 -O0 -relocation-model=pic \
3 ; RUN: llc -march=mips -mcpu=mips3 -O0 -relocation-model=pic \
5 ; RUN: llc -march=mips -mcpu=mips4 -O0 -relocation-model=pic \
8 ; RUN: llc -march=mips -mcpu=mips32r6 -O0 -relocation-model=pic \
11 ; RUN: llc -march=mips -mcpu=mips64 -O0 -relocation-model=pic \
13 ; RUN: llc -march=mips -mcpu=mips64r2 -O0 -relocation-model=pic \
15 ; RUN: llc -march=mips -mcpu=mips64r3 -O0 -relocation-model=pic \
17 ; RUN: llc -march=mips -mcpu=mips64r5 -O0 -relocation-model=pic \
19 ; RUN: llc -march=mips -mcpu=mips32r6 -O0 -relocation-model=pic \
  /external/llvm/test/CodeGen/ARM/
pic.ll 1 ; Check the function call in PIC relocation model.
3 ; If the relocation model is PIC, then the "bl" instruction for the function
7 ; RUN: -relocation-model=pic -fast-isel -verify-machineinstrs \
  /toolchain/binutils/binutils-2.25/gold/
aarch64-reloc-property.h 1 // aarch64-reloc-property.h -- AArch64 relocation properties -*- C++ -*-
34 // relocation code.
39 // Types of relocation codes.
41 RT_NONE, // No relocation type.
46 // Classes of relocation codes.
48 RC_NONE, // No relocation class.
49 RC_DATA, // Data relocation.
53 RC_DYNAMIC, // Dynamic relocation
72 // Types of bases of relative addressing relocation codes.
74 // RAB_NONE, // Relocation is not relative addressin
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.h 30 ReserveRel = 1, // reserve a dynamic relocation entry
43 /// For Mips, the GOT, GP, and dynamic relocation entries are check to create.
44 void scanRelocation(Relocation& pReloc,
66 Result applyRelocation(Relocation& pReloc);
68 /// getDebugStringOffset - get the offset from the relocation target. This is
70 uint32_t getDebugStringOffset(Relocation& pReloc) const;
72 /// applyDebugStringOffset - apply the relocation target to specific offset.
74 void applyDebugStringOffset(Relocation& pReloc, uint32_t pOffset);
84 void postponeRelocation(Relocation& pReloc);
90 /// isGpDisp - return true if relocation is against _gp_disp symbol
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
loop.d 4 Relocation section '\.rela\.text' .*:
loop2.d 4 Relocation section '\.rela\.text' .*:
loop3.d 4 Relocation section '\.rela\.text' .*:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cfi/
reloc-pe-i386.d 4 RELOCATION RECORDS FOR \[.debug_frame\]:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
ltoff22x-1.d 6 RELOCATION RECORDS FOR \[\.text\]:
ltoff22x-2.d 6 RELOCATION RECORDS FOR \[\.text\]:
ltoff22x-3.d 6 RELOCATION RECORDS FOR \[\.text\]:
ltoff22x-4.d 6 RELOCATION RECORDS FOR \[\.text\]:
ltoff22x-5.d 6 RELOCATION RECORDS FOR \[\.text\]:
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
ehword.d 7 RELOCATION RECORDS FOR \[\.text\]:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
arm-rel31.s 1 # Test the R_ARM_REL31 relocation
arm-rel32.d 4 DYNAMIC RELOCATION RECORDS
arm-target2.s 1 # Test the R_ARM_TARGET2 relocation
farcall-mixed-app.r 4 DYNAMIC RELOCATION RECORDS

Completed in 484 milliseconds

1 2 3 45 6 7 8 91011>>