Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_mclinker.cc407 uint32_t oatdata_offset = oatdata_address + offsets[i]; in FixupCompiledCodeOffset() local
408 uint32_t* addr = reinterpret_cast<uint32_t*>(elf_file.Begin() + oatdata_offset); in FixupCompiledCodeOffset()