HomeSort by relevance Sort by last modified time
    Searched defs:target_data (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/mclinker/lib/LD/
RelocationFactory.cpp 42 // target_data is the place where the relocation applys to.
45 DWord target_data = 0; local
55 target_data = tmp_data;
59 pFragRef.memcpy(&target_data, 8);
60 target_data = mcld::bswap64(target_data);
71 pFragRef.memcpy(&target_data, (m_pConfig->targets().bitclass()/8));
75 new (result) Relocation(pType, &pFragRef, pAddend, target_data);
  /frameworks/base/media/mca/filterfw/jni/
jni_native_buffer.cpp 76 char* target_data = new char[size]; local
77 memcpy(target_data, source_data, size);
80 AttachDataToJBuffer(env, new_buffer, target_data, size);
  /external/valgrind/main/coregrind/m_gdbserver/
inferiors.c 30 void *target_data; member in struct:thread_info
98 void add_thread (unsigned long thread_id, void *target_data, unsigned int gdb_id)
112 new_thread->target_data = target_data;
211 return inferior->target_data;
216 inferior->target_data = data;

Completed in 79 milliseconds