Searched defs:oatdata_offset (Results 1 - 1 of 1) sorted by relevance
/art/compiler/ | ||
H A D | elf_writer_mclinker.cc | 401 uint32_t oatdata_offset = oatdata_address + offsets[i]; local 402 uint32_t* addr = reinterpret_cast<uint32_t*>(elf_file.Begin() + oatdata_offset); |
Completed in 3 milliseconds