HomeSort by relevance Sort by last modified time
    Searched refs:roff (Results 1 - 25 of 55) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
data.go 115 // rsym and roff specify the relocation for the address.
116 func (s *LSym) WriteAddr(ctxt *Link, off int64, siz int, rsym *LSym, roff int64) {
129 r.Add = roff
132 // WriteOff writes a 4 byte offset to rsym+roff into s at offset off.
134 // rsym+roff-(start of section that s is in).
135 func (s *LSym) WriteOff(ctxt *Link, off int64, rsym *LSym, roff int64) {
145 r.Add = roff
148 // WriteWeakOff writes a weak 4 byte offset to rsym+roff into s at offset off.
150 // rsym+roff-(start of section that s is in).
151 func (s *LSym) WriteWeakOff(ctxt *Link, off int64, rsym *LSym, roff int64)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
data.go 115 // rsym and roff specify the relocation for the address.
116 func (s *LSym) WriteAddr(ctxt *Link, off int64, siz int, rsym *LSym, roff int64) {
129 r.Add = roff
132 // WriteOff writes a 4 byte offset to rsym+roff into s at offset off.
134 // rsym+roff-(start of section that s is in).
135 func (s *LSym) WriteOff(ctxt *Link, off int64, rsym *LSym, roff int64) {
145 r.Add = roff
148 // WriteWeakOff writes a weak 4 byte offset to rsym+roff into s at offset off.
150 // rsym+roff-(start of section that s is in).
151 func (s *LSym) WriteWeakOff(ctxt *Link, off int64, rsym *LSym, roff int64)
    [all...]
  /art/runtime/interpreter/mterp/mips/
header.S 604 * Form an Effective Address rd = rbase + roff<<shift;
607 #define EASN(rd, rbase, roff, shift) LSA(rd, roff, rbase, shift)
609 #define EAS1(rd, rbase, roff) EASN(rd, rbase, roff, 1)
610 #define EAS2(rd, rbase, roff) EASN(rd, rbase, roff, 2)
611 #define EAS3(rd, rbase, roff) EASN(rd, rbase, roff, 3)
612 #define EAS4(rd, rbase, roff) EASN(rd, rbase, roff, 4
    [all...]
  /bionic/libc/kernel/uapi/linux/
scif_ioctl.h 67 __s64 roff; member in struct:scifioctl_fence_signal
  /external/kernel-headers/original/uapi/linux/
scif_ioctl.h 173 * @roff: remote offset
180 __s64 roff; member in struct:scifioctl_fence_signal
  /toolchain/binutils/binutils-2.25/bfd/
elf64-x86-64.c 4183 bfd_vma roff = rel->r_offset; local
4460 bfd_vma roff = rel->r_offset; local
    [all...]
elf32-i386.c 3809 bfd_vma roff; local
3850 bfd_vma roff; local
3872 bfd_vma roff; local
4138 bfd_vma roff; local
4191 bfd_vma roff; local
4230 bfd_vma roff; local
    [all...]
elf64-ia64-vms.c 394 bfd_vma symaddr, reladdr, trampoff, toff, roff; local
526 roff = irel->r_offset;
534 + roff) & (bfd_vma) -4;
555 ia64_elf_relax_brl (contents, roff);
570 else if (ia64_elf_relax_br (contents, roff))
587 sec->owner, sec, (unsigned long) roff);
596 if (tsec == sec && toff > roff)
622 offset = trampoff - (roff & (bfd_vma) -4);
662 offset = f->trampoff - (roff & (bfd_vma) -4);
671 if (ia64_elf_install_value (contents + roff, offset, r_type
    [all...]
elfnn-ia64.c 395 bfd_vma symaddr, reladdr, trampoff, toff, roff;
560 roff = irel->r_offset;
568 + roff) & (bfd_vma) -4;
589 ia64_elf_relax_brl (contents, roff);
605 else if (ia64_elf_relax_br (contents, roff))
623 sec->owner, sec, (unsigned long) roff);
632 if (tsec == sec && toff > roff)
658 offset = trampoff - (roff & (bfd_vma) -4);
710 offset = f->trampoff - (roff & (bfd_vma) -4);
719 if (ia64_elf_install_value (contents + roff, offset, r_type
392 bfd_vma symaddr, reladdr, trampoff, toff, roff; local
    [all...]
  /external/lz4/programs/
Makefile 56 MD2ROFF_FLAGS = --roff --warnings --manual="User Commands" --organization="lz4 $(LZ4_VERSION)"
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux_amd64.go 42 //sys Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error)
syscall_linux_arm.go 98 //sys Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err error)
syscall_linux_arm64.go 37 //sys Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error)
syscall_linux_mips64x.go 47 //sys Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error)
syscall_linux_mipsx.go 41 //sys Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error)
syscall_linux_ppc64x.go 45 //sys Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error)
syscall_linux_386.go 76 //sys Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err error)
syscall_linux_s390x.go 40 //sys Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error)
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux_amd64.go 42 //sys Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error)
syscall_linux_arm.go 98 //sys Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err error)
syscall_linux_arm64.go 37 //sys Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error)
syscall_linux_mips64x.go 47 //sys Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error)
syscall_linux_mipsx.go 41 //sys Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error)
syscall_linux_ppc64x.go 45 //sys Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error)
syscall_linux_386.go 76 //sys Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int, err error)

Completed in 1169 milliseconds

1 2 3