Home
last modified time | relevance | path

Searched refs:scatdst (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.101.15/libkern/kxld/
H A Dkxld_reloc.c1091 struct scattered_relocation_info *scatdst = NULL; in export_macho_for_array() local
1098 scatdst = (struct scattered_relocation_info *) dst; in export_macho_for_array()
1117 scatdst->r_address = reloc->address; in export_macho_for_array()
1118 scatdst->r_pcrel = reloc->pcrel; in export_macho_for_array()
1119 scatdst->r_length = reloc->length; in export_macho_for_array()
1120 scatdst->r_type = reloc->reloc_type; in export_macho_for_array()
1121 scatdst->r_value = reloc->target; in export_macho_for_array()
1122 scatdst->r_scattered = 1; in export_macho_for_array()
1171 scatdst = (struct scattered_relocation_info *) dst; in export_macho_for_array()
1174 scatdst->r_address = reloc->pair_address; in export_macho_for_array()
[all …]