OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stack_args
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
amd64-windows-tdep.c
233
struct value **
stack_args
= XALLOCAVEC (struct value *, nargs);
local
289
stack_args
[num_stack_args++] = args[i];
301
struct type *type =
stack_args
[i]->type ();
302
const gdb_byte *valbuf =
stack_args
[i]->contents ().data ();
amd64-tdep.c
915
struct value **
stack_args
= XALLOCAVEC (struct value *, nargs);
957
stack_args
[num_stack_args++] = args[i];
1013
struct type *type =
stack_args
[i]->type ();
1014
const gdb_byte *valbuf =
stack_args
[i]->contents ().data ();
913
struct value **
stack_args
= XALLOCAVEC (struct value *, nargs);
local
/src/external/gpl3/gdb.old/dist/gdb/
amd64-windows-tdep.c
231
struct value **
stack_args
= XALLOCAVEC (struct value *, nargs);
local
286
stack_args
[num_stack_args++] = args[i];
298
struct type *type =
stack_args
[i]->type ();
299
const gdb_byte *valbuf =
stack_args
[i]->contents ().data ();
amd64-tdep.c
920
struct value **
stack_args
= XALLOCAVEC (struct value *, nargs);
962
stack_args
[num_stack_args++] = args[i];
1018
struct type *type =
stack_args
[i]->type ();
1019
const gdb_byte *valbuf =
stack_args
[i]->contents ().data ();
918
struct value **
stack_args
= XALLOCAVEC (struct value *, nargs);
local
Completed in 33 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026