Searched defs:base_offset (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/space/
H A Dimage_space.cc153 int32_t base_offset = ChooseRelocationOffsetDelta(ART_BASE_ADDRESS_MIN_DELTA, local
155 LOG(INFO) << "Using an offset of 0x" << std::hex << base_offset << " from default "
157 arg_vector.push_back(StringPrintf("--base=0x%x", ART_BASE_ADDRESS + base_offset));
/art/compiler/
H A Delf_writer_quick.cc401 Elf32_Word base_offset = sizeof(Elf32_Ehdr) + sizeof(program_headers); local
407 dynsym_builder_.section_.sh_offset = RoundUp(base_offset, dynsym_builder_.section_.sh_addralign);
/art/patchoat/
H A Dpatchoat.cc796 uintptr_t base_offset = 0; local
892 if (!ParseUint(base_offset_str, &base_offset)) {
998 base_delta = base_offset - orig_base_offset;

Completed in 86 milliseconds