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
325 if (!(relocator->may_scatter && (src->r_address & R_SCATTERED)) && in kxld_reloc_create_macho()337 if (relocator->may_scatter && (src->r_address & R_SCATTERED)) { in kxld_reloc_create_macho()338 reloc->address = scatsrc->r_address; in kxld_reloc_create_macho()345 reloc->address = src->r_address; in kxld_reloc_create_macho()368 if (relocator->may_scatter && (src->r_address & R_SCATTERED)) { in kxld_reloc_create_macho()372 reloc->pair_address = scatsrc->r_address; in kxld_reloc_create_macho()379 reloc->pair_address = scatsrc->r_address; in kxld_reloc_create_macho()384 reloc->pair_target = src->r_address; in kxld_reloc_create_macho()428 if (reloc->r_address & R_SCATTERED) { in count_relocatable_relocs()1117 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()