Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_mclinker.cc402 uint32_t compiled_code_offset = compiled_code_address - oatdata_address; in FixupCompiledCodeOffset() local
403 symbol_to_compiled_code_offset_.Put(&symbol, compiled_code_offset); in FixupCompiledCodeOffset()
409 *addr = compiled_code_offset; in FixupCompiledCodeOffset()
411 return compiled_code_offset; in FixupCompiledCodeOffset()