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

/macosx-10.5.8/xnu-1228.15.4/libkern/mach-o/
H A Dloader.h265 * The format of the relocation entries referenced by the reloff and nreloc
276 unsigned long reloff; /* file offset of relocation entries */ member in struct:section
290 uint32_t reloff; /* file offset of relocation entries */ member in struct:section_64
657 * structures (and the reloff and nreloc fields in the section headers are
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach-o/
H A Dloader.h234 * The format of the relocation entries referenced by the reloff and nreloc
245 unsigned long reloff; /* file offset of relocation entries */ member in struct:section
610 * structures (and the reloff and nreloc fields in the section headers are
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h376 * The format of the relocation entries referenced by the reloff and nreloc
387 uint32_t reloff; /* file offset of relocation entries */ member in struct:section
401 uint32_t reloff; /* file offset of relocation entries */ member in struct:section_64
925 * structures (and the reloff and nreloc fields in the section headers are
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dkld_patch.c709 swap_relocation_info((struct relocation_info *) (((vm_offset_t) mh) + section->reloff),
760 swap_relocation_info((struct relocation_info *) (((vm_offset_t) mh) + section->reloff),
1293 rinfo = (struct relocation_info *) (file->fMachO + section->reloff);

Completed in 43 milliseconds