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

/darwin-on-arm/xnu/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
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_reloc.h46 struct relocation_info;
96 const KXLDRelocator *relocator, const struct relocation_info *srcs,
H A Dkxld_reloc.c163 const struct relocation_info *relocs, u_int nrelocs)
182 const KXLDArray *relocs, struct relocation_info **dstp);
253 const struct relocation_info *srcs, u_int nsrcs)
258 const struct relocation_info *src = NULL;
381 const struct relocation_info *relocs, u_int nrelocs)
385 const struct relocation_info *reloc = NULL;
566 struct relocation_info *start = NULL;
567 struct relocation_info *dst = NULL;
584 start = dst = (struct relocation_info *) ((void *) (buf + *data_offset));
600 *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.c645 (struct relocation_info *) ((void *) (object->file + object->dysymtab_hdr->extreloff)),
650 (struct relocation_info *) ((void *) (object->file + object->dysymtab_hdr->locreloff)),
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp4620 struct relocation_info * reloc = NULL;
4723 reloc = (struct relocation_info *) (linkeditBase + dysymtab->locreloff);
4724 reloc_size = dysymtab->nlocrel * sizeof(struct relocation_info);

Completed in 44 milliseconds