Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_ume/
Dmacho.c275 load_genericthread(vki_uint8_t **stack_end, in load_genericthread() argument
304 if (stack_end) *stack_end = (vki_uint8_t *)(state->__esp ? state->__esp : VKI_USRSTACK); in load_genericthread()
313 if (stack_end) *stack_end = (vki_uint8_t *)(state->__rsp ? state->__rsp : VKI_USRSTACK64); in load_genericthread()
353 vki_uint8_t *stack_end; in load_unixthread() local
356 err = load_genericthread(&stack_end, &customstack, out_entry, threadcmd); in load_unixthread()
359 if (!stack_end) { in load_unixthread()
367 vm_address_t stackbase = VG_PGROUNDDN(stack_end-stacksize); in load_unixthread()
377 if (out_stack_end) *out_stack_end = stack_end; in load_unixthread()
499 vki_uint8_t *stack_end = NULL; // allocated thread stack (cold end) in load_thin_file() local
565 if (stack_start || stack_end) { 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/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc256 uptr *stack_end = (uptr *)__libc_stack_end; in GetArgsAndEnv() local
257 int argc = *stack_end; in GetArgsAndEnv()
258 *argv = (char**)(stack_end + 1); in GetArgsAndEnv()
259 *envp = (char**)(stack_end + argc + 2); in GetArgsAndEnv()
/external/webkit/Source/JavaScriptCore/wtf/
DStackBounds.cpp151 m_origin = threadInfo.stack_end; in initialize()
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1354 uintptr_t *stack_end = (uintptr_t *)__libc_stack_end; in GetArgv() local
1355 return (char**)(stack_end + 1); in GetArgv()
/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.c3633 Addr stack_end = VG_(clstk_end)+1; in PRE() local
3640 *oldp = stack_end; in PRE()
3645 if (oldp) VG_(memcpy)(oldp, &stack_end, oldlen); in PRE()