Searched refs:stack_base (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/libauto-186/
H A Dauto_gdb_interface.h64 AUTO_EXPORT auto_memory_reference_list_t *auto_gdb_enumerate_references(auto_zone_t *zone, void *address, void *stack_base)
67 AUTO_EXPORT auto_root_list_t *auto_gdb_enumerate_roots(auto_zone_t *zone, void *address, void *stack_base)
H A Dauto_gdb_interface.cpp118 ref.address = info.thread().stack_base();
218 ref.address = info.thread().stack_base();
487 auto_memory_reference_list_t *auto_gdb_enumerate_references(auto_zone_t *zone, void *address, void *stack_base) { argument
492 GDBReferenceRecorder recorder(azone, address, stack_base);
501 auto_root_list_t *auto_gdb_enumerate_roots(auto_zone_t *zone, void *address, void *stack_base) { argument
506 GDBRootFinder finder(azone, address, stack_base);
H A DThread.h304 inline void *stack_base() { return _stack_base; } function in class:Auto::Thread
H A DReferenceIterator.h319 ReferenceKind kind = (range.end() == thread->stack_base() ? kStackReference : kRegistersReference);
/macosx-10.10.1/vim-55/src/
H A Dif_mzsch.c660 static void *stack_base = NULL; variable
823 stack_base = &__gc_var_stack__;
838 stack_base = (void *)&dummy;
853 scheme_set_stack_base(stack_base, 1);
/macosx-10.10.1/emacs-93/emacs/src/
H A Demacs.c824 extern Lisp_Object *stack_base;
825 stack_base = &dummy;
H A Dalloc.c454 Lisp_Object *stack_base; variable
4574 volatile int stack_grows_down_p = (char *) &j > (char *) stack_base;
4619 mark_memory (stack_base, end, i);
/macosx-10.10.1/CPANInternal-159.1/Unix-Getrusage-0.03/
H A Dppport.h2960 # define PL_stack_base stack_base
/macosx-10.10.1/CPANInternal-159.1/Sub-Identify-0.04/
H A Dppport.h3872 # define PL_stack_base stack_base
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/xs/
H A Dppport.h4298 # define PL_stack_base stack_base

Completed in 305 milliseconds