Home
last modified time | relevance | path

Searched refs:stack_end (Results 1 – 7 of 7) sorted by relevance

/external/valgrind/main/coregrind/m_ume/
Dmacho.c265 load_genericthread(vki_uint8_t **stack_end, in load_genericthread() argument
294 if (stack_end) *stack_end = (vki_uint8_t *)(state->__esp ? state->__esp : VKI_USRSTACK); in load_genericthread()
303 if (stack_end) *stack_end = (vki_uint8_t *)(state->__rsp ? state->__rsp : VKI_USRSTACK64); in load_genericthread()
343 vki_uint8_t *stack_end; in load_unixthread() local
346 err = load_genericthread(&stack_end, &customstack, out_entry, threadcmd); in load_unixthread()
349 if (!stack_end) { in load_unixthread()
357 vm_address_t stackbase = VG_PGROUNDDN(stack_end-stacksize); in load_unixthread()
367 if (out_stack_end) *out_stack_end = stack_end; in load_unixthread()
448 vki_uint8_t *stack_end = NULL; // allocated thread stack (cold end) in load_thin_file() local
522 if (stack_end || entry) { in load_thin_file()
[all …]
/external/valgrind/main/coregrind/
Dpub_core_ume.h58 Addr stack_end; // OUT: address of end of stack segment (cold) member
Dpub_core_initimg.h105 Addr stack_end; /* stack segment cold */ member
/external/valgrind/main/coregrind/m_initimg/
Dinitimg-darwin.c546 iicii.clstack_top = info.stack_end - 1; in VG_()
547 iifii.clstack_max_size = info.stack_end - info.stack_start; in VG_()
561 (void*)(info.stack_end)); in VG_()
/external/webkit/Source/JavaScriptCore/wtf/
DStackBounds.cpp151 m_origin = threadInfo.stack_end; in initialize()
/external/v8/src/
Dprofile-generator.cc908 *stack_end = stack_pos + sample.frames_count; in RecordTickSample() local
909 stack_pos != stack_end; in RecordTickSample()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-darwin.c3614 Addr stack_end = VG_(clstk_end)+1; in PRE() local
3621 *oldp = stack_end; in PRE()
3626 if (oldp) VG_(memcpy)(oldp, &stack_end, oldlen); in PRE()