Home
last modified time | relevance | path

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

/external/ltrace/
Dproc.h67 struct callstack_element { struct
68 union {
71 } c_un;
72 int is_syscall;
73 arch_addr_t return_addr;
74 struct timeval enter_time;
75 struct fetch_context *fetch_context;
76 struct value_dict *arguments;
77 struct output_state out;