/toolchain/binutils/binutils-2.25/ld/testsuite/ld-crx/ |
reloc-rel32.s | 1 # Test pc relative relocation R_CRX_REL32
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-d10v/ |
reloc-001.s | 1 ;; Test pc relative relocation
|
reloc-005.s | 1 ;; Test 18 bit pc rel relocation
|
reloc-009.s | 1 ;; Test pc relative relocation
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-metag/ |
stub_pic_app.r | 4 DYNAMIC RELOCATION RECORDS
|
stub_shared.r | 4 DYNAMIC RELOCATION RECORDS
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/ |
imm5.s | 1 # Test the imm5 relocation
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
tls-err-2.s | 9 move.b extsym:GDGOTREL16,r4 ; { dg-error "PIC relocation size does not match" "" { xfail *-*-* } } 10 move.b extsym12:GDGOTREL,r5 ; { dg-error "PIC relocation size does not match" } 11 move.w extsym2:GDGOTREL,r5 ; { dg-error "PIC relocation size does not match" } 12 move.d extsym3:GDGOTREL16,r6 ; { dg-error "PIC relocation size does not match" } 13 move extsym4:GDGOTREL16,srp ; { dg-error "PIC relocation size does not match" } 14 move.b extsym5:TPOFFGOT16,r4 ; { dg-error "PIC relocation size does not match" "" { xfail *-*-* } } 15 move.b extsym15:TPOFFGOT,r7 ; { dg-error "PIC relocation size does not match" } 16 move.w extsym6:DTPREL,r5 ; { dg-error "PIC relocation size does not match" } 17 move.d extsym7:DTPREL16,r6 ; { dg-error "PIC relocation size does not match" } 18 move.d extsym7:TPOFFGOT16,r6 ; { dg-error "PIC relocation size does not match" [all...] |
pic-err-1.s | 11 move.b extsym:GOTPLT16,r4 ; { dg-error "PIC relocation size does not match" "" { xfail *-*-* } } 12 move.b extsym12:GOTPLT,r5 ; { dg-error "PIC relocation size does not match" } 13 move.w extsym2:GOTPLT,r5 ; { dg-error "PIC relocation size does not match" } 14 move.d extsym3:GOTPLT16,r6 ; { dg-error "PIC relocation size does not match" } 15 move extsym4:GOTPLT16,srp ; { dg-error "PIC relocation size does not match" } 16 move.b extsym5:GOT16,r4 ; { dg-error "PIC relocation size does not match" "" { xfail *-*-* } } 17 move.b extsym15:GOT,r7 ; { dg-error "PIC relocation size does not match" } 18 move.w extsym6:GOT,r5 ; { dg-error "PIC relocation size does not match" } 19 move.d extsym7:GOT16,r6 ; { dg-error "PIC relocation size does not match" } 20 move extsym8:GOT16,srp ; { dg-error "PIC relocation size does not match" [all...] |
tls-err-1.s | 9 move.b extsym:TPOFF16,r4 ; { dg-error "TLS relocation size does not match" "" { xfail *-*-* } } 10 move.b extsym12:TPOFF,r5 ; { dg-error "TLS relocation size does not match" } 11 move.w extsym2:TPOFF,r5 ; { dg-error "TLS relocation size does not match" } 12 move.d extsym3:TPOFF16,r6 ; { dg-error "TLS relocation size does not match" } 13 move extsym4:TPOFF16,srp ; { dg-error "TLS relocation size does not match" } 14 move.b extsym15:GD,r7 ; { dg-error "TLS relocation size does not match" } 15 move.w extsym6:GD,r5 ; { dg-error "TLS relocation size does not match" } 16 move extsym8:TPOFF16,srp ; { dg-error "TLS relocation size does not match" } 17 move.b extsym5:IE,r7 ; { dg-error "TLS relocation size does not match" } 18 move.w extsym16:IE,r5 ; { dg-error "TLS relocation size does not match" [all...] |
/frameworks/compile/mclinker/lib/Fragment/ |
Relocation.cpp | 1 //===- Relocation.cpp -----------------------------------------------------===// 9 #include "mcld/Fragment/Relocation.h" 26 // Relocation Factory Methods 28 /// Initialize - set up the relocation factory 29 void Relocation::SetUp(const LinkerConfig& pConfig) { 33 /// Clear - Clean up the relocation factory 34 void Relocation::Clear() { 38 /// Create - produce an empty relocation entry 39 Relocation* Relocation::Create() [all...] |
/frameworks/compile/mclinker/include/mcld/Fragment/ |
Relocation.h | 1 //===- Relocation.h ----------------------------------------------------===// 25 class Relocation : public llvm::ilist_node<Relocation> { 27 friend class GCFactoryListTraits<Relocation>; 28 friend class Chunk<Relocation, MCLD_RELOCATIONS_PER_INPUT>; 38 Relocation(); 40 Relocation(Type pType, 45 ~Relocation(); 48 /// Initialize - set up the relocation factory 51 /// Clear - Clean up the relocation factor [all...] |
/frameworks/compile/mclinker/include/mcld/LD/ |
DiagRelocations.inc | 19 "attempt to generate unsupported relocation `%0' for symbol `%1', " 21 "attempt to generate unsupported relocation `%0' for symbol `%1, " 25 "relocation type `%0' is not supported for symbol `%1'\nPlease report to " 27 "relocation type `%0' is not supported for symbol `%1'\nPlease report to " 31 "unexpected relocation type `%0' in object file", 32 "unexpected relocation type `%0' in object file") 35 "encounter unsupported relocation type `%0'\nPlease report to %1", 36 "encounter unsupported relocation type `%0'\nPlease report to %1") 39 "encounter unknown relocation type `%0' for symbol `%1'", 40 "encounter unknown relocation type `%0' for symbol `%1'" [all...] |
RelocationFactory.h | 1 //===- Relocation.h -------------------------------------------------------===// 12 #include "mcld/Fragment/Relocation.h" 22 * relocation 26 : public GCFactory<Relocation, MCLD_RELOCATIONS_PER_INPUT> { 28 typedef Relocation::Type Type; 29 typedef Relocation::Address Address; 30 typedef Relocation::DWord DWord; 31 typedef Relocation::SWord SWord; 39 /// produce - produce a relocation entry 40 /// @param pType - the type of the relocation entr [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/alpha/ |
elf-reloc-7.d | 6 RELOCATION RECORDS FOR \[\.text\]: 11 RELOCATION RECORDS FOR \[\.data\]: 17 RELOCATION RECORDS FOR \[\.text2\]:
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
group-reloc-ldc-parsing-bad.l | 2 [^:]*:25: Error: this group relocation is not allowed on this instruction -- `ldc 0,c0,\[r0,#:pc_g0_nc:\(sym\)\]' 3 [^:]*:25: Error: this group relocation is not allowed on this instruction -- `ldc 0,c0,\[r0,#:pc_g1_nc:\(sym\)\]' 4 [^:]*:25: Error: this group relocation is not allowed on this instruction -- `ldc 0,c0,\[r0,#:sb_g0_nc:\(sym\)\]' 5 [^:]*:25: Error: this group relocation is not allowed on this instruction -- `ldc 0,c0,\[r0,#:sb_g1_nc:\(sym\)\]' 6 [^:]*:25: Error: unknown group relocation -- `ldc 0,c0,\[r0,#:foo:\(sym\)\]' 7 [^:]*:26: Error: this group relocation is not allowed on this instruction -- `ldcl 0,c0,\[r0,#:pc_g0_nc:\(sym\)\]' 8 [^:]*:26: Error: this group relocation is not allowed on this instruction -- `ldcl 0,c0,\[r0,#:pc_g1_nc:\(sym\)\]' 9 [^:]*:26: Error: this group relocation is not allowed on this instruction -- `ldcl 0,c0,\[r0,#:sb_g0_nc:\(sym\)\]' 10 [^:]*:26: Error: this group relocation is not allowed on this instruction -- `ldcl 0,c0,\[r0,#:sb_g1_nc:\(sym\)\]' 11 [^:]*:26: Error: unknown group relocation -- `ldcl 0,c0,\[r0,#:foo:\(sym\)\] [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/ |
v9branch2.s | 1 # Text for relocation overflow diagnostic
|
v9branch3.s | 1 # Text for relocation overflow diagnostic
|
v9branch4.s | 1 # Text for relocation overflow diagnostic
|
v9branch5.s | 1 # Text for relocation overflow diagnostic
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
arm-app-abs32.r | 4 DYNAMIC RELOCATION RECORDS
|
arm-app.r | 4 DYNAMIC RELOCATION RECORDS
|
arm-lib-plt-2.rd | 2 Relocation section '.rel.dyn' .*:
|
arm-lib-plt32.r | 4 DYNAMIC RELOCATION RECORDS
|
arm-lib.r | 4 DYNAMIC RELOCATION RECORDS
|