Searched refs:__morestack_make_guard (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/s390/
H A Dmorestack.S575 # void *__morestack_make_guard (void *, size_t) returns the stack
577 .global __morestack_make_guard
578 .hidden __morestack_make_guard
580 .type __morestack_make_guard,@function
582 __morestack_make_guard: label
593 .size __morestack_make_guard, . - __morestack_make_guard
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/s390/
H A Dmorestack.S577 # void *__morestack_make_guard (void *, size_t) returns the stack
579 .global __morestack_make_guard
580 .hidden __morestack_make_guard
582 .type __morestack_make_guard,@function
584 __morestack_make_guard: label
595 .size __morestack_make_guard, . - __morestack_make_guard
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dgeneric-morestack.c204 extern void *__morestack_make_guard (void *, size_t)
1111 context[STACK_GUARD] = __morestack_make_guard (initial_sp, segment->size);
1156 context[STACK_GUARD] = __morestack_make_guard (initial_sp, initial_size);
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dgeneric-morestack.c204 extern void *__morestack_make_guard (void *, size_t)
1111 context[STACK_GUARD] = __morestack_make_guard (initial_sp, segment->size);
1156 context[STACK_GUARD] = __morestack_make_guard (initial_sp, initial_size);

Completed in 1734 milliseconds