OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Mar 01 05:31:48 UTC 2026