Searched refs:base_offset (Results 1 – 3 of 3) sorted by relevance
178 int32_t base_offset = ChooseRelocationOffsetDelta(ART_BASE_ADDRESS_MIN_DELTA, in GenerateImage() local180 LOG(INFO) << "Using an offset of 0x" << std::hex << base_offset << " from default " in GenerateImage()182 arg_vector.push_back(StringPrintf("--base=0x%x", ART_BASE_ADDRESS + base_offset)); in GenerateImage()
945 uintptr_t base_offset = 0; in patchoat() local1041 if (!ParseUint(base_offset_str, &base_offset)) { in patchoat()1147 base_delta = base_offset - orig_base_offset; in patchoat()
401 Elf32_Word base_offset = sizeof(Elf32_Ehdr) + sizeof(program_headers); in Write() local407 dynsym_builder_.section_.sh_offset = RoundUp(base_offset, dynsym_builder_.section_.sh_addralign); in Write()