HomeSort by: relevance | last modified time | path
    Searched defs:target_malloc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
tracepoint.cc 464 static CORE_ADDR target_malloc (ULONGEST size);
517 CORE_ADDR ipa_action = target_malloc (sizeof (struct collect_memory_action));
540 CORE_ADDR ipa_action = target_malloc (sizeof (struct collect_registers_action));
559 CORE_ADDR ipa_action = target_malloc (sizeof (struct eval_expr_action));
608 = target_malloc (sizeof (struct collect_static_trace_data_action));
5951 target_malloc (ULONGEST size) function
5980 expr_addr = target_malloc (sizeof (*expr));
5983 expr_bytes = target_malloc (expr->length);
6028 tpptr = target_malloc (sizeof (*tpoint));
6054 = target_malloc (sizeof (*tpoint->actions) * tpoint->numactions)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
tracepoint.cc 464 static CORE_ADDR target_malloc (ULONGEST size);
517 CORE_ADDR ipa_action = target_malloc (sizeof (struct collect_memory_action));
540 CORE_ADDR ipa_action = target_malloc (sizeof (struct collect_registers_action));
559 CORE_ADDR ipa_action = target_malloc (sizeof (struct eval_expr_action));
608 = target_malloc (sizeof (struct collect_static_trace_data_action));
5951 target_malloc (ULONGEST size) function
5980 expr_addr = target_malloc (sizeof (*expr));
5983 expr_bytes = target_malloc (expr->length);
6028 tpptr = target_malloc (sizeof (*tpoint));
6054 = target_malloc (sizeof (*tpoint->actions) * tpoint->numactions)
    [all...]

Completed in 30 milliseconds