Searched refs:r_address (Results 1 – 3 of 3) sorted by relevance
65 int32_t r_address; /* offset in the section to what is being member157 r_address:24; /* offset in the section to what is being member164 r_address:24, /* offset in the section to what is being member
324 if (!(relocator->may_scatter && (src->r_address & R_SCATTERED)) && in kxld_reloc_create_macho()336 if (relocator->may_scatter && (src->r_address & R_SCATTERED)) { in kxld_reloc_create_macho()337 reloc->address = scatsrc->r_address; in kxld_reloc_create_macho()344 reloc->address = src->r_address; in kxld_reloc_create_macho()367 if (relocator->may_scatter && (src->r_address & R_SCATTERED)) { in kxld_reloc_create_macho()371 reloc->pair_address = scatsrc->r_address; in kxld_reloc_create_macho()378 reloc->pair_address = scatsrc->r_address; in kxld_reloc_create_macho()383 reloc->pair_target = src->r_address; in kxld_reloc_create_macho()427 if (reloc->r_address & R_SCATTERED) { in count_relocatable_relocs()1116 scatdst->r_address = reloc->address; in export_macho_for_array()[all …]
7052 uintptr_t *relocAddr = (uintptr_t*)(relocBase + reloc[i].r_address); in slidePrelinkedExecutable()7060 (unsigned long)*((uintptr_t *)(relocBase + reloc[i].r_address))); in slidePrelinkedExecutable()