Searched refs:scatsrc (Results 1 – 1 of 1) sorted by relevance
292 const struct scattered_relocation_info *scatsrc = NULL; in kxld_reloc_create_macho() local318 scatsrc = (const struct scattered_relocation_info *) src; in kxld_reloc_create_macho()337 reloc->address = scatsrc->r_address; in kxld_reloc_create_macho()338 reloc->pcrel = scatsrc->r_pcrel; in kxld_reloc_create_macho()339 reloc->length = scatsrc->r_length; in kxld_reloc_create_macho()340 reloc->reloc_type = scatsrc->r_type; in kxld_reloc_create_macho()341 reloc->target = scatsrc->r_value; in kxld_reloc_create_macho()365 scatsrc = (const struct scattered_relocation_info *) src; in kxld_reloc_create_macho()369 reloc->reloc_type) == scatsrc->r_type, in kxld_reloc_create_macho()371 reloc->pair_address = scatsrc->r_address; in kxld_reloc_create_macho()[all …]