Lines Matching refs:start
6616 ones start at 0x2000.
6744 start and the backtrace (if present). */
6916 'addr' is the start of the usable block (ie. after any
6918 can apply redzones -- these are blocks of padding at the start and end of
7078 start is the lowest addressable stack byte, end is the highest
7080 #define VALGRIND_STACK_REGISTER(start, end) \
7083 start, end, 0, 0, 0)
7091 /* Change the start and end address of the stack id.
7092 start is the new lowest addressable stack byte, end is the new highest
7094 #define VALGRIND_STACK_CHANGE(id, start, end) \
7096 id, start, end, 0, 0)