Searched refs:call_entry (Results 1 – 7 of 7) sorted by relevance
55 s->entry = (call_entry*) CLG_MALLOC("cl.callstack.ics.1", in CLG_()56 s->size * sizeof(call_entry)); in CLG_()63 call_entry* CLG_(get_call_entry)(Int sp) in CLG_()100 cs->entry = (call_entry*) VG_(realloc)("cl.callstack.ess.1", in ensure_stack_size()102 cs->size * sizeof(call_entry)); in ensure_stack_size()190 call_entry* current_entry; in CLG_()318 call_entry* lower_entry; in CLG_()421 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp-1]); in CLG_()
190 typedef struct _call_entry call_entry; typedef541 call_entry* entry;742 call_entry* CLG_(get_call_entry)(Int n);
496 call_entry* call_entry_up; in handleUnderflow()644 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp_up]); in CLG_()706 call_entry* top_ce = &(CLG_(current_call_stack).entry[csp-1]); in CLG_()
265 call_entry* ce; in CLG_()
1045 call_entry* e = &(CLG_(current_call_stack).entry[i]); in cs_addCount()1073 call_entry* e = &(CLG_(current_call_stack).entry[i]); in cs_addPtr()
1481 call_entry* ce; in dump_state_of_thread_togdb()
176 I meant: Append a struct call_entry to the shadow stack (together with the