Home
last modified time | relevance | path

Searched refs:stack_bot (Results 1 – 25 of 74) sorted by relevance

123

/dports/emulators/spim/spim-8.0/CPU/
H A Dmem.c64 mem_addr stack_bot; variable
158 stack_bot = STACK_TOP - stack_size; in make_memory()
238 int old_size = STACK_TOP - stack_bot; in expand_stack()
261 stack_bot -= (new_size - old_size); in expand_stack()
338 return stack_seg_b [addr - stack_bot]; in read_mem_byte()
491 && addr < stack_bot in bad_mem_read()
493 && addr > stack_bot - 16*K*K) in bad_mem_read()
559 && addr < stack_bot in bad_mem_write()
561 && addr > stack_bot - 16*K*K) in bad_mem_write()
564 expand_stack (stack_bot - addr + 4); in bad_mem_write()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/libmariadb/libmariadb/
H A Dma_context.c367 if (!(c->stack_bot= malloc(stack_size))) in my_context_init()
374 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16); in my_context_init()
379 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top); in my_context_init()
387 if (c->stack_bot) in my_context_destroy()
389 free(c->stack_bot); in my_context_destroy()
598 if (!(c->stack_bot= malloc(stack_size))) in my_context_init()
601 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16); in my_context_init()
606 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top); in my_context_init()
614 if (c->stack_bot) in my_context_destroy()
616 free(c->stack_bot); in my_context_destroy()
/dports/databases/mariadb104-server/mariadb-10.4.24/libmariadb/libmariadb/
H A Dma_context.c367 if (!(c->stack_bot= malloc(stack_size))) in my_context_init()
374 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16); in my_context_init()
379 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top); in my_context_init()
387 if (c->stack_bot) in my_context_destroy()
389 free(c->stack_bot); in my_context_destroy()
598 if (!(c->stack_bot= malloc(stack_size))) in my_context_init()
601 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16); in my_context_init()
606 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top); in my_context_init()
614 if (c->stack_bot) in my_context_destroy()
616 free(c->stack_bot); in my_context_destroy()
/dports/databases/mariadb104-client/mariadb-10.4.24/libmariadb/libmariadb/
H A Dma_context.c367 if (!(c->stack_bot= malloc(stack_size)))
374 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16);
379 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top);
387 if (c->stack_bot)
389 free(c->stack_bot);
598 if (!(c->stack_bot= malloc(stack_size)))
601 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16);
606 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top);
614 if (c->stack_bot)
616 free(c->stack_bot);
/dports/databases/mariadb105-server/mariadb-10.5.15/libmariadb/libmariadb/
H A Dma_context.c367 if (!(c->stack_bot= malloc(stack_size))) in my_context_init()
374 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16); in my_context_init()
379 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top); in my_context_init()
387 if (c->stack_bot) in my_context_destroy()
389 free(c->stack_bot); in my_context_destroy()
598 if (!(c->stack_bot= malloc(stack_size))) in my_context_init()
601 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16); in my_context_init()
606 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top); in my_context_init()
614 if (c->stack_bot) in my_context_destroy()
616 free(c->stack_bot); in my_context_destroy()
/dports/databases/mariadb103-server/mariadb-10.3.34/libmariadb/libmariadb/
H A Dma_context.c367 if (!(c->stack_bot= malloc(stack_size))) in my_context_init()
374 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16); in my_context_init()
379 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top); in my_context_init()
387 if (c->stack_bot) in my_context_destroy()
389 free(c->stack_bot); in my_context_destroy()
598 if (!(c->stack_bot= malloc(stack_size))) in my_context_init()
601 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16); in my_context_init()
606 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top); in my_context_init()
614 if (c->stack_bot) in my_context_destroy()
616 free(c->stack_bot); in my_context_destroy()
/dports/databases/mariadb103-client/mariadb-10.3.34/libmariadb/libmariadb/
H A Dma_context.c367 if (!(c->stack_bot= malloc(stack_size))) in my_context_init()
374 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16); in my_context_init()
379 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top); in my_context_init()
387 if (c->stack_bot) in my_context_destroy()
389 free(c->stack_bot); in my_context_destroy()
598 if (!(c->stack_bot= malloc(stack_size))) in my_context_init()
601 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16); in my_context_init()
606 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top); in my_context_init()
614 if (c->stack_bot) in my_context_destroy()
616 free(c->stack_bot); in my_context_destroy()
/dports/databases/mariadb-connector-c/mariadb-connector-c-3.2.4-src/libmariadb/
H A Dma_context.c367 if (!(c->stack_bot= malloc(stack_size))) in my_context_init()
374 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16); in my_context_init()
379 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top); in my_context_init()
387 if (c->stack_bot) in my_context_destroy()
389 free(c->stack_bot); in my_context_destroy()
598 if (!(c->stack_bot= malloc(stack_size))) in my_context_init()
601 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16); in my_context_init()
606 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top); in my_context_init()
614 if (c->stack_bot) in my_context_destroy()
616 free(c->stack_bot); in my_context_destroy()
/dports/databases/mariadb103-server/mariadb-10.3.34/mysys/
H A Dmy_context.c385 if (!(c->stack_bot= malloc(stack_size))) in my_context_init()
392 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16); in my_context_init()
397 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top); in my_context_init()
405 if (c->stack_bot) in my_context_destroy()
407 free(c->stack_bot); in my_context_destroy()
625 if (!(c->stack_bot= malloc(stack_size))) in my_context_init()
628 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16); in my_context_init()
633 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top); in my_context_init()
641 if (c->stack_bot) in my_context_destroy()
643 free(c->stack_bot); in my_context_destroy()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/
H A Dmy_context.c385 if (!(c->stack_bot= malloc(stack_size))) in my_context_init()
392 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16); in my_context_init()
397 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top); in my_context_init()
405 if (c->stack_bot) in my_context_destroy()
407 free(c->stack_bot); in my_context_destroy()
625 if (!(c->stack_bot= malloc(stack_size))) in my_context_init()
628 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16); in my_context_init()
633 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top); in my_context_init()
641 if (c->stack_bot) in my_context_destroy()
643 free(c->stack_bot); in my_context_destroy()
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys/
H A Dmy_context.c385 if (!(c->stack_bot= malloc(stack_size))) in my_context_init()
392 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16); in my_context_init()
397 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top); in my_context_init()
405 if (c->stack_bot) in my_context_destroy()
407 free(c->stack_bot); in my_context_destroy()
625 if (!(c->stack_bot= malloc(stack_size))) in my_context_init()
628 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16); in my_context_init()
633 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top); in my_context_init()
641 if (c->stack_bot) in my_context_destroy()
643 free(c->stack_bot); in my_context_destroy()
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys/
H A Dmy_context.c385 if (!(c->stack_bot= malloc(stack_size))) in my_context_init()
392 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16); in my_context_init()
397 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top); in my_context_init()
405 if (c->stack_bot) in my_context_destroy()
407 free(c->stack_bot); in my_context_destroy()
625 if (!(c->stack_bot= malloc(stack_size))) in my_context_init()
628 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16); in my_context_init()
633 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top); in my_context_init()
641 if (c->stack_bot) in my_context_destroy()
643 free(c->stack_bot); in my_context_destroy()
/dports/databases/mariadb103-client/mariadb-10.3.34/mysys/
H A Dmy_context.c385 if (!(c->stack_bot= malloc(stack_size)))
392 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16);
397 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top);
405 if (c->stack_bot)
407 free(c->stack_bot);
625 if (!(c->stack_bot= malloc(stack_size)))
628 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16);
633 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top);
641 if (c->stack_bot)
643 free(c->stack_bot);
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys/
H A Dmy_context.c385 if (!(c->stack_bot= malloc(stack_size))) in my_context_init()
392 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16); in my_context_init()
397 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top); in my_context_init()
405 if (c->stack_bot) in my_context_destroy()
407 free(c->stack_bot); in my_context_destroy()
625 if (!(c->stack_bot= malloc(stack_size))) in my_context_init()
628 (( ((intptr)c->stack_bot + stack_size) & ~(intptr)0xf) - 16); in my_context_init()
633 VALGRIND_STACK_REGISTER(c->stack_bot, c->stack_top); in my_context_init()
641 if (c->stack_bot) in my_context_destroy()
643 free(c->stack_bot); in my_context_destroy()
/dports/databases/mariadb105-client/mariadb-10.5.15/include/
H A Dmy_context.h84 void *stack_bot; member
101 void *stack_bot; member
/dports/databases/mariadb105-client/mariadb-10.5.15/libmariadb/include/
H A Dma_context.h84 void *stack_bot; member
101 void *stack_bot; member
/dports/databases/mariadb104-server/mariadb-10.4.24/include/
H A Dmy_context.h84 void *stack_bot; member
101 void *stack_bot; member
/dports/databases/mariadb104-server/mariadb-10.4.24/libmariadb/include/
H A Dma_context.h84 void *stack_bot; member
101 void *stack_bot; member
/dports/databases/mariadb104-client/mariadb-10.4.24/libmariadb/include/
H A Dma_context.h84 void *stack_bot; member
101 void *stack_bot; member
/dports/databases/mariadb105-server/mariadb-10.5.15/include/
H A Dmy_context.h84 void *stack_bot; member
101 void *stack_bot; member
/dports/databases/mariadb105-server/mariadb-10.5.15/libmariadb/include/
H A Dma_context.h84 void *stack_bot; member
101 void *stack_bot; member
/dports/databases/mariadb103-server/mariadb-10.3.34/libmariadb/include/
H A Dma_context.h84 void *stack_bot; member
101 void *stack_bot; member
/dports/databases/mariadb-connector-c/mariadb-connector-c-3.2.4-src/include/
H A Dma_context.h84 void *stack_bot; member
101 void *stack_bot; member
/dports/databases/mariadb103-client/mariadb-10.3.34/include/
H A Dmy_context.h84 void *stack_bot; member
101 void *stack_bot; member
/dports/databases/mariadb103-client/mariadb-10.3.34/libmariadb/include/
H A Dma_context.h84 void *stack_bot; member
101 void *stack_bot; member

123