/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue9355.go | 31 `rel 0\+\d t=1 \"\"\.x\+8\r?\n`, // y = &x.b 32 `rel 0\+\d t=1 \"\"\.x\+(28|1c)\r?\n`, // z = &x.d.q 33 `rel 0\+\d t=1 \"\"\.b\+5\r?\n`, // c = &b[5] 34 `rel 0\+\d t=1 \"\"\.x\+(88|58)\r?\n`, // w = &x.f[3].r
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue9355.go | 31 `rel 0\+\d t=1 \"\"\.x\+8\r?\n`, // y = &x.b 32 `rel 0\+\d t=1 \"\"\.x\+(28|1c)\r?\n`, // z = &x.d.q 33 `rel 0\+\d t=1 \"\"\.b\+5\r?\n`, // c = &b[5] 34 `rel 0\+\d t=1 \"\"\.x\+(88|58)\r?\n`, // w = &x.f[3].r
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf32-xstormy16.c | 409 const Elf_Internal_Rela *rel, *relend; 426 for (rel = relocs; rel < relend; ++rel) 432 r_symndx = ELF32_R_SYM (rel->r_info); 447 switch (ELF32_R_TYPE (rel->r_info)) 453 if (rel->r_addend != 0) 510 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset)) 519 && !bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend)) 741 actually uses Rel structures, the r_addend field will always b 407 const Elf_Internal_Rela *rel, *relend; local 774 Elf_Internal_Rela * rel; local [all...] |
elf32-mcore.c | 360 actually uses Rel structures, the r_addend field will always be 397 Elf_Internal_Rela * rel = relocs; 413 for (; rel < relend; rel++) 415 enum elf_mcore_reloc_type r_type = (enum elf_mcore_reloc_type) ELF32_R_TYPE (rel->r_info); 416 bfd_vma offset = rel->r_offset; 417 bfd_vma addend = rel->r_addend; 440 r_symndx = ELF32_R_SYM (rel->r_info); 459 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel); 460 addend = rel->r_addend 393 Elf_Internal_Rela * rel = relocs; local 589 const Elf_Internal_Rela * rel; local [all...] |
elf32-msp430.c | 639 const Elf_Internal_Rela *rel; local 649 for (rel = relocs; rel < rel_end; rel++) 654 r_symndx = ELF32_R_SYM (rel->r_info); 681 Elf_Internal_Rela * rel, 696 /* See if we have a REL type relocation. */ 697 is_rel_reloc = (esd->rel.hdr != NULL); 702 /* If we are using a REL relocation then the addend should be empty. */ 703 BFD_ASSERT (! is_rel_reloc || rel->r_addend == 0) 1236 Elf_Internal_Rela *rel; local [all...] |
/toolchain/binutils/binutils-2.25/ld/emulparams/ |
armelf_linux.sh | 21 TARGET2_TYPE=got-rel
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-d10v/ |
reloc-001.d | 5 # Test 10 bit pc rel reloc normal case
|
reloc-002.d | 5 # Test 10 bit pc rel reloc good boundary.
|
reloc-005.d | 5 # Test 18 bit pc rel reloc normal case
|
reloc-006.d | 5 # Test 18 bit pc rel reloc good boundary
|
reloc-009.d | 5 # Test 10 bit pc rel reloc negative normal case
|
reloc-010.d | 5 # Test 10 bit pc rel reloc negative good boundary case
|
reloc-013.d | 5 # Test 18 bit pc rel reloc negative normal case
|
reloc-014.d | 5 # Test 18 bit pc rel reloc negative good boundary case
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/ |
pr13302.d | 6 Relocation section '.rel.dyn' at offset 0x[0-9a-f]+ contains 1 entries: 10 Relocation section '.rel.plt' at offset 0x[0-9a-f]+ contains 1 entries:
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-ia64/ |
merge1.s | 4 .section .data.rel.local,"aw"
|
merge2.s | 4 .section .data.rel.local,"aw"
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/ |
unwind-6.d | 3 #as: -mgenerate-rel
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
pr14207.s | 11 .section .data.rel.ro
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/ |
ifunc-20.s | 1 .section .data.rel,"aw",@progbits
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-ifunc/ |
ifunc-20.s | 1 .section .data.rel,"aw",@progbits
|
/bionic/linker/ |
linker_mips.cpp | 59 const auto rel = rel_iterator.next(); local 61 if (rel == nullptr) { 65 ElfW(Word) type = ELFW(R_TYPE)(rel->r_info); 66 ElfW(Word) sym = ELFW(R_SYM)(rel->r_info); 68 ElfW(Addr) reloc = static_cast<ElfW(Addr)>(rel->r_offset + load_bias); 109 if (ELF64_R_TYPE2(rel->r_info) != R_MIPS_64 || 110 ELF64_R_TYPE3(rel->r_info) != R_MIPS_NONE) { 112 type, static_cast<unsigned>(ELF64_R_TYPE2(rel->r_info)), 113 static_cast<unsigned>(ELF64_R_TYPE3(rel->r_info)), rel, idx) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/ |
References.java | 31 return this.getParameter(REL); 42 public void setRel(String rel) throws ParseException{ 43 if ( rel != null ) { 44 this.setParameter(REL,rel);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
dv-imply.s | 6 .pred.rel.imply p1, p2 13 .pred.rel.imply p1, p2 27 // An instance of cmp.rel.or should not affect an implies relation. 29 cmp.eq.or p3, p4 = r5, r6;; // doesn't affect implies rel 35 // An instance of cmp.rel.and only affects imply targets 36 .pred.rel.imply p1,p3
|
/external/libjpeg-turbo/simd/ |
jfdctint-sse2-64.asm | 238 pmaddwd xmm7,[rel PW_F130_F054] ; xmm7=data2L 239 pmaddwd xmm6,[rel PW_F130_F054] ; xmm6=data2H 240 pmaddwd xmm4,[rel PW_F054_MF130] ; xmm4=data6L 241 pmaddwd xmm0,[rel PW_F054_MF130] ; xmm0=data6H 243 paddd xmm7,[rel PD_DESCALE_P1] 244 paddd xmm6,[rel PD_DESCALE_P1] 247 paddd xmm4,[rel PD_DESCALE_P1] 248 paddd xmm0,[rel PD_DESCALE_P1] 283 pmaddwd xmm7,[rel PW_MF078_F117] ; xmm7=z3L 284 pmaddwd xmm4,[rel PW_MF078_F117] ; xmm4=z3 [all...] |