Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/MC/
DMCLinker.cpp558 uint8_t* target_addr = data + out_offset; in syncRelocationResult() local
566 std::memcpy(target_addr, &tmp_data, 4); in syncRelocationResult()
571 std::memcpy(target_addr, &tmp_data, 8); in syncRelocationResult()
579 std::memcpy(target_addr, &reloc->target(), m_Backend.bitclass()/8); in syncRelocationResult()