Home
last modified time | relevance | path

Searched refs:base_offset (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/space/
Dimage_space.cc178 int32_t base_offset = ChooseRelocationOffsetDelta(ART_BASE_ADDRESS_MIN_DELTA, in GenerateImage() local
180 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()
/art/patchoat/
Dpatchoat.cc945 uintptr_t base_offset = 0; in patchoat() local
1041 if (!ParseUint(base_offset_str, &base_offset)) { in patchoat()
1147 base_delta = base_offset - orig_base_offset; in patchoat()
/art/compiler/
Delf_writer_quick.cc401 Elf32_Word base_offset = sizeof(Elf32_Ehdr) + sizeof(program_headers); in Write() local
407 dynsym_builder_.section_.sh_offset = RoundUp(base_offset, dynsym_builder_.section_.sh_addralign); in Write()