Searched refs:r_offset (Results 1 – 3 of 3) sorted by relevance
812 LOGV("Resolving ARM_RELATIVE at offset %" PRIx32, curr->r_offset); in fixRelocations()813 addr = reinterpret_cast<ElfAddr *>(mMapping + curr->r_offset); in fixRelocations()821 LOGV("Resolving ARM_ABS32 at offset %" PRIx32, curr->r_offset); in fixRelocations()822 addr = reinterpret_cast<ElfAddr *>(mMapping + curr->r_offset); in fixRelocations()834 curr->r_offset); in fixRelocations()835 addr = reinterpret_cast<ElfAddr *>(mMapping + curr->r_offset); in fixRelocations()840 curr->r_offset); in fixRelocations()883 LOGV("Resolving ARM_JUMP_SLOT at offset %" PRIx32, curr->r_offset); in resolveGot()884 addr = reinterpret_cast<ElfAddr *>(mMapping + curr->r_offset); in resolveGot()889 curr->r_offset); in resolveGot()
199 Elf32_Addr r_offset; member205 Elf32_Addr r_offset; member
659 applyRelo(cs[k].data.data(), rel[i].r_offset, mapFds[j]); in applyMapRelo()