Home
last modified time | relevance | path

Searched refs:reloff (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/gdb-7/include/mach-o/
HDexternal.h50 unsigned char reloff[4]; /* File offset of this section's relocs. */ member
68 unsigned char reloff[4]; /* File offset of this section's relocs. */ member
/dragonfly/contrib/binutils-2.27/include/mach-o/
HDexternal.h49 unsigned char reloff[4]; /* File offset of this section's relocs. */ member
67 unsigned char reloff[4]; /* File offset of this section's relocs. */ member
/dragonfly/libexec/rtld-elf/x86_64/
HDrtld_start.S109 movq 128+0x60(%rsp),%rsi # Fetch reloff argument (arg 2)
117 movq %rax,128+0x60(%rsp) # Store target over reloff argument
/dragonfly/contrib/gcc-4.7/libiberty/
HDsimple-object-mach-o.c140 unsigned char reloff[4]; /* File offset of this section's relocs. */ member
157 unsigned char reloff[4]; /* File offset of this section's relocs. */ member
/dragonfly/contrib/gdb-7/libiberty/
HDsimple-object-mach-o.c140 unsigned char reloff[4]; /* File offset of this section's relocs. */ member
157 unsigned char reloff[4]; /* File offset of this section's relocs. */ member
/dragonfly/contrib/binutils-2.34/libiberty/
HDsimple-object-mach-o.c140 unsigned char reloff[4]; /* File offset of this section's relocs. */ member
157 unsigned char reloff[4]; /* File offset of this section's relocs. */ member
/dragonfly/contrib/gcc-8.0/libiberty/
HDsimple-object-mach-o.c140 unsigned char reloff[4]; /* File offset of this section's relocs. */ member
157 unsigned char reloff[4]; /* File offset of this section's relocs. */ member
/dragonfly/contrib/binutils-2.27/libiberty/
HDsimple-object-mach-o.c140 unsigned char reloff[4]; /* File offset of this section's relocs. */ member
157 unsigned char reloff[4]; /* File offset of this section's relocs. */ member
/dragonfly/libexec/rtld-elf/
HDrtld.c778 _rtld_bind(Obj_Entry *obj, Elf_Size reloff, void *stack) in _rtld_bind() argument
791 rel = (const Elf_Rel *) ((caddr_t) obj->pltrel + reloff); in _rtld_bind()
793 rel = (const Elf_Rel *) ((caddr_t) obj->pltrela + reloff); in _rtld_bind()
/dragonfly/sys/dev/disk/isp/
HDispmbox.h2398 uint32_t reloff; member
HDisp_library.c3039 ISP_IOXPUT_32(isp, src->rsp.m0.reloff, &dst->rsp.m0.reloff); in isp_put_ctio7()
3200 ISP_IOXGET_32(isp, &src->rsp.m0.reloff, dst->rsp.m0.reloff); in isp_get_ctio7()
HDisp_freebsd.c1559 cto->rsp.m0.reloff = atp->bytes_xfered; in isp_target_start_ctio()