Searched refs:relocation_info (Results 1 - 8 of 8) sorted by relevance

/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dreloc.h64 struct relocation_info { struct
125 * bit of the r_address field in the relocation_info structure to indicate
148 of a relocation_info structure to tell that
/xnu-2782.1.97/libkern/kxld/
H A Dkxld_reloc.h46 struct relocation_info;
96 const KXLDRelocator *relocator, const struct relocation_info *srcs,
H A Dkxld_reloc.c179 const struct relocation_info *relocs, u_int nrelocs)
198 const KXLDArray *relocs, struct relocation_info **dstp);
281 const struct relocation_info *srcs, u_int nsrcs)
286 const struct relocation_info *src = NULL;
409 const struct relocation_info *relocs, u_int nrelocs)
413 const struct relocation_info *reloc = NULL;
594 struct relocation_info *start = NULL;
595 struct relocation_info *dst = NULL;
612 start = dst = (struct relocation_info *) ((void *) (buf + *data_offset));
628 *data_offset += count * sizeof(struct relocation_info);
[all...]
H A Dkxld_sect.c62 struct relocation_info *relocs = NULL;
85 relocs = (struct relocation_info *) ((void *) (macho + src->reloff));
110 struct relocation_info *relocs = NULL;
133 relocs = (struct relocation_info *) ((void *) (macho + src->reloff));
H A Dkxld_sect.h45 struct relocation_info;
H A Dkxld_util.c278 struct relocation_info *relocs = NULL;
385 relocs = (struct relocation_info *) ((void *) (file + sects[j].reloff));
449 struct relocation_info *relocs = NULL;
554 relocs = (struct relocation_info *) ((void *) (file + sects[j].reloff));
H A Dkxld_object.c648 (struct relocation_info *) ((void *) (object->file + object->dysymtab_hdr->extreloff)),
653 (struct relocation_info *) ((void *) (object->file + object->dysymtab_hdr->locreloff)),
/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp4633 struct relocation_info * reloc = NULL;
4739 reloc = (struct relocation_info *) (linkeditBase + dysymtab->locreloff);
4740 reloc_size = dysymtab->nlocrel * sizeof(struct relocation_info);

Completed in 72 milliseconds