Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_mclinker.cc397 Elf32_Addr compiled_code_address = elf_file.FindSymbolAddress(SHT_SYMTAB, in FixupCompiledCodeOffset() local
400 CHECK_NE(0U, compiled_code_address) << symbol; in FixupCompiledCodeOffset()
401 CHECK_LT(oatdata_address, compiled_code_address) << symbol; in FixupCompiledCodeOffset()
402 uint32_t compiled_code_offset = compiled_code_address - oatdata_address; in FixupCompiledCodeOffset()