Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DRelocationFactory.cpp40 uint32_t tmp_data; in produce() local
44 pFragRef.memcpy(&tmp_data, 4); in produce()
45 tmp_data = bswap32(tmp_data); in produce()
46 target_data = tmp_data; in produce()
/frameworks/compile/mclinker/lib/MC/
DMCLinker.cpp561 uint64_t tmp_data = 0; in syncRelocationResult() local
565 tmp_data = bswap32(reloc->target()); in syncRelocationResult()
566 std::memcpy(target_addr, &tmp_data, 4); in syncRelocationResult()
570 tmp_data = bswap64(reloc->target()); in syncRelocationResult()
571 std::memcpy(target_addr, &tmp_data, 8); in syncRelocationResult()