Searched refs:tmp_stack (Results 1 – 5 of 5) sorted by relevance
35 struct tmp_stack struct39 struct tmp_stack *prev; argument41 typedef struct tmp_stack tmp_stack; typedef47 static tmp_stack xxx = {&xxx, &xxx, 0};48 static tmp_stack *current = &xxx;51 #define HSIZ ROUND_UP_MULTIPLE (sizeof (tmp_stack), __TMP_ALIGN)67 tmp_stack *header; in __gmp_tmp_alloc()92 header = (tmp_stack *) chunk; in __gmp_tmp_alloc()121 tmp_stack *tmp; in __gmp_tmp_free()
408 struct tmp_stack *which_chunk;
24041 * stack-alloc.c (tmp_stack): Move private parts of stack-alloc.h to30779 (__tmp_alloc): Use HSIZ instead of sizeof(tmp_stack).
27 void *tmp_stack; member
361 arg->tmp_stack = (char *) arg + sizeof(struct tramparg) in read_kernel()