Searched
full:relocation (Results
326 -
350 of
3418) sorted by null
<<11121314151617181920>>
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
reg-1.d | 7 #error: relocation truncated to fit: R_MMIX_REG against symbol `areg'
|
reg-1m.d | 7 #error: relocation truncated to fit: R_MMIX_REG against `areg'
|
reg-2.d | 7 #error: register relocation against non-register symbol: areg in \.text
|
reg-2m.d | 7 #error: register relocation against non-register symbol: areg in \.text
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/ |
relax_call26_cache.d | 7 # links without "relocation truncated to fit" errors.
|
s16.s | 8 # signed 16-bit relocation
|
u16.s | 8 # unsigned 16-bit relocation
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
aix-no-dup-syms-1-dso.rd | 4 RELOCATION RECORDS FOR \[\.data\]:
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-size/ |
size32-1.s | 1 # 32-bit size relocation in shared object
|
size64-1.s | 1 # 64-bit size relocation in shared object
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
got-reloc-global-addend-1.d | 5 #error: .*relocation R_C6000_SBR_GOT_U15_W with non-zero addend 4.*
|
got-reloc-global-addend-2.d | 5 #error: .*relocation R_C6000_SBR_GOT_L16_W with non-zero addend 4.*
|
got-reloc-overflow.d | 5 #error: .*relocation truncated to fit: R_C6000_SBR_GOT_U15_W.*
|
shlib-app-1.od | 4 DYNAMIC RELOCATION RECORDS
|
shlib-app-1b.od | 4 DYNAMIC RELOCATION RECORDS
|
static-app-1.od | 4 DYNAMIC RELOCATION RECORDS
|
static-app-1b.od | 4 DYNAMIC RELOCATION RECORDS
|
static-app-1r.od | 4 DYNAMIC RELOCATION RECORDS
|
static-app-1rb.od | 4 DYNAMIC RELOCATION RECORDS
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-vax-elf/ |
export-class-data.rd | 0 Relocation section '\.rela\.got' at offset 0x[0-9a-f]+ contains 1 entries:
|
/external/llvm/test/CodeGen/ARM/ |
load-global.ll | 1 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=static | FileCheck %s -check-prefix=STATIC 2 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=dynamic-no-pic | FileCheck %s -check-prefix=DYNAMIC 3 ; RUN: llc < %s -mtriple=armv6-apple-darwin -relocation-model=pic | FileCheck %s -check-prefix=PIC 4 ; RUN: llc < %s -mtriple=thumbv6-apple-darwin -relocation-model=pic | FileCheck %s -check-prefix=PIC_T 5 ; RUN: llc < %s -mtriple=armv7-apple-darwin -relocation-model=pic | FileCheck %s -check-prefix=PIC_V7 6 ; RUN: llc < %s -mtriple=armv6-linux-gnueabi -relocation-model=pic | FileCheck %s -check-prefix=LINUX 7 ; RUN: llc < %s -mtriple=thumbv6-linux-gnueabi -relocation-model=pic | FileCheck %s -check-prefix=LINUX_T
|
/toolchain/binutils/binutils-2.25/bfd/ |
mipsbsd.c | 107 /* Determine the size of a relocation entry, based on the architecture */ 125 file header, symbols, and relocation. */ 177 /* MIPS relocation types. */ 185 /* This is only called when performing a BFD_RELOC_MIPS_JMP relocation. 201 bfd_vma relocation, pc; local 203 /* If this is a partial relocation, just continue. */ 212 /* Work out which section the relocation is targeted at and the 213 initial relocation command value. */ 215 relocation = 0; 217 relocation = symbol->value 246 bfd_vma relocation; local [all...] |
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/ |
ELF_N64R6_relocations.s | 1 # RUN: llvm-mc -triple=mips64el-unknown-linux -mcpu=mips64r6 -relocation-model=pic -code-model=small -filetype=obj -o %T/test_ELF_N64R6.o %s 2 # RUN: llc -mtriple=mips64el-unknown-linux -mcpu=mips64r6 -relocation-model=pic -filetype=obj -o %T/test_ELF_ExternalFunction_N64R6.o %S/Inputs/ExternalFunction.ll 5 # RUN: llvm-mc -triple=mips64-unknown-linux -mcpu=mips64r6 -relocation-model=pic -code-model=small -filetype=obj -o %T/test_ELF_N64R6.o %s 6 # RUN: llc -mtriple=mips64-unknown-linux -mcpu=mips64r6 -relocation-model=pic -filetype=obj -o %T/test_ELF_ExternalFunction_N64R6.o %S/Inputs/ExternalFunction.ll 24 # Test R_MIPS_PC18_S3 relocation. 29 # Test R_MIPS_PC19_S2 relocation. 34 # Test R_MIPS_PC21_S2 relocation. 39 # Test R_MIPS_PC26_S2 relocation. 44 # Test R_MIPS_PCHI16 relocation. 49 # Test R_MIPS_PCLO16 relocation [all...] |
/frameworks/compile/mclinker/lib/LD/ |
RelocationFactory.cpp | 26 : GCFactory<Relocation, MCLD_RELOCATIONS_PER_INPUT>(), m_pConfig(NULL) { 33 Relocation* RelocationFactory::produce(RelocationFactory::Type pType, 41 // target_data is the place where the relocation applys to. 72 Relocation* result = allocate(); 73 new (result) Relocation(pType, &pFragRef, pAddend, target_data); 77 Relocation* RelocationFactory::produceEmptyEntry() { 78 Relocation* result = allocate(); 79 new (result) Relocation(0, 0, 0, 0); 83 void RelocationFactory::destroy(Relocation* pRelocation) { 84 /** GCFactory will recycle the relocation **/ [all...] |
/external/llvm/test/MC/MachO/AArch64/ |
ld64-workaround.s | 3 ; Test that we produce an external relocation. This is a known and temporary bug 9 // CHECK-NEXT: Relocation { 16 // CHECK-NEXT: Relocation { 23 // CHECK-NEXT: Relocation { 30 // CHECK-NEXT: Relocation {
|
Completed in 1920 milliseconds
<<11121314151617181920>>