Searched refs:reloff (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/diskdev_cmds-576/fdisk.tproj/
H A Duser.c139 USER_modify(disk, tt, offset, reloff)
143 off_t reloff;
164 MBR_parse(disk, offset, reloff, mbr);
H A Dpart.c205 PRT_parse(disk, prt, offset, reloff, partn, pn)
209 off_t reloff;
230 off = reloff;
260 PRT_make(partn, offset, reloff, prt)
263 off_t reloff;
286 off = reloff;
H A Dmbr.c127 MBR_parse(disk, offset, reloff, mbr)
130 off_t reloff;
138 mbr->reloffset = reloff;
143 offset, reloff, &mbr->part[i], i);
236 int i, fd, offset = 0, reloff = 0; local
243 MBR_parse(disk, offset, reloff, mbrd);
247 offset, reloff, &mbr->part[i], i);
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_sect.c85 relocs = (struct relocation_info *) ((void *) (macho + src->reloff));
133 relocs = (struct relocation_info *) ((void *) (macho + src->reloff));
481 secthdr->reloff = 0;
521 secthdr->reloff = 0;
H A Dkxld_util.c380 sects[j].reloff + sects[j].nreloc * sizeof(*relocs), finish,
385 relocs = (struct relocation_info *) ((void *) (file + sects[j].reloff));
549 sects[j].reloff + sects[j].nreloc * sizeof(*relocs), finish,
554 relocs = (struct relocation_info *) ((void *) (file + sects[j].reloff));
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h400 * The format of the relocation entries referenced by the reloff and nreloc
411 uint32_t reloff; /* file offset of relocation entries */ member in struct:section
425 uint32_t reloff; /* file offset of relocation entries */ member in struct:section_64
966 * structures (and the reloff and nreloc fields in the section headers are
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dmach-o.h198 bfd_vma reloff; member in struct:bfd_mach_o_section
345 structures (and the reloff and nreloc fields in the section headers are
H A Dmach-o.c357 bfd_h_put_32 (abfd, section->reloff, buf + 48);
683 section->reloff = bfd_h_get_32 (abfd, buf + 48);
/macosx-10.10/emacs-93/emacs/src/
H A Dunexmacosx.c1071 unrelocate (const char *name, off_t reloff, int nrel) argument
1080 if (lseek (infd, reloff, L_SET) != reloff)
1084 reloff += sizeof (reloc_info);
/macosx-10.10/emacs-93/
H A Dunexmacosx.c1071 unrelocate (const char *name, off_t reloff, int nrel) argument
1080 if (lseek (infd, reloff, L_SET) != reloff)
1084 reloff += sizeof (reloc_info);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DMachO.h347 uint32_t reloff; member in struct:llvm::MachO::section
361 uint32_t reloff; member in struct:llvm::MachO::section_64
/macosx-10.10/dtrace-147/libelf/
H A Dbegin.c114 SWAP32(section_ptr->reloff);
128 SWAP32(section_ptr->reloff);
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOFileAbstraction.hpp228 uint32_t reloff() const INLINE { return E::get32(section.fields.reloff); }
229 void set_reloff(uint32_t value) INLINE { E::set32(section.fields.reloff, value); }

Completed in 146 milliseconds