Home
last modified time | relevance | path

Searched defs:_StackFrame (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/exp-sgcheck/
Dsg_main.c1201 struct _StackFrame { struct
1213 struct _StackFrame* inner; argument
1214 struct _StackFrame* outer; argument
1215 Word depth; /* 0 for outermost; increases inwards */
1228 IInstance* htab;
1229 UWord htab_size; /* size of hash table, MAY ONLY BE A POWER OF 2 */
1230 UWord htab_used; /* number of hash table slots currently in use */
1233 Addr sp_at_call;
1234 Addr fp_at_call;
1235 XArray* /* of Addr */ blocks_added_by_call;
[all …]