Searched refs:out_off (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/aes/asm/ |
| D | aesni-x86.pl | 1859 my ($key_off,$rounds_off,$out_off,$end_off,$esp_off)=map(16*7+4*$_,(0..4)); 1887 &mov (&DWP($out_off,"esp"),$out); 2008 &mov ($out,&DWP($out_off,"esp")); 2103 &mov ($out,&DWP($out_off,"esp")); 2134 &mov ($out,&DWP($out_off,"esp")); 2168 &mov ($out,&DWP($out_off,"esp")); 2206 &mov ($out,&DWP($out_off,"esp")); 2255 &mov ($out,&DWP($out_off,"esp")); 2314 &mov (&DWP($out_off,"esp"),$out); 2428 &mov ($out,&DWP($out_off,"esp")); [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elf64-ppc.c | 17372 bfd_vma out_off; in ppc64_elf_relocate_section() local 17382 out_off = _bfd_elf_section_offset (output_bfd, info, in ppc64_elf_relocate_section() 17384 if (out_off == (bfd_vma) -1) in ppc64_elf_relocate_section() 17386 else if (out_off == (bfd_vma) -2) in ppc64_elf_relocate_section() 17388 out_off += (input_section->output_section->vma in ppc64_elf_relocate_section() 17390 outrel.r_offset = out_off; in ppc64_elf_relocate_section() 17394 if ((r_type == R_PPC64_ADDR64 && (out_off & 7) != 0) in ppc64_elf_relocate_section() 17395 || (r_type == R_PPC64_UADDR64 && (out_off & 7) == 0)) in ppc64_elf_relocate_section() 17397 else if ((r_type == R_PPC64_ADDR32 && (out_off & 3) != 0) in ppc64_elf_relocate_section() 17398 || (r_type == R_PPC64_UADDR32 && (out_off & 3) == 0)) in ppc64_elf_relocate_section() [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elf64-ppc.c | 17383 bfd_vma out_off; in ppc64_elf_relocate_section() local 17393 out_off = _bfd_elf_section_offset (output_bfd, info, in ppc64_elf_relocate_section() 17395 if (out_off == (bfd_vma) -1) in ppc64_elf_relocate_section() 17397 else if (out_off == (bfd_vma) -2) in ppc64_elf_relocate_section() 17399 out_off += (input_section->output_section->vma in ppc64_elf_relocate_section() 17401 outrel.r_offset = out_off; in ppc64_elf_relocate_section() 17405 if ((r_type == R_PPC64_ADDR64 && (out_off & 7) != 0) in ppc64_elf_relocate_section() 17406 || (r_type == R_PPC64_UADDR64 && (out_off & 7) == 0)) in ppc64_elf_relocate_section() 17408 else if ((r_type == R_PPC64_ADDR32 && (out_off & 3) != 0) in ppc64_elf_relocate_section() 17409 || (r_type == R_PPC64_UADDR32 && (out_off & 3) == 0)) in ppc64_elf_relocate_section() [all …]
|