Searched refs:relocation_info (Results 1 – 8 of 8) sorted by relevance
185 const struct relocation_info *relocs, u_int nrelocs)204 const KXLDArray *relocs, struct relocation_info **dstp);287 const struct relocation_info *srcs, u_int nsrcs) in kxld_reloc_create_macho()292 const struct relocation_info *src = NULL; in kxld_reloc_create_macho()412 const struct relocation_info *relocs, u_int nrelocs) in count_relocatable_relocs()416 const struct relocation_info *reloc = NULL; in count_relocatable_relocs()601 struct relocation_info *start = NULL; in kxld_reloc_export_macho()602 struct relocation_info *dst = NULL; in kxld_reloc_export_macho()619 start = dst = (struct relocation_info *) ((void *) (buf + *data_offset)); in kxld_reloc_export_macho()643 *data_offset += count * sizeof(struct relocation_info); in kxld_reloc_export_macho()[all …]
46 struct relocation_info;96 const KXLDRelocator *relocator, const struct relocation_info *srcs,
295 struct relocation_info *relocs = NULL; in validate_and_swap_macho_32()406 relocs = (struct relocation_info *) ((void *) (file + sects[j].reloff)); in validate_and_swap_macho_32()476 struct relocation_info *relocs = NULL; in validate_and_swap_macho_64()586 relocs = (struct relocation_info *) ((void *) (file + sects[j].reloff)); in validate_and_swap_macho_64()
63 struct relocation_info *relocs = NULL; in kxld_sect_init_from_macho_32()86 relocs = (struct relocation_info *) ((void *) (macho + src->reloff)); in kxld_sect_init_from_macho_32()113 struct relocation_info *relocs = NULL; in kxld_sect_init_from_macho_64()136 relocs = (struct relocation_info *) ((void *) (macho + src->reloff)); in kxld_sect_init_from_macho_64()
45 struct relocation_info;
737 (struct relocation_info *) ((void *) (my_file + object->dysymtab_hdr->extreloff)), in init_from_final_linked_image()742 (struct relocation_info *) ((void *) (my_file + object->dysymtab_hdr->locreloff)), in init_from_final_linked_image()
64 struct relocation_info { struct
6919 struct relocation_info * reloc = NULL; in slidePrelinkedExecutable()7034 reloc = (struct relocation_info *) (linkeditBase + dysymtab->locreloff); in slidePrelinkedExecutable()7035 reloc_size = dysymtab->nlocrel * sizeof(struct relocation_info); in slidePrelinkedExecutable()